emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4e0cefc: Document Winner mode user options


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4e0cefc: Document Winner mode user options
Date: Sun, 23 Jun 2019 13:58:34 -0400 (EDT)

branch: master
commit 4e0cefcf2a300da305e9184af9294c6ed33fb244
Author: Mauro Aranda <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Document Winner mode user options
    
    * doc/emacs/windows.texi (Window Convenience): Add documentation for
    the user options winner-dont-bind-my-keys, winner-ring-size and
    winner-boring-buffers (bug#35146).
---
 doc/emacs/windows.texi | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index ece5313..4b39e8b 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -535,6 +535,9 @@ Reference Manual}), and cannot exceed the size of the 
containing frame.
 @section Convenience Features for Window Handling
 
 @findex winner-mode
+@vindex winner-dont-bind-my-keys
+@vindex winner-ring-size
+@vindex winner-boring-buffers
 @cindex Winner mode
 @cindex mode, Winner
 @cindex undoing window configuration changes
@@ -546,7 +549,14 @@ with @kbd{M-x winner-mode}, or by customizing the variable
 @code{winner-mode}.  When the mode is enabled, @kbd{C-c left}
 (@code{winner-undo}) undoes the last window configuration change.  If
 you change your mind while undoing, you can redo the changes you had
-undone using @kbd{C-c right} (@code{M-x winner-redo}).
+undone using @kbd{C-c right} (@code{M-x winner-redo}).  To prevent
+Winner mode from binding @kbd{C-c left} and @kbd{C-c right}, you can
+customize the variable @code{winner-dont-bind-my-keys} to a
+non-@code{nil} value.  By default, Winner mode stores a maximum of 200
+window configurations per frame, but you can change that by modifying
+the variable @code{winner-ring-size}.  If there are some buffers whose
+windows you wouldn't want Winner mode to restore, add their names to
+the list variable @code{winner-boring-buffers}.
 
   Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on
 the same buffer so that they always display adjacent sections of that



reply via email to

[Prev in Thread] Current Thread [Next in Thread]