Sync up with r21-4-14-chise-0_21-17.
[chise/xemacs-chise.git] / info / xemacs.info-17
1 This is ../info/xemacs.info, produced by makeinfo version 4.0b from
2 xemacs/xemacs.texi.
3
4 INFO-DIR-SECTION XEmacs Editor
5 START-INFO-DIR-ENTRY
6 * XEmacs: (xemacs).             XEmacs Editor.
7 END-INFO-DIR-ENTRY
8
9    This file documents the XEmacs editor.
10
11    Copyright (C) 1985, 1986, 1988 Richard M. Stallman.  Copyright (C)
12 1991, 1992, 1993, 1994 Lucid, Inc.  Copyright (C) 1993, 1994 Sun
13 Microsystems, Inc.  Copyright (C) 1995 Amdahl Corporation.
14
15    Permission is granted to make and distribute verbatim copies of this
16 manual provided the copyright notice and this permission notice are
17 preserved on all copies.
18
19    Permission is granted to copy and distribute modified versions of
20 this manual under the conditions for verbatim copying, provided also
21 that the sections entitled "The GNU Manifesto", "Distribution" and "GNU
22 General Public License" are included exactly as in the original, and
23 provided that the entire resulting derived work is distributed under the
24 terms of a permission notice identical to this one.
25
26    Permission is granted to copy and distribute translations of this
27 manual into another language, under the above conditions for modified
28 versions, except that the sections entitled "The GNU Manifesto",
29 "Distribution" and "GNU General Public License" may be included in a
30 translation approved by the author instead of in the original English.
31
32 \1f
33 File: xemacs.info,  Node: Recursive Edit,  Next: Dissociated Press,  Prev: Hardcopy,  Up: Top
34
35 Recursive Editing Levels
36 ========================
37
38    A "recursive edit" is a situation in which you are using XEmacs
39 commands to perform arbitrary editing while in the middle of another
40 XEmacs command.  For example, when you type `C-r' inside a
41 `query-replace', you enter a recursive edit in which you can change the
42 current buffer.  When you exit from the recursive edit, you go back to
43 the `query-replace'.
44
45    "Exiting" a recursive edit means returning to the unfinished
46 command, which continues execution.  For example, exiting the recursive
47 edit requested by `C-r' in `query-replace' causes query replacing to
48 resume.  Exiting is done with `C-M-c' (`exit-recursive-edit').
49
50    You can also "abort" a recursive edit.  This is like exiting, but
51 also quits the unfinished command immediately.  Use the command `C-]'
52 (`abort-recursive-edit') for this.  *Note Quitting::.
53
54    The mode line shows you when you are in a recursive edit by
55 displaying square brackets around the parentheses that always surround
56 the major and minor mode names.  Every window's mode line shows the
57 square brackets, since XEmacs as a whole, rather than any particular
58 buffer, is in a recursive edit.
59
60    It is possible to be in recursive edits within recursive edits.  For
61 example, after typing `C-r' in a `query-replace', you might type a
62 command that entered the debugger.  In such a case, two or more sets of
63 square brackets appear in the mode line(s).  Exiting the inner
64 recursive edit (here with the debugger `c' command) resumes the
65 query-replace command where it called the debugger.  After the end of
66 the query-replace command, you would be able to exit the first
67 recursive edit.  Aborting exits only one level of recursive edit; it
68 returns to the command level of the previous recursive edit.  You can
69 then abort that one as well.
70
71    The command `M-x top-level' aborts all levels of recursive edits,
72 returning immediately to the top level command reader.
73
74    The text you edit inside the recursive edit need not be the same text
75 that you were editing at top level.  If the command that invokes the
76 recursive edit selects a different buffer first, that is the buffer you
77 will edit recursively.  You can switch buffers within the recursive edit
78 in the normal manner (as long as the buffer-switching keys have not been
79 rebound).  While you could theoretically do the rest of your editing
80 inside the recursive edit, including visiting files, this could have
81 surprising effects (such as stack overflow) from time to time.  It is
82 best if you always exit or abort a recursive edit when you no longer
83 need it.
84
85    In general, XEmacs tries to avoid using recursive edits.  It is
86 usually preferable to allow users to switch among the possible editing
87 modes in any order they like.  With recursive edits, the only way to get
88 to another state is to go "back" to the state that the recursive edit
89 was invoked from.
90
91 \1f
92 File: xemacs.info,  Node: Dissociated Press,  Next: CONX,  Prev: Recursive Edit,  Up: Top
93
94 Dissociated Press
95 =================
96
97    `M-x dissociated-press' is a command for scrambling a file of text
98 either word by word or character by character.  Starting from a buffer
99 of straight English, it produces extremely amusing output.  The input
100 comes from the current XEmacs buffer.  Dissociated Press writes its
101 output in a buffer named `*Dissociation*', and redisplays that buffer
102 after every couple of lines (approximately) to facilitate reading it.
103
104    `dissociated-press' asks every so often whether to continue
105 operating.  Answer `n' to stop it.  You can also stop at any time by
106 typing `C-g'.  The dissociation output remains in the `*Dissociation*'
107 buffer for you to copy elsewhere if you wish.
108
109    Dissociated Press operates by jumping at random from one point in the
110 buffer to another.  In order to produce plausible output rather than
111 gibberish, it insists on a certain amount of overlap between the end of
112 one run of consecutive words or characters and the start of the next.
113 That is, if it has just printed out `president' and then decides to
114 jump to a different point in the file, it might spot the `ent' in
115 `pentagon' and continue from there, producing `presidentagon'.  Long
116 sample texts produce the best results.
117
118    A positive argument to `M-x dissociated-press' tells it to operate
119 character by character, and specifies the number of overlap characters.
120 A negative argument tells it to operate word by word and specifies the
121 number of overlap words.  In this mode, whole words are treated as the
122 elements to be permuted, rather than characters.  No argument is
123 equivalent to an argument of two.  For your againformation, the output
124 goes only into the buffer `*Dissociation*'.  The buffer you start with
125 is not changed.
126
127    Dissociated Press produces nearly the same results as a Markov chain
128 based on a frequency table constructed from the sample text.  It is,
129 however, an independent, ignoriginal invention.  Dissociated Press
130 techniquitously copies several consecutive characters from the sample
131 between random choices, whereas a Markov chain would choose randomly for
132 each word or character.  This makes for more plausible sounding results
133 and runs faster.
134
135    It is a mustatement that too much use of Dissociated Press can be a
136 developediment to your real work.  Sometimes to the point of outragedy.
137 And keep dissociwords out of your documentation, if you want it to be
138 well userenced and properbose.  Have fun.  Your buggestions are welcome.
139
140 \1f
141 File: xemacs.info,  Node: CONX,  Next: Amusements,  Prev: Dissociated Press,  Up: Top
142
143 CONX
144 ====
145
146    Besides producing a file of scrambled text with Dissociated Press,
147 you can generate random sentences by using CONX.
148
149 `M-x conx'
150      Generate random sentences in the `*conx*' buffer.
151
152 `M-x conx-buffer'
153      Absorb the text in the current buffer into the `conx' database.
154
155 `M-x conx-init'
156      Forget the current word-frequency tree.
157
158 `M-x conx-load'
159      Load a `conx' database that has been previously saved with `M-x
160      conx-save'.
161
162 `M-x conx-region'
163      Absorb the text in the current buffer into the `conx' database.
164
165 `M-x conx-save'
166      Save the current `conx' database to a file for future retrieval.
167
168    Copy text from a buffer using `M-x conx-buffer' or `M-x conx-region'
169 and then type `M-x conx'.  Output is continuously generated until you
170 type <^G>. You can save the `conx' database to a file with `M-x
171 conx-save', which you can retrieve with `M-x conx-load'.  To clear the
172 database, use `M-x conx-init'.
173
174 \1f
175 File: xemacs.info,  Node: Amusements,  Next: Emulation,  Prev: CONX,  Up: Top
176
177 Other Amusements
178 ================
179
180    If you are a little bit bored, you can try `M-x hanoi'.  If you are
181 considerably bored, give it a numeric argument.  If you are very, very
182 bored, try an argument of 9.  Sit back and watch.
183
184    When you are frustrated, try the famous Eliza program.  Just do `M-x
185 doctor'.  End each input by typing `RET' twice.
186
187    When you are feeling strange, type `M-x yow'.
188
189 \1f
190 File: xemacs.info,  Node: Emulation,  Next: Customization,  Prev: Amusements,  Up: Top
191
192 Emulation
193 =========
194
195    XEmacs can be programmed to emulate (more or less) most other
196 editors.  Standard facilities can emulate these:
197
198 Viper (a vi emulator)
199      In XEmacs, Viper is the preferred emulation of vi within XEmacs.
200      Viper is designed to allow you to take advantage of the best
201      features of XEmacs while still doing your basic editing in a
202      familiar, vi-like fashion.  Viper provides various different
203      levels of vi emulation, from a quite complete emulation that
204      allows almost no access to native XEmacs commands, to an "expert"
205      mode that combines the most useful vi commands with the most
206      useful XEmacs commands.
207
208      To start Viper, put the command
209
210           (viper-mode)
211
212      in your init file.  *Note Init File::.
213
214      Viper comes with a separate manual that is provided standard with
215      the XEmacs distribution.
216
217 EDT (DEC VMS editor)
218      Turn on EDT emulation with `M-x edt-emulation-on'.  `M-x
219      edt-emulation-off' restores normal Emacs command bindings.
220
221      Most of the EDT emulation commands are keypad keys, and most
222      standard Emacs key bindings are still available.  The EDT
223      emulation rebindings are done in the global keymap, so there is no
224      problem switching buffers or major modes while in EDT emulation.
225
226 Gosling Emacs
227      Turn on emulation of Gosling Emacs (aka Unipress Emacs) with `M-x
228      set-gosmacs-bindings'.  This redefines many keys, mostly on the
229      `C-x' and `ESC' prefixes, to work as they do in Gosmacs.  `M-x
230      set-gnu-bindings' returns to normal XEmacs by rebinding the same
231      keys to the definitions they had at the time `M-x
232      set-gosmacs-bindings' was done.
233
234      It is also possible to run Mocklisp code written for Gosling Emacs.
235      *Note Mocklisp::.
236
237 \1f
238 File: xemacs.info,  Node: Customization,  Next: Quitting,  Prev: Emulation,  Up: Top
239
240 Customization
241 *************
242
243    This chapter talks about various topics relevant to adapting the
244 behavior of Emacs in minor ways.
245
246    All kinds of customization affect only the particular Emacs job that
247 you do them in.  They are completely lost when you kill the Emacs job,
248 and have no effect on other Emacs jobs you may run at the same time or
249 later.  The only way an Emacs job can affect anything outside of it is
250 by writing a file; in particular, the only way to make a customization
251 `permanent' is to put something in your init file or other appropriate
252 file to do the customization in each session.  *Note Init File::.
253
254 * Menu:
255
256 * Minor Modes::     Each minor mode is one feature you can turn on
257                      independently of any others.
258 * Variables::       Many Emacs commands examine Emacs variables
259                      to decide what to do; by setting variables,
260                      you can control their functioning.
261 * Keyboard Macros:: A keyboard macro records a sequence of keystrokes
262                      to be replayed with a single command.
263 * Key Bindings::    The keymaps say what command each key runs.
264                      By changing them, you can "redefine keys".
265 * Syntax::          The syntax table controls how words and expressions
266                      are parsed.
267 * Init File::       How to write common customizations in the init file.
268 * Audible Bell::    Changing how Emacs sounds the bell.
269 * Faces::           Changing the fonts and colors of a region of text.
270 * Frame Components::  Controlling the presence and positions of the
271                      menubar, toolbars, and gutters.
272 * X Resources::     X resources controlling various aspects of the
273                      behavior of XEmacs.
274
275 \1f
276 File: xemacs.info,  Node: Minor Modes,  Next: Variables,  Up: Customization
277
278 Minor Modes
279 ===========
280
281    Minor modes are options which you can use or not.  For example, Auto
282 Fill mode is a minor mode in which <SPC> breaks lines between words as
283 you type.  All the minor modes are independent of each other and of the
284 selected major mode.  Most minor modes inform you in the mode line when
285 they are on; for example, `Fill' in the mode line means that Auto Fill
286 mode is on.
287
288    Append `-mode' to the name of a minor mode to get the name of a
289 command function that turns the mode on or off.  Thus, the command to
290 enable or disable Auto Fill mode is called `M-x auto-fill-mode'.  These
291 commands are usually invoked with `M-x', but you can bind keys to them
292 if you wish.  With no argument, the function turns the mode on if it was
293 off and off if it was on.  This is known as "toggling".  A positive
294 argument always turns the mode on, and an explicit zero argument or a
295 negative argument always turns it off.
296
297    Auto Fill mode allows you to enter filled text without breaking lines
298 explicitly.  Emacs inserts newlines as necessary to prevent lines from
299 becoming too long.  *Note Filling::.
300
301    Overwrite mode causes ordinary printing characters to replace
302 existing text instead of moving it to the right.  For example, if point
303 is in front of the `B' in `FOOBAR', and you type a `G' in Overwrite
304 mode, it changes to `FOOGAR', instead of `FOOGBAR'.
305
306    Abbrev mode allows you to define abbreviations that automatically
307 expand as you type them.  For example, `amd' might expand to `abbrev
308 mode'.  *Note Abbrevs::, for full information.
309
310 \1f
311 File: xemacs.info,  Node: Variables,  Next: Keyboard Macros,  Prev: Minor Modes,  Up: Customization
312
313 Variables
314 =========
315
316    A "variable" is a Lisp symbol which has a value.  Variable names can
317 contain any characters, but by convention they are words separated by
318 hyphens.  A variable can also have a documentation string, which
319 describes what kind of value it should have and how the value will be
320 used.
321
322    Lisp allows any variable to have any kind of value, but most
323 variables that Emacs uses require a value of a certain type.  Often the
324 value has to be a string or a number.  Sometimes we say that a certain
325 feature is turned on if a variable is "non-`nil'," meaning that if the
326 variable's value is `nil', the feature is off, but the feature is on
327 for any other value.  The conventional value to turn on the
328 feature--since you have to pick one particular value when you set the
329 variable--is `t'.
330
331    Emacs uses many Lisp variables for internal recordkeeping, as any
332 Lisp program must, but the most interesting variables for you are the
333 ones that exist for the sake of customization.  Emacs does not
334 (usually) change the values of these variables; instead, you set the
335 values, and thereby alter and control the behavior of certain Emacs
336 commands.  These variables are called "options".  Most options are
337 documented in this manual and appear in the Variable Index (*note
338 Variable Index::).
339
340    One example of a variable which is an option is `fill-column', which
341 specifies the position of the right margin (as a number of characters
342 from the left margin) to be used by the fill commands (*note Filling::).
343
344 * Menu:
345
346 * Examining::           Examining or setting one variable's value.
347 * Easy Customization::  Convenient and easy customization of variables.
348 * Edit Options::        Examining or editing list of all variables' values.
349 * Locals::              Per-buffer values of variables.
350 * File Variables::      How files can specify variable values.
351
352 \1f
353 File: xemacs.info,  Node: Examining,  Next: Easy Customization,  Up: Variables
354
355 Examining and Setting Variables
356 -------------------------------
357
358 `C-h v'
359 `M-x describe-variable'
360      Print the value and documentation of a variable.
361
362 `M-x set-variable'
363      Change the value of a variable.
364
365    To examine the value of a single variable, use `C-h v'
366 (`describe-variable'), which reads a variable name using the
367 minibuffer, with completion.  It prints both the value and the
368 documentation of the variable.
369
370      C-h v fill-column <RET>
371
372 prints something like:
373
374      fill-column's value is 75
375      
376      Documentation:
377      *Column beyond which automatic line-wrapping should happen.
378      Automatically becomes local when set in any fashion.
379
380 The star at the beginning of the documentation indicates that this
381 variable is an option.  `C-h v' is not restricted to options; it allows
382 any variable name.
383
384    If you know which option you want to set, you can use `M-x
385 set-variable' to set it.  This prompts for the variable name in the
386 minibuffer (with completion), and then prompts for a Lisp expression
387 for the new value using the minibuffer a second time.  For example,
388
389      M-x set-variable <RET> fill-column <RET> 75 <RET>
390
391 sets `fill-column' to 75, as if you had executed the Lisp expression
392 `(setq fill-column 75)'.
393
394    Setting variables in this way, like all means of customizing Emacs
395 except where explicitly stated, affects only the current Emacs session.
396
397 \1f
398 File: xemacs.info,  Node: Easy Customization,  Next: Edit Options,  Prev: Examining,  Up: Variables
399
400 Easy Customization Interface
401 ----------------------------
402
403    A convenient way to find the user option variables that you want to
404 change, and then change them, is with `M-x customize'.  This command
405 creates a "customization buffer" with which you can browse through the
406 Emacs user options in a logically organized structure, then edit and
407 set their values.  You can also use the customization buffer to save
408 settings permanently.  (Not all Emacs user options are included in this
409 structure as of yet, but we are adding the rest.)
410
411 * Menu:
412
413 * Groups: Customization Groups.
414                              How options are classified in a structure.
415 * Changing an Option::       How to edit a value and set an option.
416 * Face Customization::       How to edit the attributes of a face.
417 * Specific Customization::   Making a customization buffer for specific
418                                 options, faces, or groups.
419
420 \1f
421 File: xemacs.info,  Node: Customization Groups,  Next: Changing an Option,  Up: Easy Customization
422
423 Customization Groups
424 ....................
425
426    For customization purposes, user options are organized into "groups"
427 to help you find them.  Groups are collected into bigger groups, all
428 the way up to a master group called `Emacs'.
429
430    `M-x customize' creates a customization buffer that shows the
431 top-level `Emacs' group and the second-level groups immediately under
432 it.  It looks like this, in part:
433
434      /- Emacs group: ---------------------------------------------------\
435            [State]: visible group members are all at standard settings.
436         Customization of the One True Editor.
437         See also [Manual].
438      
439       [Open] Editing group
440      Basic text editing facilities.
441      
442       [Open] External group
443      Interfacing to external utilities.
444      
445      MORE SECOND-LEVEL GROUPS
446      
447      \- Emacs group end ------------------------------------------------/
448
449 This says that the buffer displays the contents of the `Emacs' group.
450 The other groups are listed because they are its contents.  But they
451 are listed differently, without indentation and dashes, because _their_
452 contents are not included.  Each group has a single-line documentation
453 string; the `Emacs' group also has a `[State]' line.
454
455    Most of the text in the customization buffer is read-only, but it
456 typically includes some "editable fields" that you can edit.  There are
457 also "active fields"; this means a field that does something when you
458 "invoke" it.  To invoke an active field, either click on it with
459 `Mouse-1', or move point to it and type <RET>.
460
461    For example, the phrase `[Open]' that appears in a second-level
462 group is an active field.  Invoking the `[Open]' field for a group
463 opens up a new customization buffer, which shows that group and its
464 contents.  This field is a kind of hypertext link to another group.
465
466    The `Emacs' group does not include any user options itself, but
467 other groups do.  By examining various groups, you will eventually find
468 the options and faces that belong to the feature you are interested in
469 customizing.  Then you can use the customization buffer to set them.
470
471    You can view the structure of customization groups on a larger scale
472 with `M-x customize-browse'.  This command creates a special kind of
473 customization buffer which shows only the names of the groups (and
474 options and faces), and their structure.
475
476    In this buffer, you can show the contents of a group by invoking
477 `[+]'.  When the group contents are visible, this button changes to
478 `[-]'; invoking that hides the group contents.
479
480    Each group, option or face name in this buffer has an active field
481 which says `[Group]', `[Option]' or `[Face]'.  Invoking that active
482 field creates an ordinary customization buffer showing just that group
483 and its contents, just that option, or just that face.  This is the way
484 to set values in it.
485
486 \1f
487 File: xemacs.info,  Node: Changing an Option,  Next: Face Customization,  Prev: Customization Groups,  Up: Easy Customization
488
489 Changing an Option
490 ..................
491
492    Here is an example of what a user option looks like in the
493 customization buffer:
494
495      Kill Ring Max: [Hide] 30
496         [State]: this option is unchanged from its standard setting.
497      Maximum length of kill ring before oldest elements are thrown away.
498
499    The text following `[Hide]', `30' in this case, indicates the
500 current value of the option.  If you see `[Show]' instead of `[Hide]',
501 it means that the value is hidden; the customization buffer initially
502 hides values that take up several lines.  Invoke `[Show]' to show the
503 value.
504
505    The line after the option name indicates the "customization state"
506 of the option: in the example above, it says you have not changed the
507 option yet.  The word `[State]' at the beginning of this line is
508 active; you can get a menu of various operations by invoking it with
509 `Mouse-1' or <RET>.  These operations are essential for customizing the
510 variable.
511
512    The line after the `[State]' line displays the beginning of the
513 option's documentation string.  If there are more lines of
514 documentation, this line ends with `[More]'; invoke this to show the
515 full documentation string.
516
517    To enter a new value for `Kill Ring Max', move point to the value
518 and edit it textually.  For example, you can type `M-d', then insert
519 another number.
520
521    When you begin to alter the text, you will see the `[State]' line
522 change to say that you have edited the value:
523
524      [State]: you have edited the value as text, but not set the option.
525
526    Editing the value does not actually set the option variable.  To do
527 that, you must "set" the option.  To do this, invoke the word `[State]'
528 and choose `Set for Current Session'.
529
530    The state of the option changes visibly when you set it:
531
532      [State]: you have set this option, but not saved it for future sessions.
533
534    You don't have to worry about specifying a value that is not valid;
535 setting the option checks for validity and will not really install an
536 unacceptable value.
537
538    While editing a value or field that is a file name, directory name,
539 command name, or anything else for which completion is defined, you can
540 type `M-<TAB>' (`widget-complete') to do completion.
541
542    Some options have a small fixed set of possible legitimate values.
543 These options don't let you edit the value textually.  Instead, an
544 active field `[Value Menu]' appears before the value; invoke this field
545 to edit the value.  For a boolean "on or off" value, the active field
546 says `[Toggle]', and it changes to the other value.  `[Value Menu]' and
547 `[Toggle]' edit the buffer; the changes take effect when you use the
548 `Set for Current Session' operation.
549
550    Some options have values with complex structure.  For example, the
551 value of `load-path' is a list of directories.  Here is how it appears
552 in the customization buffer:
553
554      Load Path:
555      [INS] [DEL] [Current dir?]: /usr/local/share/emacs/19.34.94/site-lisp
556      [INS] [DEL] [Current dir?]: /usr/local/share/emacs/site-lisp
557      [INS] [DEL] [Current dir?]: /usr/local/share/emacs/19.34.94/leim
558      [INS] [DEL] [Current dir?]: /usr/local/share/emacs/19.34.94/lisp
559      [INS] [DEL] [Current dir?]: /build/emacs/e19/lisp
560      [INS] [DEL] [Current dir?]: /build/emacs/e19/lisp/gnus
561      [INS]
562         [State]: this item has been changed outside the customization buffer.
563      List of directories to search for files to load....
564
565 Each directory in the list appears on a separate line, and each line has
566 several editable or active fields.
567
568    You can edit any of the directory names.  To delete a directory from
569 the list, invoke `[DEL]' on that line.  To insert a new directory in
570 the list, invoke `[INS]' at the point where you want to insert it.
571
572    You can also invoke `[Current dir?]' to switch between including a
573 specific named directory in the path, and including `nil' in the path.
574 (`nil' in a search path means "try the current directory.")
575
576    Two special commands, <TAB> and `S-<TAB>', are useful for moving
577 through the customization buffer.  <TAB> (`widget-forward') moves
578 forward to the next active or editable field; `S-<TAB>'
579 (`widget-backward') moves backward to the previous active or editable
580 field.
581
582    Typing <RET> on an editable field also moves forward, just like
583 <TAB>.  The reason for this is that people have a tendency to type
584 <RET> when they are finished editing a field.  If you have occasion to
585 insert a newline in an editable field, use `C-o' or `C-q C-j',
586
587    Setting the option changes its value in the current Emacs session;
588 "saving" the value changes it for future sessions as well.  This works
589 by writing code into your init file so as to set the option variable
590 again each time you start Emacs.  *Note Init File::.  To save the
591 option, invoke `[State]' and select the `Save for Future Sessions'
592 operation.
593
594    You can also restore the option to its standard value by invoking
595 `[State]' and selecting the `Reset' operation.  There are actually
596 three reset operations:
597
598 `Reset to Current'
599      If you have made some modifications and not yet set the option,
600      this restores the text in the customization buffer to match the
601      actual value.
602
603 `Reset to Saved'
604      This restores the value of the option to the last saved value, and
605      updates the text accordingly.
606
607 `Reset to Standard Settings'
608      This sets the option to its standard value, and updates the text
609      accordingly.  This also eliminates any saved value for the option,
610      so that you will get the standard value in future Emacs sessions.
611
612    The state of a group indicates whether anything in that group has
613 been edited, set or saved.  You can select `Set for Current Session',
614 `Save for Future Sessions' and the various kinds of `Reset' operation
615 for the group; these operations on the group apply to all options in
616 the group and its subgroups.
617
618    Near the top of the customization buffer there are two lines
619 containing several active fields:
620
621       [Set] [Save] [Reset]  [Done]
622
623 Invoking `[Done]' buries this customization buffer.  Each of the other
624 fields performs an operation--set, save or reset--on each of the items
625 in the buffer that could meaningfully be set, saved or reset.
626
627 \1f
628 File: xemacs.info,  Node: Face Customization,  Next: Specific Customization,  Prev: Changing an Option,  Up: Easy Customization
629
630 Customizing Faces
631 .................
632
633    In addition to user options, some customization groups also include
634 faces.  When you show the contents of a group, both the user options and
635 the faces in the group appear in the customization buffer.  Here is an
636 example of how a face looks:
637
638      Custom Changed Face: (sample)
639         [State]: this face is unchanged from its standard setting.
640      Face used when the customize item has been changed.
641      Parent groups: [Custom Magic Faces]
642      Attributes: [ ] Bold: [Toggle]  off (nil)
643                  [ ] Italic: [Toggle]  off (nil)
644                  [ ] Underline: [Toggle]  off (nil)
645                  [ ] Foreground: white       (sample)
646                  [ ] Background: blue        (sample)
647                  [ ] Inverse: [Toggle]  off (nil)
648                  [ ] Stipple:
649                  [ ] Font Family:
650                  [ ] Size:
651                  [ ] Strikethru: off
652
653    Each face attribute has its own line.  The `[X]' field before the
654 attribute name indicates whether the attribute is "enabled"; `X' means
655 that it is.  You can enable or disable the attribute by invoking that
656 field.  When the attribute is enabled, you can change the attribute
657 value in the usual ways.
658
659    Setting, saving and resetting a face work like the same operations
660 for options (*note Changing an Option::).
661
662    A face can specify different appearances for different types of
663 display.  For example, a face can make text red on a color display, but
664 use a bold font on a monochrome display.  To specify multiple
665 appearances for a face, select `Show Display Types' in the menu you get
666 from invoking `[State]'.
667
668 \1f
669 File: xemacs.info,  Node: Specific Customization,  Prev: Face Customization,  Up: Easy Customization
670
671 Customizing Specific Items
672 ..........................
673
674    Instead of finding the options you want to change by moving down
675 through the structure of groups, you can specify the particular option,
676 face or group that you want to customize.
677
678 `M-x customize-option <RET> OPTION <RET>'
679      Set up a customization buffer with just one option, OPTION.
680
681 `M-x customize-face <RET> FACE <RET>'
682      Set up a customization buffer with just one face, FACE.
683
684 `M-x customize-group <RET> GROUP <RET>'
685      Set up a customization buffer with just one group, GROUP.
686
687 `M-x customize-apropos <RET> REGEXP <RET>'
688      Set up a customization buffer with all the options, faces and
689      groups that match REGEXP.
690
691 `M-x customize-saved'
692      Set up a customization buffer containing all options and faces
693      that you have saved with customization buffers.
694
695 `M-x customize-customized'
696      Set up a customization buffer containing all options and faces
697      that you have customized but not saved.
698
699    If you want to alter a particular user option variable with the
700 customization buffer, and you know its name, you can use the command
701 `M-x customize-option' and specify the option name.  This sets up the
702 customization buffer with just one option--the one that you asked for.
703 Editing, setting and saving the value work as described above, but only
704 for the specified option.
705
706    Likewise, you can modify a specific face, chosen by name, using `M-x
707 customize-face'.
708
709    You can also set up the customization buffer with a specific group,
710 using `M-x customize-group'.  The immediate contents of the chosen
711 group, including option variables, faces, and other groups, all appear
712 as well.  However, these subgroups' own contents start out hidden.  You
713 can show their contents in the usual way, by invoking `[Show]'.
714
715    To control more precisely what to customize, you can use `M-x
716 customize-apropos'.  You specify a regular expression as argument; then
717 all options, faces and groups whose names match this regular expression
718 are set up in the customization buffer.  If you specify an empty regular
719 expression, this includes _all_ groups, options and faces in the
720 customization buffer (but that takes a long time).
721
722    If you change option values and then decide the change was a mistake,
723 you can use two special commands to revisit your previous changes.  Use
724 `customize-saved' to look at the options and faces that you have saved.
725 Use `M-x customize-customized' to look at the options and faces that
726 you have set but not saved.
727
728 \1f
729 File: xemacs.info,  Node: Edit Options,  Next: Locals,  Prev: Easy Customization,  Up: Variables
730
731 Editing Variable Values
732 -----------------------
733
734 `M-x list-options'
735      Display a buffer listing names, values, and documentation of all
736      options.
737
738 `M-x edit-options'
739      Change option values by editing a list of options.
740
741    `M-x list-options' displays a list of all Emacs option variables in
742 an Emacs buffer named `*List Options*'.  Each option is shown with its
743 documentation and its current value.  Here is what a portion of it might
744 look like:
745
746      ;; exec-path:
747      ("." "/usr/local/bin" "/usr/ucb" "/bin" "/usr/bin" "/u2/emacs/etc")
748      *List of directories to search programs to run in subprocesses.
749      Each element is a string (directory name)
750      or nil (try the default directory).
751      ;;
752      ;; fill-column:
753      75
754      *Column beyond which automatic line-wrapping should happen.
755      Automatically becomes local when set in any fashion.
756      ;;
757
758    `M-x edit-options' goes one step further and immediately selects the
759 `*List Options*' buffer; this buffer uses the major mode Options mode,
760 which provides commands that allow you to point at an option and change
761 its value:
762
763 `s'
764      Set the variable point is in or near to a new value read using the
765      minibuffer.
766
767 `x'
768      Toggle the variable point is in or near: if the value was `nil',
769      it becomes `t'; otherwise it becomes `nil'.
770
771 `1'
772      Set the variable point is in or near to `t'.
773
774 `0'
775      Set the variable point is in or near to `nil'.
776
777 `n'
778 `p'
779      Move to the next or previous variable.
780
781 \1f
782 File: xemacs.info,  Node: Locals,  Next: File Variables,  Prev: Edit Options,  Up: Variables
783
784 Local Variables
785 ---------------
786
787 `M-x make-local-variable'
788      Make a variable have a local value in the current buffer.
789
790 `M-x kill-local-variable'
791      Make a variable use its global value in the current buffer.
792
793 `M-x make-variable-buffer-local'
794      Mark a variable so that setting it will make it local to the
795      buffer that is current at that time.
796
797    You can make any variable "local" to a specific Emacs buffer.  This
798 means that the variable's value in that buffer is independent of its
799 value in other buffers.  A few variables are always local in every
800 buffer.  All other Emacs variables have a "global" value which is in
801 effect in all buffers that have not made the variable local.
802
803    Major modes always make the variables they set local to the buffer.
804 This is why changing major modes in one buffer has no effect on other
805 buffers.
806
807    `M-x make-local-variable' reads the name of a variable and makes it
808 local to the current buffer.  Further changes in this buffer will not
809 affect others, and changes in the global value will not affect this
810 buffer.
811
812    `M-x make-variable-buffer-local' reads the name of a variable and
813 changes the future behavior of the variable so that it automatically
814 becomes local when it is set.  More precisely, once you have marked a
815 variable in this way, the usual ways of setting the variable will
816 automatically invoke `make-local-variable' first.  We call such
817 variables "per-buffer" variables.
818
819    Some important variables have been marked per-buffer already.  They
820 include `abbrev-mode', `auto-fill-function', `case-fold-search',
821 `comment-column', `ctl-arrow', `fill-column', `fill-prefix',
822 `indent-tabs-mode', `left-margin',
823 `mode-line-format', `overwrite-mode', `selective-display-ellipses',
824 `selective-display', `tab-width', and `truncate-lines'.  Some other
825 variables are always local in every buffer, but they are used for
826 internal purposes.
827
828    Note: the variable `auto-fill-function' was formerly named
829 `auto-fill-hook'.
830
831    If you want a variable to cease to be local to the current buffer,
832 call `M-x kill-local-variable' and provide the name of a variable to
833 the prompt.  The global value of the variable is again in effect in
834 this buffer.  Setting the major mode kills all the local variables of
835 the buffer.
836
837    To set the global value of a variable, regardless of whether the
838 variable has a local value in the current buffer, you can use the Lisp
839 function `setq-default'.  It works like `setq'.  If there is a local
840 value in the current buffer, the local value is not affected by
841 `setq-default'; thus, the new global value may not be visible until you
842 switch to another buffer, as in the case of:
843
844      (setq-default fill-column 75)
845
846 `setq-default' is the only way to set the global value of a variable
847 that has been marked with `make-variable-buffer-local'.
848
849    Programs can look at a variable's default value with `default-value'.
850 This function takes a symbol as an argument and returns its default
851 value.  The argument is evaluated; usually you must quote it
852 explicitly, as in the case of:
853
854      (default-value 'fill-column)
855
856 \1f
857 File: xemacs.info,  Node: File Variables,  Prev: Locals,  Up: Variables
858
859 Local Variables in Files
860 ------------------------
861
862    A file can contain a "local variables list", which specifies the
863 values to use for certain Emacs variables when that file is edited.
864 Visiting the file checks for a local variables list and makes each
865 variable in the list local to the buffer in which the file is visited,
866 with the value specified in the file.
867
868    A local variables list goes near the end of the file, in the last
869 page.  (It is often best to put it on a page by itself.)  The local
870 variables list starts with a line containing the string `Local
871 Variables:', and ends with a line containing the string `End:'.  In
872 between come the variable names and values, one set per line, as
873 `VARIABLE: VALUE'.  The VALUEs are not evaluated; they are used
874 literally.
875
876    The line which starts the local variables list does not have to say
877 just `Local Variables:'.  If there is other text before `Local
878 Variables:', that text is called the "prefix", and if there is other
879 text after, that is called the "suffix".  If a prefix or suffix are
880 present, each entry in the local variables list should have the prefix
881 before it and the suffix after it.  This includes the `End:' line.  The
882 prefix and suffix are included to disguise the local variables list as
883 a comment so the compiler or text formatter  will ignore it.  If you do
884 not need to disguise the local variables list as a comment in this way,
885 there is no need to include a prefix or a suffix.
886
887    Two "variable" names are special in a local variables list: a value
888 for the variable `mode' sets the major mode, and a value for the
889 variable `eval' is simply evaluated as an expression and the value is
890 ignored.  These are not real variables; setting them in any other
891 context does not have the same effect.  If `mode' is used in a local
892 variables list, it should be the first entry in the list.
893
894    Here is an example of a local variables list:
895      ;;; Local Variables: ***
896      ;;; mode:lisp ***
897      ;;; comment-column:0 ***
898      ;;; comment-start: ";;; "  ***
899      ;;; comment-end:"***" ***
900      ;;; End: ***
901
902    Note that the prefix is `;;; ' and the suffix is ` ***'.  Note also
903 that comments in the file begin with and end with the same strings.
904 Presumably the file contains code in a language which is enough like
905 Lisp for Lisp mode to be useful but in which comments start and end
906 differently.  The prefix and suffix are used in the local variables
907 list to make the list look like several lines of comments when the
908 compiler or interpreter for that language reads the file.
909
910    The start of the local variables list must be no more than 3000
911 characters from the end of the file, and must be in the last page if the
912 file is divided into pages.  Otherwise, Emacs will not notice it is
913 there.  The purpose is twofold: a stray `Local Variables:' not in the
914 last page does not confuse Emacs, and Emacs never needs to search a
915 long file that contains no page markers and has no local variables list.
916
917    You may be tempted to turn on Auto Fill mode with a local variable
918 list.  That is inappropriate.  Whether you use Auto Fill mode or not is
919 a matter of personal taste, not a matter of the contents of particular
920 files.  If you want to use Auto Fill, set up major mode hooks with your
921 init file to turn it on (when appropriate) for you alone (*note Init
922 File::).  Don't try to use a local variable list that would impose your
923 taste on everyone working with the file.
924
925    XEmacs allows you to specify local variables in the first line of a
926 file, in addition to specifying them in the `Local Variables' section
927 at the end of a file.
928
929    If the first line of a file contains two occurrences of ``-*-'',
930 XEmacs uses the information between them to determine what the major
931 mode and variable settings should be.  For example, these are all legal:
932
933              ;;; -*- mode: emacs-lisp -*-
934              ;;; -*- mode: postscript; version-control: never -*-
935              ;;; -*- tags-file-name: "/foo/bar/TAGS" -*-
936
937    For historical reasons, the syntax ``-*- modename -*-'' is allowed
938 as well; for example, you can use:
939
940              ;;; -*- emacs-lisp -*-
941
942    The variable `enable-local-variables' controls the use of local
943 variables lists in files you visit.  The value can be `t', `nil', or
944 something else.  A value of `t' means local variables lists are obeyed;
945 `nil' means they are ignored; anything else means query.
946
947    The command `M-x normal-mode' always obeys local variables lists and
948 ignores this variable.
949
950 \1f
951 File: xemacs.info,  Node: Keyboard Macros,  Next: Key Bindings,  Prev: Variables,  Up: Customization
952
953 Keyboard Macros
954 ===============
955
956    A "keyboard macro" is a command defined by the user to abbreviate a
957 sequence of keys.  For example, if you discover that you are about to
958 type `C-n C-d' forty times, you can speed your work by defining a
959 keyboard macro to invoke `C-n C-d' and calling it with a repeat count
960 of forty.
961
962 `C-x ('
963      Start defining a keyboard macro (`start-kbd-macro').
964
965 `C-x )'
966      End the definition of a keyboard macro (`end-kbd-macro').
967
968 `C-x e'
969      Execute the most recent keyboard macro (`call-last-kbd-macro').
970
971 `C-u C-x ('
972      Re-execute last keyboard macro, then add more keys to its
973      definition.
974
975 `C-x q'
976      When this point is reached during macro execution, ask for
977      confirmation (`kbd-macro-query').
978
979 `M-x name-last-kbd-macro'
980      Give a command name (for the duration of the session) to the most
981      recently defined keyboard macro.
982
983 `M-x insert-kbd-macro'
984      Insert in the buffer a keyboard macro's definition, as Lisp code.
985
986    Keyboard macros differ from other Emacs commands in that they are
987 written in the Emacs command language rather than in Lisp.  This makes
988 it easier for the novice to write them and makes them more convenient as
989 temporary hacks.  However, the Emacs command language is not powerful
990 enough as a programming language to be useful for writing anything
991 general or complex.  For such things, Lisp must be used.
992
993    You define a keyboard macro by executing the commands which are its
994 definition.  Put differently, as you are defining a keyboard macro, the
995 definition is being executed for the first time.  This way, you see
996 what the effects of your commands are, and don't have to figure them
997 out in your head.  When you are finished, the keyboard macro is defined
998 and also has been executed once.  You can then execute the same set of
999 commands again by invoking the macro.
1000
1001 * Menu:
1002
1003 * Basic Kbd Macro::     Defining and running keyboard macros.
1004 * Save Kbd Macro::      Giving keyboard macros names; saving them in files.
1005 * Kbd Macro Query::     Keyboard macros that do different things each use.
1006
1007 \1f
1008 File: xemacs.info,  Node: Basic Kbd Macro,  Next: Save Kbd Macro,  Up: Keyboard Macros
1009
1010 Basic Use
1011 ---------
1012
1013    To start defining a keyboard macro, type `C-x ('
1014 (`start-kbd-macro').  From then on, anything you type continues to be
1015 executed, but also becomes part of the definition of the macro.  `Def'
1016 appears in the mode line to remind you of what is going on.  When you
1017 are finished, the `C-x )' command (`end-kbd-macro') terminates the
1018 definition, without becoming part of it.
1019
1020    For example,
1021
1022      C-x ( M-f foo C-x )
1023
1024 defines a macro to move forward a word and then insert `foo'.
1025
1026    You can give `C-x )' a repeat count as an argument, in which case it
1027 repeats the macro that many times right after defining it, but defining
1028 the macro counts as the first repetition (since it is executed as you
1029 define it).  If you give `C-x )' an argument of 4, it executes the
1030 macro immediately 3 additional times.  An argument of zero to `C-x e'
1031 or `C-x )' means repeat the macro indefinitely (until it gets an error
1032 or you type `C-g').
1033
1034    Once you have defined a macro, you can invoke it again with the `C-x
1035 e' command (`call-last-kbd-macro').  You can give the command a repeat
1036 count numeric argument to execute the macro many times.
1037
1038    To repeat an operation at regularly spaced places in the text,
1039 define a macro and include as part of the macro the commands to move to
1040 the next place you want to use it.  For example, if you want to change
1041 each line, you should position point at the start of a line, and define
1042 a macro to change that line and leave point at the start of the next
1043 line.  Repeating the macro will then operate on successive lines.
1044
1045    After you have terminated the definition of a keyboard macro, you
1046 can add to the end of its definition by typing `C-u C-x ('.  This is
1047 equivalent to plain `C-x (' followed by retyping the whole definition
1048 so far.  As a consequence it re-executes the macro as previously
1049 defined.
1050
1051 \1f
1052 File: xemacs.info,  Node: Save Kbd Macro,  Next: Kbd Macro Query,  Prev: Basic Kbd Macro,  Up: Keyboard Macros
1053
1054 Naming and Saving Keyboard Macros
1055 ---------------------------------
1056
1057    To save a keyboard macro for longer than until you define the next
1058 one, you must give it a name using `M-x name-last-kbd-macro'.  This
1059 reads a name as an argument using the minibuffer and defines that name
1060 to execute the macro.  The macro name is a Lisp symbol, and defining it
1061 in this way makes it a valid command name for calling with `M-x' or for
1062 binding a key to with `global-set-key' (*note Keymaps::).  If you
1063 specify a name that has a prior definition other than another keyboard
1064 macro, Emacs prints an error message and nothing is changed.
1065
1066    Once a macro has a command name, you can save its definition in a
1067 file.  You can then use it in another editing session.  First visit the
1068 file you want to save the definition in.  Then use the command:
1069
1070      M-x insert-kbd-macro <RET> MACRONAME <RET>
1071
1072 This inserts some Lisp code that, when executed later, will define the
1073 same macro with the same definition it has now.  You need not
1074 understand Lisp code to do this, because `insert-kbd-macro' writes the
1075 Lisp code for you.  Then save the file.  You can load the file with
1076 `load-file' (*note Lisp Libraries::).  If the file you save in is your
1077 initialization file (*note Init File::), then the macro will be defined
1078 each time you run Emacs.
1079
1080    If you give `insert-kbd-macro' a prefix argument, it creates
1081 additional Lisp code to record the keys (if any) that you have bound to
1082 the keyboard macro, so that the macro is reassigned the same keys when
1083 you load the file.
1084
1085 \1f
1086 File: xemacs.info,  Node: Kbd Macro Query,  Prev: Save Kbd Macro,  Up: Keyboard Macros
1087
1088 Executing Macros With Variations
1089 --------------------------------
1090
1091    You can use `C-x q' (`kbd-macro-query'), to get an effect similar to
1092 that of `query-replace'.  The macro asks you  each time whether to make
1093 a change.  When you are defining the macro, type `C-x q' at the point
1094 where you want the query to occur.  During macro definition, the `C-x
1095 q' does nothing, but when you invoke the macro, `C-x q' reads a
1096 character from the terminal to decide whether to continue.
1097
1098    The special answers to a `C-x q' query are <SPC>, <DEL>, `C-d',
1099 `C-l', and `C-r'.  Any other character terminates execution of the
1100 keyboard macro and is then read as a command.  <SPC> means to continue.
1101 <DEL> means to skip the remainder of this repetition of the macro,
1102 starting again from the beginning in the next repetition.  `C-d' means
1103 to skip the remainder of this repetition and cancel further repetition.
1104 `C-l' redraws the frame and asks you again for a character to specify
1105 what to do.  `C-r' enters a recursive editing level, in which you can
1106 perform editing that is not part of the macro.  When you exit the
1107 recursive edit using `C-M-c', you are asked again how to continue with
1108 the keyboard macro.  If you type a <SPC> at this time, the rest of the
1109 macro definition is executed.  It is up to you to leave point and the
1110 text in a state such that the rest of the macro will do what you want.
1111
1112    `C-u C-x q', which is `C-x q' with a numeric argument, performs a
1113 different function.  It enters a recursive edit reading input from the
1114 keyboard, both when you type it during the definition of the macro and
1115 when it is executed from the macro.  During definition, the editing you
1116 do inside the recursive edit does not become part of the macro.  During
1117 macro execution, the recursive edit gives you a chance to do some
1118 particularized editing.  *Note Recursive Edit::.
1119
1120 \1f
1121 File: xemacs.info,  Node: Key Bindings,  Next: Syntax,  Prev: Keyboard Macros,  Up: Customization
1122
1123 Customizing Key Bindings
1124 ========================
1125
1126    This section deals with the "keymaps" that define the bindings
1127 between keys and functions, and shows how you can customize these
1128 bindings.
1129
1130    A command is a Lisp function whose definition provides for
1131 interactive use.  Like every Lisp function, a command has a function
1132 name, which is a Lisp symbol whose name usually consists of lower case
1133 letters and hyphens.
1134
1135 * Menu:
1136
1137 * Keymaps::    Definition of the keymap data structure.
1138                Names of Emacs's standard keymaps.
1139 * Rebinding::  How to redefine one key's meaning conveniently.
1140 * Disabling::  Disabling a command means confirmation is required
1141                 before it can be executed.  This is done to protect
1142                 beginners from surprises.
1143