aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThierry Volpiatto2019-06-27 19:20:50 +0200
committerLars Ingebrigtsen2019-06-27 21:00:35 +0200
commitf9744d23e5bdc90ebdfaf78db55966e436876b28 (patch)
treeb824342ae0c5c42b9dd6fc168df3bf446b271d9e /doc
parente51f328465759b8da9031c6fc30d3fd14f1a0c38 (diff)
downloademacs-f9744d23e5bdc90ebdfaf78db55966e436876b28.tar.gz
emacs-f9744d23e5bdc90ebdfaf78db55966e436876b28.zip
Add a new regexp variable to control boring winner buffers
* doc/emacs/windows.texi (Window Convenience): Mention it. * lisp/winner.el (winner-boring-buffers-regexp): New variable. * lisp/winner.el (winner-set): Use it (bug#11151).
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/windows.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 4b39e8bfe10..4aeb467dff8 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -538,6 +538,7 @@ Reference Manual}), and cannot exceed the size of the containing frame.
538@vindex winner-dont-bind-my-keys 538@vindex winner-dont-bind-my-keys
539@vindex winner-ring-size 539@vindex winner-ring-size
540@vindex winner-boring-buffers 540@vindex winner-boring-buffers
541@vindex winner-boring-buffers-regexp
541@cindex Winner mode 542@cindex Winner mode
542@cindex mode, Winner 543@cindex mode, Winner
543@cindex undoing window configuration changes 544@cindex undoing window configuration changes
@@ -556,7 +557,8 @@ non-@code{nil} value. By default, Winner mode stores a maximum of 200
556window configurations per frame, but you can change that by modifying 557window configurations per frame, but you can change that by modifying
557the variable @code{winner-ring-size}. If there are some buffers whose 558the variable @code{winner-ring-size}. If there are some buffers whose
558windows you wouldn't want Winner mode to restore, add their names to 559windows you wouldn't want Winner mode to restore, add their names to
559the list variable @code{winner-boring-buffers}. 560the list variable @code{winner-boring-buffers} or to the regexp
561@code{winner-boring-buffers-regexp}.
560 562
561 Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on 563 Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on
562the same buffer so that they always display adjacent sections of that 564the same buffer so that they always display adjacent sections of that