Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/custom.texi

    r4200 r4220  
    11@c This is part of the Emacs manual. 
    22@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. 
    44@c See file emacs.texi for copying conditions. 
    55@node Customization, Quitting, Amusements, Top 
     
    12271227  Some variables, such as @code{load-path}, are considered 
    12281228particularly @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 
     1229as local variables, and changing them can be dangerous.  If a file 
     1230contains only risky local variables, Emacs neither offers nor accepts 
     1231@kbd{!} as input at the confirmation prompt.  If some of the local 
     1232variables in a file are risky, and some are only potentially unsafe, you 
     1233can enter @kbd{!} at the prompt.  It applies all the variables, but only 
     1234marks the non-risky ones as safe for the future.  If you really want to 
     1235record safe values for risky variables, do it directly by customizing 
    12331236@samp{safe-local-variable-values} (@pxref{Easy Customization}). 
    12341237 
     
    15861589@node Init Rebinding 
    15871590@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) 
    15881593 
    15891594  If you have a set of key bindings that you like to use all the time, 
     
    18791884However, the full number of clicks is recorded in the event list, so 
    18801885if you know Emacs Lisp you can distinguish if you really want to 
    1881 (@pxref{Accessing Events,,, elisp, The Emacs Lisp Reference Manual}). 
     1886(@pxref{Click Events,,, elisp, The Emacs Lisp Reference Manual}). 
    18821887We don't recommend distinct meanings for more than three clicks, but 
    18831888sometimes it is useful for subsequent clicks to cycle through the same 
     
    25022507  @strong{Warning:} if you change the keyboard encoding, or change 
    25032508between multibyte and unibyte mode, or anything that would alter which 
    2504 code @kbd{C-q} would insert for that character, this keybinding may 
     2509code @kbd{C-q} would insert for that character, this key binding may 
    25052510stop working.  It is therefore advisable to use one and only one 
    25062511coding system, for your init file as well as the files you edit.  For