diff options
| author | Thierry Volpiatto | 2019-06-27 19:20:50 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-27 21:00:35 +0200 |
| commit | f9744d23e5bdc90ebdfaf78db55966e436876b28 (patch) | |
| tree | b824342ae0c5c42b9dd6fc168df3bf446b271d9e /doc | |
| parent | e51f328465759b8da9031c6fc30d3fd14f1a0c38 (diff) | |
| download | emacs-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.texi | 4 |
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 | |||
| 556 | window configurations per frame, but you can change that by modifying | 557 | window configurations per frame, but you can change that by modifying |
| 557 | the variable @code{winner-ring-size}. If there are some buffers whose | 558 | the variable @code{winner-ring-size}. If there are some buffers whose |
| 558 | windows you wouldn't want Winner mode to restore, add their names to | 559 | windows you wouldn't want Winner mode to restore, add their names to |
| 559 | the list variable @code{winner-boring-buffers}. | 560 | the 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 |
| 562 | the same buffer so that they always display adjacent sections of that | 564 | the same buffer so that they always display adjacent sections of that |