comparison INSTALL @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents afd57c14dfc8
children 182f72e8cd0d
comparison
equal deleted inserted replaced
332:bb75ebac9531 333:4f79e16b1112
402 Before you override a variable this way, *look at the value* that the 402 Before you override a variable this way, *look at the value* that the
403 variable gets by default! Make sure you know what kind of value the 403 variable gets by default! Make sure you know what kind of value the
404 variable should have. If you don't pay attention to what you are 404 variable should have. If you don't pay attention to what you are
405 doing, you'll make a mistake. 405 doing, you'll make a mistake.
406 406
407 Things may malfunction if the variable `directory-abbrev-alist' is not set 407 Things may malfunction if the variable `directory-abbrev-alist' is not
408 up to translate "temporary" automounter mount points into the canonical 408 set up to translate "temporary" automounter mount points into the
409 form. The default value of this variable contains the translation 409 canonical form. XEmacs tries to detect how your automounter is
410 410 configured. If you have an unusual automounter configuration that
411 ("^/tmp_mnt/" . "/") 411 XEmacs cannot detect, you may need to change the value of
412 412 `directory-abbrev-alist'.
413 meaning translate "/tmp_mnt/net/FOO" into "/net/FOO", which is appropriate
414 for the default configuration of the Sun automounter, but which may be
415 inappropriate for different vendor's automounters, or if you have customized
416 your mount-point names.
417 413
418 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs 414 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs
419 Lisp code you want XEmacs to load before it is dumped out. Use 415 Lisp code you want XEmacs to load before it is dumped out. Use
420 site-load.el for additional libraries if you arrange for their 416 site-load.el for additional libraries if you arrange for their
421 documentation strings to be in the lib-src/DOC file (see 417 documentation strings to be in the lib-src/DOC file (see