mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -08:00
* lisp/midnight.el (clean-buffer-list-kill-regexps)
(clean-buffer-list-kill-buffer-names): Update for the new Man buffer naming which includes the object name.
This commit is contained in:
parent
cf647d9300
commit
0c1738785d
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2013-09-24 Sam Steingold <sds@gnu.org>
|
||||||
|
|
||||||
|
* midnight.el (clean-buffer-list-kill-regexps)
|
||||||
|
(clean-buffer-list-kill-buffer-names): Update for the new Man
|
||||||
|
buffer naming which includes the object name.
|
||||||
|
|
||||||
2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
* eshell/esh-cmd.el (eshell--sep-terms): New var.
|
* eshell/esh-cmd.el (eshell--sep-terms): New var.
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ displayed more than this many seconds ago."
|
||||||
:type 'integer
|
:type 'integer
|
||||||
:group 'midnight)
|
:group 'midnight)
|
||||||
|
|
||||||
(defcustom clean-buffer-list-kill-regexps nil
|
(defcustom clean-buffer-list-kill-regexps '("^\\*Man ")
|
||||||
"List of regexps saying which buffers will be killed at midnight.
|
"List of regexps saying which buffers will be killed at midnight.
|
||||||
If buffer name matches a regexp in the list and the buffer was not displayed
|
If buffer name matches a regexp in the list and the buffer was not displayed
|
||||||
in the last `clean-buffer-list-delay-special' seconds, it is killed by
|
in the last `clean-buffer-list-delay-special' seconds, it is killed by
|
||||||
|
|
@ -101,7 +101,7 @@ See also `clean-buffer-list-kill-buffer-names',
|
||||||
:group 'midnight)
|
:group 'midnight)
|
||||||
|
|
||||||
(defcustom clean-buffer-list-kill-buffer-names
|
(defcustom clean-buffer-list-kill-buffer-names
|
||||||
'("*Help*" "*Apropos*" "*Man " "*Buffer List*" "*Compile-Log*" "*info*"
|
'("*Help*" "*Apropos*" "*Buffer List*" "*Compile-Log*" "*info*"
|
||||||
"*vc*" "*vc-diff*" "*diff*")
|
"*vc*" "*vc-diff*" "*diff*")
|
||||||
"List of strings saying which buffers will be killed at midnight.
|
"List of strings saying which buffers will be killed at midnight.
|
||||||
Buffers with names in this list, which were not displayed in the last
|
Buffers with names in this list, which were not displayed in the last
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue