Mercurial > hg > xemacs-beta
comparison lisp/oobr/br-site.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
4 ;; SUMMARY: Site OO-Browser per Emacs session initialization. | 4 ;; SUMMARY: Site OO-Browser per Emacs session initialization. |
5 ;; USAGE: GNU Emacs Lisp Library | 5 ;; USAGE: GNU Emacs Lisp Library |
6 ;; KEYWORDS: local, oop, tools | 6 ;; KEYWORDS: local, oop, tools |
7 ;; | 7 ;; |
8 ;; AUTHOR: Bob Weiner | 8 ;; AUTHOR: Bob Weiner |
9 ;; ORG: Motorola Inc. | 9 ;; ORG: InfoDock Associates |
10 ;; | 10 ;; |
11 ;; ORIG-DATE: 18-May-90 | 11 ;; ORIG-DATE: 18-May-90 |
12 ;; LAST-MOD: 28-Jul-95 at 15:11:17 by Bob Weiner | 12 ;; LAST-MOD: 20-Feb-97 at 06:59:49 by Bob Weiner |
13 ;; | 13 ;; |
14 ;; Copyright (C) 1990-1995 Free Software Foundation, Inc. | 14 ;; Copyright (C) 1990-1995, 1997 Free Software Foundation, Inc. |
15 ;; See the file BR-COPY for license information. | 15 ;; See the file BR-COPY for license information. |
16 ;; | 16 ;; |
17 ;; This file is part of the OO-Browser. | 17 ;; This file is part of the OO-Browser. |
18 ;; | 18 ;; |
19 ;; DESCRIPTION: | 19 ;; DESCRIPTION: |
28 ;; Run the OO-Browser on OOBR or OOBR-FTR Environment files. | 28 ;; Run the OO-Browser on OOBR or OOBR-FTR Environment files. |
29 ("OOBR\\(-FTR\\)?$" . br-env-browse) | 29 ("OOBR\\(-FTR\\)?$" . br-env-browse) |
30 ) | 30 ) |
31 "*Alist of (FILENAME-REGEXP . EDIT-FUNCTION) elements for calling special | 31 "*Alist of (FILENAME-REGEXP . EDIT-FUNCTION) elements for calling special |
32 functions to display particular file types within Emacs. See also | 32 functions to display particular file types within Emacs. See also |
33 'hpath:find-alist' for external display program settings.") | 33 `hpath:find-alist' for external display program settings.") |
34 | 34 |
35 (defvar hpath:find-alist nil | 35 (defvar hpath:find-alist nil |
36 "*Alist of (FILENAME-REGEXP . EDIT-PROGRAM) elements for using window system | 36 "*Alist of (FILENAME-REGEXP . EDIT-PROGRAM) elements for using window system |
37 dependent external programs to edit/display particular file types. See also | 37 dependent external programs to edit/display particular file types. See also |
38 'hpath:display-alist' for internal, window-system independent display | 38 `hpath:display-alist' for internal, window-system independent display |
39 settings.") | 39 settings.") |
40 | 40 |
41 (defvar smart-scroll-proportional nil | 41 (defvar smart-scroll-proportional nil |
42 "*Non-nil means Smart Keys should scroll relative to current line when pressed at the end of a line. | 42 "*Non-nil means Smart Keys should scroll relative to current line when pressed at the end of a line. |
43 Action Key moves current line to top of window. Assist Key moves current | 43 Action Key moves current line to top of window. Assist Key moves current |