summaryrefslogtreecommitdiff
path: root/lisp/ibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r--lisp/ibuffer.el238
1 files changed, 119 insertions, 119 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 602f06338e2..c65213f5bde 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -2376,135 +2376,135 @@ particular subset of them, and sorting by various criteria.
Operations on marked buffers:
\\<ibuffer-mode-map>
- `\\[ibuffer-do-save]' - Save the marked buffers.
- `\\[ibuffer-do-view]' - View the marked buffers in the selected frame.
- `\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame.
- `\\[ibuffer-do-revert]' - Revert the marked buffers.
- `\\[ibuffer-do-toggle-read-only]' - Toggle read-only state of marked buffers.
- `\\[ibuffer-do-toggle-lock]' - Toggle lock state of marked buffers.
- `\\[ibuffer-do-delete]' - Kill the marked buffers.
- `\\[ibuffer-do-isearch]' - Do incremental search in the marked buffers.
- `\\[ibuffer-do-isearch-regexp]' - Isearch for regexp in the marked buffers.
- `\\[ibuffer-do-replace-regexp]' - Replace by regexp in each of the marked
- buffers.
- `\\[ibuffer-do-query-replace]' - Query replace in each of the marked buffers.
- `\\[ibuffer-do-query-replace-regexp]' - As above, with a regular expression.
- `\\[ibuffer-do-print]' - Print the marked buffers.
- `\\[ibuffer-do-occur]' - List lines in all marked buffers which match
- a given regexp (like the function `occur').
- `\\[ibuffer-do-shell-command-pipe]' - Pipe the contents of the marked
- buffers to a shell command.
- `\\[ibuffer-do-shell-command-pipe-replace]' - Replace the contents of the marked
- buffers with the output of a shell command.
- `\\[ibuffer-do-shell-command-file]' - Run a shell command with the
- buffer's file as an argument.
- `\\[ibuffer-do-eval]' - Evaluate a form in each of the marked buffers. This
- is a very flexible command. For example, if you want to make all
- of the marked buffers read-only, try using (read-only-mode 1) as
- the input form.
- `\\[ibuffer-do-view-and-eval]' - As above, but view each buffer while the form
- is evaluated.
- `\\[ibuffer-do-kill-lines]' - Remove the marked lines from the *Ibuffer* buffer,
- but don't kill the associated buffer.
- `\\[ibuffer-do-kill-on-deletion-marks]' - Kill all buffers marked for deletion.
+ \\[ibuffer-do-save] - Save the marked buffers.
+ \\[ibuffer-do-view] - View the marked buffers in the selected frame.
+ \\[ibuffer-do-view-other-frame] - View the marked buffers in another frame.
+ \\[ibuffer-do-revert] - Revert the marked buffers.
+ \\[ibuffer-do-toggle-read-only] - Toggle read-only state of marked buffers.
+ \\[ibuffer-do-toggle-lock] - Toggle lock state of marked buffers.
+ \\[ibuffer-do-delete] - Kill the marked buffers.
+ \\[ibuffer-do-isearch] - Do incremental search in the marked buffers.
+ \\[ibuffer-do-isearch-regexp] - Isearch for regexp in the marked buffers.
+ \\[ibuffer-do-replace-regexp] - Replace by regexp in each of the marked
+ buffers.
+ \\[ibuffer-do-query-replace] - Query replace in each of the marked buffers.
+ \\[ibuffer-do-query-replace-regexp] - As above, with a regular expression.
+ \\[ibuffer-do-print] - Print the marked buffers.
+ \\[ibuffer-do-occur] - List lines in all marked buffers which match
+ a given regexp (like the function `occur').
+ \\[ibuffer-do-shell-command-pipe] - Pipe the contents of the marked
+ buffers to a shell command.
+ \\[ibuffer-do-shell-command-pipe-replace] - Replace the contents of the marked
+ buffers with the output of a shell command.
+ \\[ibuffer-do-shell-command-file] - Run a shell command with the
+ buffer's file as an argument.
+ \\[ibuffer-do-eval] - Evaluate a form in each of the marked buffers. This
+ is a very flexible command. For example, if you want to make all
+ of the marked buffers read-only, try using (read-only-mode 1) as
+ the input form.
+ \\[ibuffer-do-view-and-eval] - As above, but view each buffer while the form
+ is evaluated.
+ \\[ibuffer-do-kill-lines] - Remove the marked lines from the *Ibuffer* buffer,
+ but don't kill the associated buffer.
+ \\[ibuffer-do-kill-on-deletion-marks] - Kill all buffers marked for deletion.
Marking commands:
- `\\[ibuffer-mark-forward]' - Mark the buffer at point.
- `\\[ibuffer-toggle-marks]' - Unmark all currently marked buffers, and mark
- all unmarked buffers.
- `\\[ibuffer-change-marks]' - Change the mark used on marked buffers.
- `\\[ibuffer-unmark-forward]' - Unmark the buffer at point.
- `\\[ibuffer-unmark-backward]' - Unmark the previous buffer.
- `\\[ibuffer-unmark-all]' - Unmark buffers marked with MARK.
- `\\[ibuffer-unmark-all-marks]' - Unmark all marked buffers.
- `\\[ibuffer-mark-by-mode]' - Mark buffers by major mode.
- `\\[ibuffer-mark-unsaved-buffers]' - Mark all \"unsaved\" buffers.
- This means that the buffer is modified, and has an associated file.
- `\\[ibuffer-mark-modified-buffers]' - Mark all modified buffers,
- regardless of whether they have an associated file.
- `\\[ibuffer-mark-special-buffers]' - Mark all buffers whose name begins and
- ends with `*'.
- `\\[ibuffer-mark-dissociated-buffers]' - Mark all buffers which have
- an associated file, but that file doesn't currently exist.
- `\\[ibuffer-mark-read-only-buffers]' - Mark all read-only buffers.
- `\\[ibuffer-mark-dired-buffers]' - Mark buffers in `dired-mode'.
- `\\[ibuffer-mark-help-buffers]' - Mark buffers in `help-mode', `apropos-mode', etc.
- `\\[ibuffer-mark-old-buffers]' - Mark buffers older than `ibuffer-old-time'.
- `\\[ibuffer-mark-for-delete]' - Mark the buffer at point for deletion.
- `\\[ibuffer-mark-by-name-regexp]' - Mark buffers by their name, using a regexp.
- `\\[ibuffer-mark-by-mode-regexp]' - Mark buffers by their major mode, using a regexp.
- `\\[ibuffer-mark-by-file-name-regexp]' - Mark buffers by their filename, using a regexp.
- `\\[ibuffer-mark-by-content-regexp]' - Mark buffers by their content, using a regexp.
- `\\[ibuffer-mark-by-locked]' - Mark all locked buffers.
+ \\[ibuffer-mark-forward] - Mark the buffer at point.
+ \\[ibuffer-toggle-marks] - Unmark all currently marked buffers, and mark
+ all unmarked buffers.
+ \\[ibuffer-change-marks] - Change the mark used on marked buffers.
+ \\[ibuffer-unmark-forward] - Unmark the buffer at point.
+ \\[ibuffer-unmark-backward] - Unmark the previous buffer.
+ \\[ibuffer-unmark-all] - Unmark buffers marked with MARK.
+ \\[ibuffer-unmark-all-marks] - Unmark all marked buffers.
+ \\[ibuffer-mark-by-mode] - Mark buffers by major mode.
+ \\[ibuffer-mark-unsaved-buffers] - Mark all \"unsaved\" buffers.
+ This means that the buffer is modified, and has an associated file.
+ \\[ibuffer-mark-modified-buffers] - Mark all modified buffers,
+ regardless of whether they have an associated file.
+ \\[ibuffer-mark-special-buffers] - Mark all buffers whose name begins and
+ ends with `*'.
+ \\[ibuffer-mark-dissociated-buffers] - Mark all buffers which have
+ an associated file, but that file doesn't currently exist.
+ \\[ibuffer-mark-read-only-buffers] - Mark all read-only buffers.
+ \\[ibuffer-mark-dired-buffers] - Mark buffers in `dired-mode'.
+ \\[ibuffer-mark-help-buffers] - Mark buffers in `help-mode', `apropos-mode', etc.
+ \\[ibuffer-mark-old-buffers] - Mark buffers older than `ibuffer-old-time'.
+ \\[ibuffer-mark-for-delete] - Mark the buffer at point for deletion.
+ \\[ibuffer-mark-by-name-regexp] - Mark buffers by their name, using a regexp.
+ \\[ibuffer-mark-by-mode-regexp] - Mark buffers by their major mode, using a regexp.
+ \\[ibuffer-mark-by-file-name-regexp] - Mark buffers by their filename, using a regexp.
+ \\[ibuffer-mark-by-content-regexp] - Mark buffers by their content, using a regexp.
+ \\[ibuffer-mark-by-locked] - Mark all locked buffers.
Filtering commands:
- `\\[ibuffer-filter-chosen-by-completion]' - Select and apply filter chosen by completion.
- `\\[ibuffer-filter-by-mode]' - Add a filter by any major mode.
- `\\[ibuffer-filter-by-used-mode]' - Add a filter by a major mode now in use.
- `\\[ibuffer-filter-by-derived-mode]' - Add a filter by derived mode.
- `\\[ibuffer-filter-by-name]' - Add a filter by buffer name.
- `\\[ibuffer-filter-by-content]' - Add a filter by buffer content.
- `\\[ibuffer-filter-by-basename]' - Add a filter by basename.
- `\\[ibuffer-filter-by-directory]' - Add a filter by directory name.
- `\\[ibuffer-filter-by-filename]' - Add a filter by filename.
- `\\[ibuffer-filter-by-file-extension]' - Add a filter by file extension.
- `\\[ibuffer-filter-by-modified]' - Add a filter by modified buffers.
- `\\[ibuffer-filter-by-predicate]' - Add a filter by an arbitrary Lisp predicate.
- `\\[ibuffer-filter-by-size-gt]' - Add a filter by buffer size.
- `\\[ibuffer-filter-by-size-lt]' - Add a filter by buffer size.
- `\\[ibuffer-filter-by-starred-name]' - Add a filter by special buffers.
- `\\[ibuffer-filter-by-visiting-file]' - Add a filter by buffers visiting files.
- `\\[ibuffer-save-filters]' - Save the current filters with a name.
- `\\[ibuffer-switch-to-saved-filters]' - Switch to previously saved filters.
- `\\[ibuffer-add-saved-filters]' - Add saved filters to current filters.
- `\\[ibuffer-and-filter]' - Replace the top two filters with their logical AND.
- `\\[ibuffer-or-filter]' - Replace the top two filters with their logical OR.
- `\\[ibuffer-pop-filter]' - Remove the top filter.
- `\\[ibuffer-negate-filter]' - Invert the logical sense of the top filter.
- `\\[ibuffer-decompose-filter]' - Break down the topmost filter.
- `\\[ibuffer-filter-disable]' - Remove all filtering currently in effect.
+ \\[ibuffer-filter-chosen-by-completion] - Select and apply filter chosen by completion.
+ \\[ibuffer-filter-by-mode] - Add a filter by any major mode.
+ \\[ibuffer-filter-by-used-mode] - Add a filter by a major mode now in use.
+ \\[ibuffer-filter-by-derived-mode] - Add a filter by derived mode.
+ \\[ibuffer-filter-by-name] - Add a filter by buffer name.
+ \\[ibuffer-filter-by-content] - Add a filter by buffer content.
+ \\[ibuffer-filter-by-basename] - Add a filter by basename.
+ \\[ibuffer-filter-by-directory] - Add a filter by directory name.
+ \\[ibuffer-filter-by-filename] - Add a filter by filename.
+ \\[ibuffer-filter-by-file-extension] - Add a filter by file extension.
+ \\[ibuffer-filter-by-modified] - Add a filter by modified buffers.
+ \\[ibuffer-filter-by-predicate] - Add a filter by an arbitrary Lisp predicate.
+ \\[ibuffer-filter-by-size-gt] - Add a filter by buffer size.
+ \\[ibuffer-filter-by-size-lt] - Add a filter by buffer size.
+ \\[ibuffer-filter-by-starred-name] - Add a filter by special buffers.
+ \\[ibuffer-filter-by-visiting-file] - Add a filter by buffers visiting files.
+ \\[ibuffer-save-filters] - Save the current filters with a name.
+ \\[ibuffer-switch-to-saved-filters] - Switch to previously saved filters.
+ \\[ibuffer-add-saved-filters] - Add saved filters to current filters.
+ \\[ibuffer-and-filter] - Replace the top two filters with their logical AND.
+ \\[ibuffer-or-filter] - Replace the top two filters with their logical OR.
+ \\[ibuffer-pop-filter] - Remove the top filter.
+ \\[ibuffer-negate-filter] - Invert the logical sense of the top filter.
+ \\[ibuffer-decompose-filter] - Break down the topmost filter.
+ \\[ibuffer-filter-disable] - Remove all filtering currently in effect.
Filter group commands:
- `\\[ibuffer-filters-to-filter-group]' - Create filter group from filters.
- `\\[ibuffer-pop-filter-group]' - Remove top filter group.
- `\\[ibuffer-forward-filter-group]' - Move to the next filter group.
- `\\[ibuffer-backward-filter-group]' - Move to the previous filter group.
- `\\[ibuffer-clear-filter-groups]' - Remove all active filter groups.
- `\\[ibuffer-save-filter-groups]' - Save the current groups with a name.
- `\\[ibuffer-switch-to-saved-filter-groups]' - Restore previously saved groups.
- `\\[ibuffer-delete-saved-filter-groups]' - Delete previously saved groups.
+ \\[ibuffer-filters-to-filter-group] - Create filter group from filters.
+ \\[ibuffer-pop-filter-group] - Remove top filter group.
+ \\[ibuffer-forward-filter-group] - Move to the next filter group.
+ \\[ibuffer-backward-filter-group] - Move to the previous filter group.
+ \\[ibuffer-clear-filter-groups] - Remove all active filter groups.
+ \\[ibuffer-save-filter-groups] - Save the current groups with a name.
+ \\[ibuffer-switch-to-saved-filter-groups] - Restore previously saved groups.
+ \\[ibuffer-delete-saved-filter-groups] - Delete previously saved groups.
Sorting commands:
- `\\[ibuffer-toggle-sorting-mode]' - Rotate between the various sorting modes.
- `\\[ibuffer-invert-sorting]' - Reverse the current sorting order.
- `\\[ibuffer-do-sort-by-alphabetic]' - Sort the buffers lexicographically.
- `\\[ibuffer-do-sort-by-filename/process]' - Sort the buffers by the file name.
- `\\[ibuffer-do-sort-by-recency]' - Sort the buffers by last viewing time.
- `\\[ibuffer-do-sort-by-size]' - Sort the buffers by size.
- `\\[ibuffer-do-sort-by-major-mode]' - Sort the buffers by major mode.
+ \\[ibuffer-toggle-sorting-mode] - Rotate between the various sorting modes.
+ \\[ibuffer-invert-sorting] - Reverse the current sorting order.
+ \\[ibuffer-do-sort-by-alphabetic] - Sort the buffers lexicographically.
+ \\[ibuffer-do-sort-by-filename/process] - Sort the buffers by the file name.
+ \\[ibuffer-do-sort-by-recency] - Sort the buffers by last viewing time.
+ \\[ibuffer-do-sort-by-size] - Sort the buffers by size.
+ \\[ibuffer-do-sort-by-major-mode] - Sort the buffers by major mode.
Other commands:
- `\\[ibuffer-update]' - Regenerate the list of all buffers.
- Prefix arg means to toggle whether buffers that match
- `ibuffer-maybe-show-predicates' should be displayed.
- `\\[ibuffer-auto-mode]' - Toggle automatic updates.
-
- `\\[ibuffer-switch-format]' - Change the current display format.
- `\\[forward-line]' - Move point to the next line.
- `\\[previous-line]' - Move point to the previous line.
- `\\[describe-mode]' - This help.
- `\\[ibuffer-diff-with-file]' - View the differences between this buffer
- and its associated file.
- `\\[ibuffer-visit-buffer]' - View the buffer on this line.
- `\\[ibuffer-visit-buffer-other-window]' - As above, but in another window.
- `\\[ibuffer-visit-buffer-other-window-noselect]' - As both above, but don't select
- the new window.
- `\\[ibuffer-bury-buffer]' - Bury (not kill!) the buffer on this line.
+ \\[ibuffer-update] - Regenerate the list of all buffers.
+ Prefix arg means to toggle whether buffers that match
+ `ibuffer-maybe-show-predicates' should be displayed.
+ \\[ibuffer-auto-mode] - Toggle automatic updates.
+
+ \\[ibuffer-switch-format] - Change the current display format.
+ \\[forward-line] - Move point to the next line.
+ \\[previous-line] - Move point to the previous line.
+ \\[describe-mode] - This help.
+ \\[ibuffer-diff-with-file] - View the differences between this buffer
+ and its associated file.
+ \\[ibuffer-visit-buffer] - View the buffer on this line.
+ \\[ibuffer-visit-buffer-other-window] - As above, but in another window.
+ \\[ibuffer-visit-buffer-other-window-noselect] - As both above, but don't select
+ the new window.
+ \\[ibuffer-bury-buffer] - Bury (not kill!) the buffer on this line.
** Information on Filtering:
@@ -2525,7 +2525,7 @@ with \"gnus\". You can accomplish this via:
\\[ibuffer-filter-by-name] ^gnus RET
Additionally, you can OR the top two filters together with
-`\\[ibuffer-or-filters]'. To see all buffers in either
+\\[ibuffer-or-filters]. To see all buffers in either
`emacs-lisp-mode' or `lisp-interaction-mode', type:
\\[ibuffer-filter-by-mode] emacs-lisp-mode RET
@@ -2535,9 +2535,9 @@ Additionally, you can OR the top two filters together with
Filters can also be saved and restored using mnemonic names: see the
functions `ibuffer-save-filters' and `ibuffer-switch-to-saved-filters'.
-To remove the top filter on the stack, use `\\[ibuffer-pop-filter]', and
+To remove the top filter on the stack, use \\[ibuffer-pop-filter], and
to disable all filtering currently in effect, use
-`\\[ibuffer-filter-disable]'.
+\\[ibuffer-filter-disable].
** Filter Groups:
@@ -2545,7 +2545,7 @@ Once one has mastered filters, the next logical step up is \"filter
groups\". A filter group is basically a named group of buffers which
match a filter, which are displayed together in an Ibuffer buffer. To
create a filter group, simply use the regular functions to create a
-filter, and then type `\\[ibuffer-filters-to-filter-group]'.
+filter, and then type \\[ibuffer-filters-to-filter-group].
A quick example will make things clearer. Suppose that one wants to
group all of one's Emacs Lisp buffers together. To do this, type:
@@ -2563,7 +2563,7 @@ multiple filter groups; instead, the first filter group is used. The
filter groups are displayed in this order of precedence.
You may rearrange filter groups by using the usual pair
-`\\[ibuffer-kill-line]' and `\\[ibuffer-yank]'. Yanked groups
+\\[ibuffer-kill-line] and \\[ibuffer-yank]. Yanked groups
will be inserted before the group at point."
;; Include state info next to the mode name.
(setq-local mode-line-process