Changeset 4220 for trunk/man/custom.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/man/custom.texi (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/custom.texi
r4200 r4220 1 1 @c This is part of the Emacs manual. 2 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 3 @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.3 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 4 @c See file emacs.texi for copying conditions. 5 5 @node Customization, Quitting, Amusements, Top … … 1227 1227 Some variables, such as @code{load-path}, are considered 1228 1228 particularly @dfn{risky}: there is seldom any reason to specify them 1229 as local variables, and changing them can be dangerous. Even if you 1230 enter @kbd{!} at the confirmation prompt, Emacs will not record any 1231 values as safe for these variables. If you really want to record safe 1232 values for these variables, do it directly by customizing 1229 as local variables, and changing them can be dangerous. If a file 1230 contains only risky local variables, Emacs neither offers nor accepts 1231 @kbd{!} as input at the confirmation prompt. If some of the local 1232 variables in a file are risky, and some are only potentially unsafe, you 1233 can enter @kbd{!} at the prompt. It applies all the variables, but only 1234 marks the non-risky ones as safe for the future. If you really want to 1235 record safe values for risky variables, do it directly by customizing 1233 1236 @samp{safe-local-variable-values} (@pxref{Easy Customization}). 1234 1237 … … 1586 1589 @node Init Rebinding 1587 1590 @subsection Rebinding Keys in Your Init File 1591 @c This node is referenced in the tutorial. When renaming or deleting 1592 @c it, the tutorial needs to be adjusted. (TUTORIAL.de) 1588 1593 1589 1594 If you have a set of key bindings that you like to use all the time, … … 1879 1884 However, the full number of clicks is recorded in the event list, so 1880 1885 if you know Emacs Lisp you can distinguish if you really want to 1881 (@pxref{ AccessingEvents,,, elisp, The Emacs Lisp Reference Manual}).1886 (@pxref{Click Events,,, elisp, The Emacs Lisp Reference Manual}). 1882 1887 We don't recommend distinct meanings for more than three clicks, but 1883 1888 sometimes it is useful for subsequent clicks to cycle through the same … … 2502 2507 @strong{Warning:} if you change the keyboard encoding, or change 2503 2508 between multibyte and unibyte mode, or anything that would alter which 2504 code @kbd{C-q} would insert for that character, this key binding may2509 code @kbd{C-q} would insert for that character, this key binding may 2505 2510 stop working. It is therefore advisable to use one and only one 2506 2511 coding system, for your init file as well as the files you edit. For
