Mercurial > hg > xemacs-beta
comparison man/xemacs/frame.texi @ 1362:cfe4bcb9bdd4
[xemacs-hg @ 2003-03-18 06:58:19 by stephent]
wid-edit.el cleanup <878yvdi2rz.fsf@tleepslib.sk.tsukuba.ac.jp>
buffers tab control doc improvements <87bs09i3w5.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 18 Mar 2003 06:58:24 +0000 |
parents | 3fc0174a5541 |
children | 6355bae896e3 |
comparison
equal
deleted
inserted
replaced
1361:ffdb1a771055 | 1362:cfe4bcb9bdd4 |
---|---|
423 major mode from the selected buffer are removed from the list. Finally, | 423 major mode from the selected buffer are removed from the list. Finally, |
424 if the list is too long, the least recently used buffers are deleted | 424 if the list is too long, the least recently used buffers are deleted |
425 from the list. By default up to 6 most recently used buffers with the | 425 from the list. By default up to 6 most recently used buffers with the |
426 same mode are displayed on tabs in the gutter. | 426 same mode are displayed on tabs in the gutter. |
427 | 427 |
428 This behavior can be altered by customizing | |
429 @code{buffers-tab-filter-functions}. Setting this variable to | |
430 @code{nil} forces display of all buffers, up to | |
431 @code{buffers-tab-max-size} (also customizable). More complex behavior | |
432 may be available in 3rd party libraries. These, and some more | |
433 rarely customized options, are in the @code{buffers-tab} Customize group. | |
434 | |
428 @node Inhibiting, Customizing, Gutter Basics, GUI Components | 435 @node Inhibiting, Customizing, Gutter Basics, GUI Components |
429 @comment node-name, next, previous, up | 436 @comment node-name, next, previous, up |
430 @section Inhibiting Display of GUI Components | 437 @section Inhibiting Display of GUI Components |
431 | 438 |
432 Use of GUI facilities is a personal thing. Almost everyone agrees that | 439 Use of GUI facilities is a personal thing. Almost everyone agrees that |