Mercurial > emacs
changeset 37597:95a1e7b6d4cf
(Handling C-s and C-q with flow control, Binding C-s and C-q): Update the
location of site-start.el and default.el (in `site-lisp', not in `lisp').
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 07 May 2001 11:17:09 +0000 |
parents | 47f8d088e385 |
children | 595c23d107f8 |
files | man/faq.texi |
diffstat | 1 files changed, 12 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/man/faq.texi Mon May 07 11:14:44 2001 +0000 +++ b/man/faq.texi Mon May 07 11:17:09 2001 +0000 @@ -4575,11 +4575,13 @@ If you are fixing this for yourself, simply put the form in your @file{.emacs} file. If you are fixing this for your entire site, the -best place to put it is in the @file{lisp/site-start.el} file. Putting -this form in @file{lisp/default.el} has the problem that if the user's -@file{.emacs} file has an error, this will prevent -@file{lisp/default.el} from being loaded and Emacs may be unusable for -the user, even for correcting their @file{.emacs} file (unless they're +best place to put it is in the @file{site-lisp/site-start.el} file. +(Here @file{site-lisp} is actually a subdirectory of your Emacs +installation directory, typically @file{/usr/local/share/emacs}.) +Putting this form in @file{site-lisp/default.el} has the problem that +if the user's @file{.emacs} file has an error, this will prevent +@file{default.el} from being loaded and Emacs may be unusable for the +user, even for correcting their @file{.emacs} file (unless they're smart enough to move it to another name). @code{enable-flow-control} can be invoked interactively as well: @@ -4599,11 +4601,11 @@ or @code{enable-flow-control-on}. @xref{Handling C-s and C-q with flow control}, for usage and implementation details. -To bind other keys, use @code{keyboard-translate}. @xref{Swapping keys}, -for usage details. To do this for an entire site, you should swap the -keys in @file{lisp/site-start.el}. @xref{Handling C-s and C-q with flow -control}, for an explanation of why @file{lisp/default.el} should not be -used. +To bind other keys, use @code{keyboard-translate}. @xref{Swapping +keys}, for usage details. To do this for an entire site, you should +swap the keys in @file{site-lisp/site-start.el}. @xref{Handling C-s +and C-q with flow control}, for an explanation of why +@file{site-lisp/default.el} should not be used. @itemize @bullet