diff options
| author | Tino Calancha | 2016-07-08 01:34:35 +0900 |
|---|---|---|
| committer | Tino Calancha | 2016-07-08 01:34:35 +0900 |
| commit | 44517b21abc4c243cdc7df264c629d592d9fb4cf (patch) | |
| tree | 85212e1836c7cd715b639db2ae6c4963f8fb8e1f /etc | |
| parent | 9d70e4da7402e5a89db6a1b175b917cd3fb37e36 (diff) | |
| download | emacs-44517b21abc4c243cdc7df264c629d592d9fb4cf.tar.gz emacs-44517b21abc4c243cdc7df264c629d592d9fb4cf.zip | |
Ibuffer: Mark locked buffers
* lisp/ibuf-ext.el (ibuffer-locked-buffer-p): New defun.
(ibuffer-mark-by-locked): New command.
(ibuffer-mode-map): Bind it to '% L'; update menus.
(ibuffer-mode): Update mode doc.
;* etc/NEWS: Add NEWS entry for these changes and previous two commits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -199,6 +199,15 @@ same as in modes where the character is not whitespace. | |||
| 199 | ** Ibuffer | 199 | ** Ibuffer |
| 200 | 200 | ||
| 201 | --- | 201 | --- |
| 202 | *** A new command 'ibuffer-mark-by-locked' to mark | ||
| 203 | all locked buffers; bound to '% L'. | ||
| 204 | |||
| 205 | --- | ||
| 206 | *** A new option 'ibuffer-locked-char' to indicate | ||
| 207 | locked buffers; Ibuffer shows a new column displaying | ||
| 208 | 'ibuffer-locked-char' for locked buffers. | ||
| 209 | |||
| 210 | --- | ||
| 202 | *** A new command 'ibuffer-unmark-all-marks' to unmark | 211 | *** A new command 'ibuffer-unmark-all-marks' to unmark |
| 203 | all buffers without asking confirmation; bound to | 212 | all buffers without asking confirmation; bound to |
| 204 | 'U'; 'ibuffer-do-replace-regexp' bound to 'r'. | 213 | 'U'; 'ibuffer-do-replace-regexp' bound to 'r'. |