diff options
| author | Martin Rudalics | 2019-11-26 10:13:12 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2019-11-26 10:13:12 +0100 |
| commit | 261b060f12234baa6912ef40a9ce1a054f583ad0 (patch) | |
| tree | 05ff49333a2b84af0763bc491404352a20c89c7d /etc | |
| parent | b006095bc9eb1f963372cf862aa040e9a9d30331 (diff) | |
| download | emacs-261b060f12234baa6912ef40a9ce1a054f583ad0.tar.gz emacs-261b060f12234baa6912ef40a9ce1a054f583ad0.zip | |
2019-11-26 Martin Rudalics <rudalics@gmx.at>
* lisp/window.el (switch-to-visible-buffer): Declare obsolete.
(switch-to-prev-buffer-skip): New option.
(switch-to-prev-buffer, switch-to-next-buffer): Obey
'switch-to-prev-buffer-skip'.
* doc/lispref/windows.texi (Window History): Remove
description of 'switch-to-visible-buffer'. Describe new
option 'switch-to-prev-buffer-skip'
* etc/NEWS: Mention switch from 'switch-to-visible-buffer' to
'switch-to-prev-buffer-skip'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -414,6 +414,16 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that | |||
| 414 | respects display actions specified by 'display-buffer-alist' and | 414 | respects display actions specified by 'display-buffer-alist' and |
| 415 | 'display-buffer-overriding-action'. | 415 | 'display-buffer-overriding-action'. |
| 416 | 416 | ||
| 417 | +++ | ||
| 418 | ** The option 'switch-to-visible-buffer' is now obsolete. | ||
| 419 | Customize 'switch-to-prev-buffer-skip' instead. | ||
| 420 | |||
| 421 | +++ | ||
| 422 | ** New option 'switch-to-prev-buffer-skip'. | ||
| 423 | This option allows to specify the set of buffers that may be shown by | ||
| 424 | 'switch-to-prev-buffer' and 'switch-to-next-buffer' more stringently | ||
| 425 | than the now obsolete 'switch-to-visible-buffer'. | ||
| 426 | |||
| 417 | ** New 'flex' completion style | 427 | ** New 'flex' completion style |
| 418 | An implementation of popular "flex/fuzzy/scatter" completion which | 428 | An implementation of popular "flex/fuzzy/scatter" completion which |
| 419 | matches strings where the pattern appears as a subsequence. Put | 429 | matches strings where the pattern appears as a subsequence. Put |