X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fxemacs%2Fmenus.texi;h=4cd40e7e17c94af914e14137d94adc26696abefa;hb=7e7acb1ff0ccf8983b0b14f5a71932cb9645eb81;hp=7b735c7fc619db69740686c99f61d8945b85b94d;hpb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;p=chise%2Fxemacs-chise.git diff --git a/man/xemacs/menus.texi b/man/xemacs/menus.texi index 7b735c7..4cd40e7 100644 --- a/man/xemacs/menus.texi +++ b/man/xemacs/menus.texi @@ -21,6 +21,9 @@ Perform standard editing operations, such as cutting, copying, pasting, and killing selected text. @cindex Edit menu +@c #### The Mule menu needs to be documented, but this is not the place +@c for it since Ben just moved it. + @item Apps Access to sub-applications implemented within XEmacs, such as the mail reader, the World Wide Web browser, the spell-checker, and the calendar @@ -220,7 +223,7 @@ information.@refill @c **** zmacs-regions is on by default these days - jwz @c @c Note: By default, you can use the @b{Edit} menu items on the region between -@c point an the mark as well as regions selected with the mouse. To change +@c point and the mark as well as regions selected with the mouse. To change @c this behavior, set the variable @code{zmacs-regions} to @c @code{t}. @xref{Active Regions} for more information. @@ -345,19 +348,19 @@ After you select this item, any time you execute a command with alternate binding before the command executes. @item Syntax Highlighting -You can customize your @code{.emacs} file to include the font-lock -mode so that when you select this item, the comments will be -displayed in one face, strings in another, reserved words in another, -and so on. When @b{Fonts} is selected, different parts of the program -will appear in different Fonts. When @b{Colors} is selected, then the -program will be displayed in different colors. Selecting @b{None} -causes the program to appear in just one Font and Color. Selecting -@b{Less} resets the Fonts and Colors to a fast, minimal set of -decorations. Selecting @b{More} resets the Fonts and Colors to a larger -set of decorations. For example, if @b{Less} is selected (which is the -default setting) then you might have all comments in green color. -Whereas, if @b{More} is selected then a function name in the comments -themselves might appear in a different Color or Font.@refill +You can customize your init file to include the font-lock mode so that +when you select this item, the comments will be displayed in one face, +strings in another, reserved words in another, and so on. @xref{Init +File}. When @b{Fonts} is selected, different parts of the program will +appear in different Fonts. When @b{Colors} is selected, then the program +will be displayed in different colors. Selecting @b{None} causes the +program to appear in just one Font and Color. Selecting @b{Less} resets +the Fonts and Colors to a fast, minimal set of decorations. Selecting +@b{More} resets the Fonts and Colors to a larger set of decorations. For +example, if @b{Less} is selected (which is the default setting) then you +might have all comments in green color. Whereas, if @b{More} is +selected then a function name in the comments themselves might appear in +a different Color or Font.@refill @item Paren Highlighting After selecting @b{Blink} from this item, if you place the cursor @@ -390,7 +393,7 @@ available will be selecting that buffer. @item Save Options Selecting this item will save the current settings of your Options -menu to your @code{.emacs} file. +menu to your init file. @xref{Init File}. @end table @node Buffers Menu @@ -430,18 +433,18 @@ items and disabling or enabling existing menu items. The following functions are available: @table @kbd -@item add-menu: @var{(menu-path menu-name menu-items &optional before)} +@item add-menu: (@var{menu-path} @var{menu-name} @var{menu-items} &optional @var{before}) Add a menu to the menu bar or one of its submenus. -@item add-menu-item: @var{(menu-path item-name function enabled-p -&optional before)} +@item add-menu-item: (@var{menu-path} @var{item-name} @var{function} +@var{enabled-p} &optional @var{before}) Add a menu item to a menu, creating the menu first if necessary. -@item delete-menu-item: @var{(path)} +@item delete-menu-item: (@var{path}) Remove the menu item defined by @var{path} from the menu hierarchy. -@item disable-menu-item: @var{(path)} +@item disable-menu-item: (@var{path}) Disable the specified menu item. -@item enable-menu-item: @var{(path)} +@item enable-menu-item: (@var{path}) Enable the specified previously disabled menu item. -@item relabel-menu-item: @var{(path new-name)} +@item relabel-menu-item: (@var{path} @var{new-name}) Change the string of the menu item specified by @var{path} to @var{new-name}.