all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mauro Aranda <maurooaranda@gmail.com>
To: 35146@debbugs.gnu.org
Subject: bug#35146: 27.0.50; Improve documentation for Winner mode
Date: Thu, 4 Apr 2019 12:34:11 -0300	[thread overview]
Message-ID: <CABczVwdey7B67rcv=bqT8CJ1GiNJZ1Vu8M-0YFLrrdMggZ=EZQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Tags: patch

Hello.

I attach a patch that documents Winner mode customizable
variables.

Please, consider my suggestion.

Best regards,
Mauro.

[-- Attachment #1.2: Type: text/html, Size: 237 bytes --]

[-- Attachment #2: 0001-Document-Winner-mode-user-options.patch --]
[-- Type: text/x-patch, Size: 1886 bytes --]

From 8f8de11fe23a4dc7bc9197f4d6ebb0569bde9c93 Mon Sep 17 00:00:00 2001
From: Mauro Aranda <maurooaranda@gmail.com>
Date: Thu, 4 Apr 2019 12:02:04 -0300
Subject: [PATCH] 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.
---
 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 @@ Window Convenience
 @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 @@ Window Convenience
 @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
-- 
2.7.4


             reply	other threads:[~2019-04-04 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 15:34 Mauro Aranda [this message]
2019-06-23 17:58 ` bug#35146: 27.0.50; Improve documentation for Winner mode Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABczVwdey7B67rcv=bqT8CJ1GiNJZ1Vu8M-0YFLrrdMggZ=EZQ@mail.gmail.com' \
    --to=maurooaranda@gmail.com \
    --cc=35146@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.