aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha2016-07-03 14:51:18 +0900
committerTino Calancha2016-07-03 14:51:18 +0900
commit08974112ae68aefba658a8516c8faa3374edc924 (patch)
tree5bc0062ebb20134fed5693e06c1f1c6e12a4b6af /etc
parent0d06e94309fc2f296741a06394413209b45433cd (diff)
downloademacs-08974112ae68aefba658a8516c8faa3374edc924.tar.gz
emacs-08974112ae68aefba658a8516c8faa3374edc924.zip
Ibuffer: Mark buffers by content
* lisp/ibuf-ext.el (ibuffer-mark-by-content-regexp): New command. (ibuffer-never-search-content-name): New option. (ibuffer-never-search-content-mode): Idem. (ibuffer-mark-by-content-regexp): Use them (Bug#23734). * lisp/ibuffer.el (ibuffer-mode-map): Bind new command to '% c' and '% g'. (ibuffer-mode): Update mode documentation. ; * etc/NEWS: Add NEWS entry for these changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b3a044d4cd2..555d6bb51ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -190,6 +190,17 @@ questions, with a handy way to display help texts.
190 190
191* Changes in Specialized Modes and Packages in Emacs 25.2 191* Changes in Specialized Modes and Packages in Emacs 25.2
192 192
193** Ibuffer
194
195---
196*** A new command `ibuffer-mark-by-content-regexp' to mark buffers
197whose content matches a regexp; bound to '% c' and '% g'.
198
199---
200*** Two new options `ibuffer-never-search-content-name' and
201`ibuffer-never-search-content-mode' used by
202`ibuffer-mark-by-content-regexp'.
203
193** Compilation mode 204** Compilation mode
194 205
195--- 206---