aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-01 17:57:23 +0000
committerRichard M. Stallman2001-06-01 17:57:23 +0000
commit6b46232e9baaf3e4ea32b8ce0e9a643ea552ba16 (patch)
tree6d38dbb8decbca1880588b18fa33ae15f3e7ea30
parentacead980dff378f5768b85f9ca5cb0ef9751b341 (diff)
downloademacs-6b46232e9baaf3e4ea32b8ce0e9a643ea552ba16.tar.gz
emacs-6b46232e9baaf3e4ea32b8ce0e9a643ea552ba16.zip
Update Customization buffer examples
and some other minor changes.
-rw-r--r--man/custom.texi40
1 files changed, 23 insertions, 17 deletions
diff --git a/man/custom.texi b/man/custom.texi
index bb9baa1f23a..590d85b4e99 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -236,7 +236,7 @@ C-h v fill-column @key{RET}
236displays something like this: 236displays something like this:
237 237
238@smallexample 238@smallexample
239fill-column's value is 75 239fill-column's value is 70
240 240
241Documentation: 241Documentation:
242*Column beyond which automatic line-wrapping should happen. 242*Column beyond which automatic line-wrapping should happen.
@@ -320,6 +320,10 @@ under it. It looks like this, in part:
320 Customization of the One True Editor. 320 Customization of the One True Editor.
321 See also [Manual]. 321 See also [Manual].
322 322
323Confirm Kill Emacs: [Hide] [Value Menu] Don't confirm
324 [State]: this option is unchanged from its standard setting.
325How to ask for confirmation when leaving Emacs. [More]
326
323Editing group: [Go to Group] 327Editing group: [Go to Group]
324Basic text editing facilities. 328Basic text editing facilities.
325 329
@@ -354,12 +358,12 @@ Group]} field for a group creates a new customization buffer, which
354shows that group and its contents. This field is a kind of hypertext 358shows that group and its contents. This field is a kind of hypertext
355link to another group. 359link to another group.
356 360
357 The @code{Emacs} group does not include any user options itself, but 361 The @code{Emacs} group includes a few user options itself, but most
358other groups do. By examining various groups, you will eventually find 362of them are in other groups. By examining various groups, you will
359the options and faces that belong to the feature you are interested in 363eventually find the options and faces that belong to the feature you
360customizing. Then you can use the customization buffer to set them. 364are interested in customizing. Then you can use the customization
361You can go straight to a particular group by name using the command 365buffer to set them. You can go straight to a particular group by name
362@kbd{M-x customize-group}. 366using the command @kbd{M-x customize-group}.
363 367
364@findex customize-browse 368@findex customize-browse
365 You can view the structure of customization groups on a larger scale 369 You can view the structure of customization groups on a larger scale
@@ -384,12 +388,12 @@ This is the way to set values in it.
384customization buffer: 388customization buffer:
385 389
386@smallexample 390@smallexample
387Kill Ring Max: [Hide] 30 391Kill Ring Max: [Hide] 60
388 [State]: this option is unchanged from its standard setting. 392 [State]: this option is unchanged from its standard setting.
389Maximum length of kill ring before oldest elements are thrown away. 393Maximum length of kill ring before oldest elements are thrown away.
390@end smallexample 394@end smallexample
391 395
392 The text following @samp{[Hide]}, @samp{30} in this case, indicates 396 The text following @samp{[Hide]}, @samp{60} in this case, indicates
393the current value of the option. If you see @samp{[Show]} instead of 397the current value of the option. If you see @samp{[Show]} instead of
394@samp{[Hide]}, it means that the value is hidden; the customization 398@samp{[Hide]}, it means that the value is hidden; the customization
395buffer initially hides values that take up several lines. Invoke 399buffer initially hides values that take up several lines. Invoke
@@ -459,8 +463,8 @@ File Coding System Alist: [Hide]
459 Encoding: emacs-mule 463 Encoding: emacs-mule
460[INS] [DEL] File regexp: \(\`\|/\)loaddefs.el\' 464[INS] [DEL] File regexp: \(\`\|/\)loaddefs.el\'
461 Choice: [Value Menu] Encoding/decoding pair: 465 Choice: [Value Menu] Encoding/decoding pair:
462 Decoding: no-conversion 466 Decoding: raw-text
463 Encoding: no-conversion 467 Encoding: raw-text-unix
464[INS] [DEL] File regexp: \.tar\' 468[INS] [DEL] File regexp: \.tar\'
465 Choice: [Value Menu] Encoding/decoding pair: 469 Choice: [Value Menu] Encoding/decoding pair:
466 Decoding: no-conversion 470 Decoding: no-conversion
@@ -595,11 +599,12 @@ Attributes: [ ] Font family: [Value Menu] *
595 [ ] Underline: [Value Menu] * 599 [ ] Underline: [Value Menu] *
596 [ ] Overline: [Value Menu] * 600 [ ] Overline: [Value Menu] *
597 [ ] Strike-through: [Value Menu] * 601 [ ] Strike-through: [Value Menu] *
598 [ ] Box around text: [Value Menu] Off 602 [ ] Box around text: [Value Menu] *
599 [ ] Inverse-video: [Value Menu] * 603 [ ] Inverse-video: [Value Menu] *
600 [X] Foreground: [Value Menu] Color: white (sample) 604 [X] Foreground: [Value Menu] Color: white (sample)
601 [X] Background: [Value Menu] Color: blue (sample) 605 [X] Background: [Value Menu] Color: blue (sample)
602 [ ] Stipple: [Value Menu] * 606 [ ] Stipple: [Value Menu] *
607 [ ] Inherit:
603@end smallexample 608@end smallexample
604 609
605 Each face attribute has its own line. The @samp{[@var{x}]} field 610 Each face attribute has its own line. The @samp{[@var{x}]} field
@@ -619,7 +624,7 @@ options (@pxref{Changing an Option}).
619 A face can specify different appearances for different types of 624 A face can specify different appearances for different types of
620display. For example, a face can make text red on a color display, but 625display. For example, a face can make text red on a color display, but
621use a bold font on a monochrome display. To specify multiple 626use a bold font on a monochrome display. To specify multiple
622appearances for a face, select @samp{Show Display Types} in the menu you 627appearances for a face, select @samp{Show all display specs} in the menu you
623get from invoking @samp{[State]}. 628get from invoking @samp{[State]}.
624 629
625@findex modify-face 630@findex modify-face
@@ -697,7 +702,7 @@ definitions have been changed since the specified version.
697@findex customize-customized 702@findex customize-customized
698 If you change option values and then decide the change was a mistake, 703 If you change option values and then decide the change was a mistake,
699you can use two special commands to revisit your previous changes. Use 704you can use two special commands to revisit your previous changes. Use
700@kbd{customize-saved} to look at the options and faces that you have 705@kbd{M-x customize-saved} to look at the options and faces that you have
701saved. Use @kbd{M-x customize-customized} to look at the options and 706saved. Use @kbd{M-x customize-customized} to look at the options and
702faces that you have set but not saved. 707faces that you have set but not saved.
703 708
@@ -1652,7 +1657,7 @@ Other cursor repositioning keys.
1652 1657
1653@item @code{select}, @code{print}, @code{execute}, @code{backtab} 1658@item @code{select}, @code{print}, @code{execute}, @code{backtab}
1654@itemx @code{insert}, @code{undo}, @code{redo}, @code{clearline} 1659@itemx @code{insert}, @code{undo}, @code{redo}, @code{clearline}
1655@itemx @code{insertline}, @code{deleteline}, @code{insertchar}, @code{deletechar}, 1660@itemx @code{insertline}, @code{deleteline}, @code{insertchar}, @code{deletechar}
1656Miscellaneous function keys. 1661Miscellaneous function keys.
1657 1662
1658@item @code{f1}, @code{f2}, @dots{} @code{f35} 1663@item @code{f1}, @code{f2}, @dots{} @code{f35}
@@ -1922,8 +1927,9 @@ some instructions on what to do immediately; then Emacs asks for input
1922saying whether to execute the command as requested, enable it and 1927saying whether to execute the command as requested, enable it and
1923execute it, or cancel. If you decide to enable the command, you are 1928execute it, or cancel. If you decide to enable the command, you are
1924asked whether to do this permanently or just for the current session. 1929asked whether to do this permanently or just for the current session.
1925Enabling permanently works by automatically editing your @file{.emacs} 1930(Enabling permanently works by automatically editing your @file{.emacs}
1926file. 1931file.) You can also type @kbd{!} to enable @emph{all} commands,
1932for the current session only.
1927 1933
1928 The direct mechanism for disabling a command is to put a 1934 The direct mechanism for disabling a command is to put a
1929non-@code{nil} @code{disabled} property on the Lisp symbol for the 1935non-@code{nil} @code{disabled} property on the Lisp symbol for the