X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=man%2Fxemacs%2Fframe.texi;h=e82d418d77c351b27f1e4f79c2cff18b4b10d6e1;hb=3e319d6cd6c1d4f8013bba05b6fe8b786f6185bd;hp=35e4200b5574c85aca6c149f369c70c7abb717b4;hpb=571a24e2bfea15d37c3503414674f59e89ec9652;p=chise%2Fxemacs-chise.git- diff --git a/man/xemacs/frame.texi b/man/xemacs/frame.texi index 35e4200..e82d418 100644 --- a/man/xemacs/frame.texi +++ b/man/xemacs/frame.texi @@ -425,6 +425,13 @@ if the list is too long, the least recently used buffers are deleted from the list. By default up to 6 most recently used buffers with the same mode are displayed on tabs in the gutter. +This behavior can be altered by customizing +@code{buffers-tab-filter-functions}. Setting this variable to +@code{nil} forces display of all buffers, up to +@code{buffers-tab-max-size} (also customizable). More complex behavior +may be available in 3rd party libraries. These, and some more +rarely customized options, are in the @code{buffers-tab} Customize group. + @node Inhibiting, Customizing, Gutter Basics, GUI Components @comment node-name, next, previous, up @section Inhibiting Display of GUI Components @@ -507,15 +514,19 @@ The function @code{switch-to-buffer-other-frame} is just like in first. This is normally bound to @kbd{C-x 5 b}. @vindex default-frame-alist +@vindex default-frame-plist You can specify a different default frame size other than the one provided. -Use the variable @code{default-frame-alist}, which is an alist of default +Use the variable @code{default-frame-plist}, which is a plist of default values for frame creation other than the first one. These may be set in your init file, like this: @example - (setq default-frame-alist '((width . 80) (height . 55))) + (setq default-frame-plist '(width 80 height 55)) @end example +This variable has replaced @code{default-frame-alist}, which is +considered obsolete. + @vindex x-frame-defaults For values specific to the first XEmacs frame, you must use X resources. The variable @code{x-frame-defaults} takes an alist of default frame