File: ibuf-ext.el.html
These functions should be automatically loaded when called, but you can explicitly (require 'ibuf-ext) in your ~/.emacs to have them preloaded.
For details on the structure of ibuffer filters and filter groups,
see the documentation for variables ibuffer-filtering-qualifiers,
ibuffer-filter-groups, and ibuffer-saved-filters in that order.
The variable ibuffer-filtering-alist contains names and
descriptions of the currently defined filters; also see the macro
define-ibuffer-filter.
Defined variables (18)
ibuffer-always-show-predicates | A list of predicates (a regexp or function) for buffers to always display. |
ibuffer-auto-mode | Non-nil if Ibuffer-Auto mode is enabled. |
ibuffer-auto-mode-hook | Hook run after entering or leaving ‘ibuffer-auto-mode’. |
ibuffer-filter-format-alist | An alist which has special formats used when a filter is active. |
ibuffer-filter-groups | An alist giving this buffer’s active filter groups, or nil if none. |
ibuffer-filtering-alist | An alist of (SYMBOL DESCRIPTION FUNCTION) which describes a filter. |
ibuffer-filtering-qualifiers | A list specifying the filters currently acting on the buffer list. |
ibuffer-hidden-filter-groups | The list of filter groups that are currently hidden. |
ibuffer-never-search-content-mode | A list of major modes ignored by ‘ibuffer-mark-by-content-regexp’. |
ibuffer-never-search-content-name | A list of regexps for buffers ignored by ‘ibuffer-mark-by-content-regexp’. |
ibuffer-never-show-predicates | A list of predicates (a regexp or function) for buffers not to display. |
ibuffer-old-time | The number of hours before a buffer is considered "old". |
ibuffer-save-with-custom | If non-nil, then use Custom to save interactively changed variables. |
ibuffer-saved-filter-groups | An alist of filtering groups to switch between. |
ibuffer-saved-filters | An alist mapping saved filter names to filter specifications. |
ibuffer-show-empty-filter-groups | If non-nil, then show the names of filter groups which are empty. |
ibuffer-tmp-hide-regexps | A list of regexps which should match buffer names to not show. |
ibuffer-tmp-show-regexps | A list of regexps which should match buffer names to always show. |