Mercurial > hg > xemacs-beta
diff lisp/oobr/BR-README @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 4103f0995bd7 |
children | 4be1180a9e89 |
line wrap: on
line diff
--- a/lisp/oobr/BR-README Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/oobr/BR-README Mon Aug 13 09:02:59 2007 +0200 @@ -1,18 +1,13 @@ -# See "br-vers.el" for the OO-Browser lisp code directory entry. +# See "br-vers.el" for the OO-Browser Lisp Code Directory information. # # SUMMARY: OO-Browser overview and installation notes # # AUTHOR: Bob Weiner # -# ORG: InfoDock Associates. We sell corporate support and development -# contracts for InfoDock, Emacs and XEmacs. -# E-mail: <info@infodock.com> Web: http://www.infodock.com -# Tel: +1 408-243-3300 +# ORIG-DATE: 16-Jun-90 +# LAST-MOD: 3-May-96 at 20:45:00 by Harri Pasanen # -# ORIG-DATE: 16-Jun-90 -# LAST-MOD: 21-Feb-97 at 17:05:39 by Bob Weiner -# -# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # See the file BR-COPY for license information. # # This file is part of the OO-Browser. @@ -48,43 +43,41 @@ * Mail Lists =========================================================================== -<oo-browser@infodock.com> - mail list -<oo-browser-request@infodock.com> - add/change/delete requests +<oo-browser@hub.ucsb.edu> - mail list +<oo-browser-request@hub.ucsb.edu> - administrative requests - The oo-browser mail list is for public discussion, bug reports and feature - ideas concerning the OO-Browser multi-language code browser. If your - Emacs version supports menubars and popup menus, you can use the - Compose-Mail-to-List and Mail-List-Request menu items to access the mail - list and request address, respectively, when in the OO-Browser. - - If you ask questions, you should consider adding to the discussion by - telling people the kinds of work you are doing or contemplating doing - with the OO-Browser. In this way, the list will not be overwhelmed by - messages that ask for, but provide no information. + The oo-browser mail list is for discussion, bug reports and feature + requests concerning the OO-Browser multi-language code browser. + If your Emacs version supports menubars and popup menus, you can use the + Compose-Mail-to-List and Mail-List-Request menu items to access the + mail list and administrative address, respectively, when in the OO-Browser. ALL mail concerning administration of the OO-Browser mailing list should be sent to the -request address. That includes addition, change, or deletion requests. Don't EVER consider sending such a request to the oo-browser mail list. - Use the following formats in the *body* of your message to execute requests, - where you substitute your own values for the <> delimited items and items - enclosed in [] are optional. + Use the following formats on your subject line to execute requests, + where you substitute your own values for the <> delimited items. - subscribe oo-browser [<your-email-address>] - or - unsubscribe oo-browser [<your-email-address>] + Subject: Subscribe '<' <user@domain> '>' (<your name>). + Subject: Unsubscribe '<' <user@domain> '>'. + + To change your address, you must unsubscribe your old address in one + message and then subscribe your new address in another message. For example: - To: oo-browser-request@infodock.com - Subject: Used if a human happens to read your mail. + To: oo-browser-request@hub.ucsb.edu + Subject: Unsubscribe <joe@any.com>. - subscribe oo-browser joe@nowhere.gov + To: oo-browser-request@hub.ucsb.edu + Subject: Subscribe <joe@any.com> (Joe Williams). - To change your address, you must unsubscribe your old address with - once command and subscribe your new address with another command, though - you can embed multiple commands on separate lines within a single message. + If you ask questions, you should consider adding to the discussion by + telling people the kinds of work you are doing or contemplating doing + with the OO-Browser. In this way, the list will not be overwhelmed by + messages that ask for, but provide no information. =========================================================================== @@ -95,7 +88,7 @@ If you have the Hyperbole system installed, you must be using V3.18.4 or greater. Otherwise, you must upgrade. Get Hyperbole - from: "ftp://ftp.xemacs.org/pub/infodock". Get the h* + from: /anonymous@ftp.xemacs.org:/pub/infodock. Get the h* files in that directory. Once you have this version installed, you can safely delete the oobr/hypb/ directory, which duplicates a subset of the Hyperbole files to provide the OO-Browser with @@ -104,10 +97,10 @@ so that the OO-Browser Makefile can see the Hyperbole files it needs. Add the full path of either the Hyperbole code directory or the - "oobr/hypb/" subdirectory to your `load-path' variable. + "oobr/hypb/" subdirectory to your 'load-path' variable. - You may want to change the settings of `c++-cpp-include-dirs' - and `c++-include-dirs' at the bottom of "br-site.el". + You may want to change the settings of 'c++-cpp-include-dirs' + and 'c++-include-dirs' at the bottom of "br-site.el". If you prefer to use some non-GNU Emacs editor such as vi to view and edit your code, then modify to your taste the @@ -131,6 +124,18 @@ (global-set-key "\C-c\C-o" 'oo-browser) + It conceivable that you are not actively using all the languages that + OO-Browser supports. You can limit the list of offered languages by + providing your own definition of br-env-lang-avector, defined in + br-env.el. + + For example, to enable just C++ and Python browsing, add this to your + .emacs: + + (defvar br-env-lang-avector + '[("C++" . "c++-") + ("Python" . "python-")] + "Association vector of (LANGUAGE-NAME . LANGUAGE-PREFIX-STRING) elements of OO-Browser languages.") The OO-Browser's Emacs Lisp files are pre-byte-compiled for InfoDock, Emacs 19 and XEmacs, so if you run one of these versions, when you use @@ -141,7 +146,7 @@ "Makefile". You must set the EMACS variable to point to the Emacs executable that you want to use to byte-compile the OO-Browser Lisp files. You may also have to set SITE-PRELOADS; follow the instructions - that precede the `SITE-PRELOADS =' line. Make these changes now and save + that precede the 'SITE-PRELOADS =' line. Make these changes now and save the Makefile. If you are running Emacs V18 or Epoch, you must first rebuild all