comparison man/custom.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
11 11
12 @node Top, Introduction, (dir), (dir) 12 @node Top, Introduction, (dir), (dir)
13 @comment node-name, next, previous, up 13 @comment node-name, next, previous, up
14 @top The Customization Library 14 @top The Customization Library
15 15
16 Version: 1.50 16 Version: 1.59
17 17
18 @menu 18 @menu
19 * Introduction:: 19 * Introduction::
20 * User Commands:: 20 * User Commands::
21 * The Customization Buffer:: 21 * The Customization Buffer::
393 @subsection The Customization Buttons 393 @subsection The Customization Buttons
394 394
395 The last part of the customization buffer looks like this: 395 The last part of the customization buffer looks like this:
396 396
397 @example 397 @example
398 [Set] [Save] [Reset] 398 [Set] [Save] [Reset] [Done]
399 @end example 399 @end example
400 400
401 Activating the @samp{[Set]}, @samp{[Save]}, or @samp{[Reset]} 401 Activating the @samp{[Set]}, @samp{[Save]}, or @samp{[Reset]}
402 button will affect all modified customization items that are visible in 402 button will affect all modified customization items that are visible in
403 the buffer. 403 the buffer. @samp{[Done]} will bury the buffer.
404 404
405 @node Declarations, Utilities, The Customization Buffer, Top 405 @node Declarations, Utilities, The Customization Buffer, Top
406 @comment node-name, next, previous, up 406 @comment node-name, next, previous, up
407 @section Declarations 407 @section Declarations
408 408
544 frame must match one of the @var{item}. The following @var{req} are 544 frame must match one of the @var{item}. The following @var{req} are
545 defined:@refill 545 defined:@refill
546 546
547 @table @code 547 @table @code
548 @item type 548 @item type
549 (the value of (window-system))@br 549 (the value of (window-system))@*
550 Should be one of @code{x} or @code{tty}. 550 Should be one of @code{x} or @code{tty}.
551 551
552 @item class 552 @item class
553 (the frame's color support)@br 553 (the frame's color support)@*
554 Should be one of @code{color}, @code{grayscale}, or @code{mono}. 554 Should be one of @code{color}, @code{grayscale}, or @code{mono}.
555 555
556 @item background 556 @item background
557 (what color is used for the background text)@br 557 (what color is used for the background text)@*
558 Should be one of @code{light} or @code{dark}. 558 Should be one of @code{light} or @code{dark}.
559 @end table 559 @end table
560 560
561 Internally, custom uses the symbol property @code{factory-face} for the 561 Internally, custom uses the symbol property @code{factory-face} for the
562 program specified default face properties, @code{saved-face} for 562 program specified default face properties, @code{saved-face} for
563 properties saved by the user, and @code{face-documentation} for the 563 properties saved by the user, and @code{face-doc-string} for the
564 documentation string.@refill 564 documentation string.@refill
565 565
566 @end defun 566 @end defun
567 567
568 @node Usage for Package Authors, , Declaring Faces, Declarations 568 @node Usage for Package Authors, , Declaring Faces, Declarations
638 customize buffer. 638 customize buffer.
639 639
640 @item 640 @item
641 Integrate with @file{w3} so you can customization buffers with much 641 Integrate with @file{w3} so you can customization buffers with much
642 better formatting. I'm thinking about adding a <custom>name</custom> 642 better formatting. I'm thinking about adding a <custom>name</custom>
643 tag. 643 tag. The latest w3 have some support for this, so come up with a
644 convincing example.
644 645
645 @item 646 @item
646 Add an `examples' section, with explained examples of custom type 647 Add an `examples' section, with explained examples of custom type
647 definitions. 648 definitions.
648 649