summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-08-31 11:18:06 +0000
committerDave Love <fx@gnu.org>2000-08-31 11:18:06 +0000
commitd04efc645a1888c81bb6b0237cfc341ab24f4390 (patch)
tree00c69c7a771ca88f6d60e6b220a919dfc9b0f9ae
parentf4831bc748104bd662ea6789ee3605747e964185 (diff)
downloademacs-d04efc645a1888c81bb6b0237cfc341ab24f4390.tar.gz
bs-show
-rw-r--r--man/buffers.texi44
1 files changed, 36 insertions, 8 deletions
diff --git a/man/buffers.texi b/man/buffers.texi
index e11ae07402e..a10127731e5 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -1,5 +1,6 @@
@c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
+@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Buffers, Windows, Files, Top
@chapter Using Multiple Buffers
@@ -444,10 +445,12 @@ create new @samp{*info*} or @samp{*Help*} buffers, for example.
@section Convenience Features and Customization of Buffer Handling
@menu
-* Uniquify::
-* BS::
-* Iswitchb::
-* MSB::
+* Uniquify:: Buffer names can contain directory parts.
+* BS:: Configurable buffer menu.
+@ignore
+* Iswitchb:: Switching between buffers with substrings.
+* MSB::
+@end ignore
@end menu
@node Uniquify
@@ -471,10 +474,35 @@ buffer name styles by customizing the user option
toggle-uniquify-buffer-names} can also be used to toggle the mode.
@node BS
-@subsection BS Mode: Configurable Buffer Menus
+@subsection Configurable Buffer Menus
+@findex bs-show
+@findex bs-cycle-next
+@findex bs-cycle-previous
+@cindex buffer list, customizable
+@table @kbd
+@item M-x bs-show
+Make a list of buffers similarly to @kbd{M-x list-buffers} but
+customizable.
+@item M-x bs-cycle-next
+Cycle to the next buffer in the configuration.
+@item M-x bs-cycle-previous
+Cycle to the previous buffer in the configuration.
+@end table
+
+@kbd{M-x bs-show} pops up a buffer list similar to the one normally
+displayed by @kbd{C-x C-b} but which can be customized. You might like
+to bind it to @kbd{C-x C-b}. You can customize the display, for
+instance to display a subset of buffers, in the @code{bs} Custom group.
+A special subset of all buffers is available---for instance avoiding
+ones like @samp{*Messages*}---through which you can cycle with @kbd{M-x
+bs-cycle-next} and @kbd{M-x bs-cycle-previous}. Those commands could be
+bound to convenient keys.
+
+@ignore
@node Iswitchb
-@subsection Iswitchb Mode: Switching Between Buffers using Substrings
+@subsection Switching Between Buffers using Substrings
@node MSB
-@subsection MSB Mode: Customizable Buffer Selection with Multiple Menus
+@subsection Customizable Buffer Selection with Multiple Menus
+@end ignore