Mercurial > hg > xemacs-beta
comparison INSTALL @ 392:1f50e6fe4f3f r21-2-11
Import from CVS: tag r21-2-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:10:50 +0200 |
parents | aabb7f5b1c81 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
391:e50d8e68d7a5 | 392:1f50e6fe4f3f |
---|---|
394 Before you override a variable this way, *look at the value* that the | 394 Before you override a variable this way, *look at the value* that the |
395 variable gets by default! Make sure you know what kind of value the | 395 variable gets by default! Make sure you know what kind of value the |
396 variable should have. If you don't pay attention to what you are | 396 variable should have. If you don't pay attention to what you are |
397 doing, you'll make a mistake. | 397 doing, you'll make a mistake. |
398 | 398 |
399 Things may malfunction if the variable `directory-abbrev-alist' is not set | 399 Things may malfunction if the variable `directory-abbrev-alist' is not |
400 up to translate "temporary" automounter mount points into the canonical | 400 set up to translate "temporary" automounter mount points into the |
401 form. The default value of this variable contains the translation | 401 canonical form. XEmacs tries to detect how your automounter is |
402 | 402 configured. If you have an unusual automounter configuration that |
403 ("^/tmp_mnt/" . "/") | 403 XEmacs cannot detect, you may need to change the value of |
404 | 404 `directory-abbrev-alist'. |
405 meaning translate "/tmp_mnt/net/FOO" into "/net/FOO", which is appropriate | |
406 for the default configuration of the Sun automounter, but which may be | |
407 inappropriate for different vendor's automounters, or if you have customized | |
408 your mount-point names. | |
409 | 405 |
410 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs | 406 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs |
411 Lisp code you want XEmacs to load before it is dumped out. Use | 407 Lisp code you want XEmacs to load before it is dumped out. Use |
412 site-load.el for additional libraries if you arrange for their | 408 site-load.el for additional libraries if you arrange for their |
413 documentation strings to be in the lib-src/DOC file (see | 409 documentation strings to be in the lib-src/DOC file (see |