comparison lisp/ibuf-ext.el @ 43769:72eb9658393c

(ibuffer-filter-format-alist): Add type and group.
author Colin Walters <walters@gnu.org>
date Fri, 08 Mar 2002 04:06:18 +0000
parents 26cb2bd7070b
children 784c6f7e7ed3
comparison
equal deleted inserted replaced
43768:643faa52276e 43769:72eb9658393c
140 140
141 For example, suppose that when you add a filter for buffers whose 141 For example, suppose that when you add a filter for buffers whose
142 major mode is `emacs-lisp-mode', you only want to see the mark and the 142 major mode is `emacs-lisp-mode', you only want to see the mark and the
143 name of the buffer. You could accomplish that by adding: 143 name of the buffer. You could accomplish that by adding:
144 (mode ((mark \" \" name))) 144 (mode ((mark \" \" name)))
145 to this variable.") 145 to this variable."
146 :type '(repeat (list :tag "Association" (symbol :tag "Filter")
147 (list :tag "Formats" (repeat (sexp :tag "Format")))))
148 :group 'ibuffer)
146 149
147 (defvar ibuffer-cached-filter-formats nil) 150 (defvar ibuffer-cached-filter-formats nil)
148 (defvar ibuffer-compiled-filter-formats nil) 151 (defvar ibuffer-compiled-filter-formats nil)
149 152
150 (defcustom ibuffer-old-time 72 153 (defcustom ibuffer-old-time 72