diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-05-07 11:17:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-05-07 11:17:09 +0000 |
commit | 47ba811051ef691acb0ec6be90d0348333b49877 (patch) | |
tree | d0e7680ccce76ac9146a3979c05f36ca8d7a946a /man | |
parent | 14a893ee628356f3b0ae4c278e3bfde25987e96e (diff) | |
download | emacs-47ba811051ef691acb0ec6be90d0348333b49877.tar.gz |
(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').
Diffstat (limited to 'man')
-rw-r--r-- | man/faq.texi | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/man/faq.texi b/man/faq.texi index 44f2af2308b..52611193383 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -4575,11 +4575,13 @@ change the default swap keys (@code{flow-control-c-s-replacement} and 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 @@ To bind @kbd{C-s} and @kbd{C-q}, use either @code{enable-flow-control} 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 |