diff options
| author | Tino Calancha | 2016-07-03 14:51:18 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-07-03 14:51:18 +0900 |
| commit | 08974112ae68aefba658a8516c8faa3374edc924 (patch) | |
| tree | 5bc0062ebb20134fed5693e06c1f1c6e12a4b6af /etc | |
| parent | 0d06e94309fc2f296741a06394413209b45433cd (diff) | |
| download | emacs-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/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 | ||
| 197 | whose 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 | --- |