# HG changeset patch # User Eli Zaretskii # Date 989234229 0 # Node ID 95a1e7b6d4cfb783c8f960849bf3c950d9b669b2 # Parent 47f8d088e38526b6e88e9c6abda35030d5ea0692 (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'). diff -r 47f8d088e385 -r 95a1e7b6d4cf man/faq.texi --- 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