emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el
Date: Sun, 03 Feb 2002 22:57:19 -0500

Index: emacs/lisp/ibuf-ext.el
diff -c emacs/lisp/ibuf-ext.el:1.4 emacs/lisp/ibuf-ext.el:1.5
*** emacs/lisp/ibuf-ext.el:1.4  Thu Jan 17 15:15:52 2002
--- emacs/lisp/ibuf-ext.el      Sun Feb  3 22:57:19 2002
***************
*** 133,138 ****
--- 133,152 ----
  the value of the qualifier, and returns non-nil if and only if the
  buffer should be displayed.")
  
+ (defcustom ibuffer-filter-format-alist nil
+   "An alist which has special formats used when a filter is active.
+ The contents of this variable should look like:
+  ((FILTER (FORMAT FORMAT ...)) (FILTER (FORMAT FORMAT ...)) ...)
+ 
+ For example, suppose that when you add a filter for buffers whose
+ major mode is `emacs-lisp-mode', you only want to see the mark and the
+ name of the buffer.  You could accomplish that by adding:
+  (mode ((mark \" \" name)))
+ to this variable.")
+ 
+ (defvar ibuffer-cached-filter-formats nil)
+ (defvar ibuffer-compiled-filter-formats nil)  
+ 
  (defcustom ibuffer-old-time 3
    "The number of days before a buffer is considered \"old\"."
    :type 'integer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]