comparison lisp/ibuffer.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
45 Ibuffer allows you to operate on buffers in a manner much like Dired. 45 Ibuffer allows you to operate on buffers in a manner much like Dired.
46 Operations include sorting, marking by regular expression, and 46 Operations include sorting, marking by regular expression, and
47 the ability to filter the displayed buffers by various criteria." 47 the ability to filter the displayed buffers by various criteria."
48 :group 'convenience) 48 :group 'convenience)
49 49
50 (defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide) 50 (defcustom ibuffer-formats '((mark modified read-only " " (name 16 16 :left :elide)
51 " " (size 9 -1 :right) 51 " " (size 7 -1 :right)
52 " " (mode 16 16 :right :elide) " " filename-and-process) 52 " " (mode 16 16 :right :elide) " " filename-and-process)
53 (mark " " (name 16 -1) " " filename)) 53 (mark " " (name 16 -1) " " filename))
54 "A list of ways to display buffer lines. 54 "A list of ways to display buffer lines.
55 55
56 With Ibuffer, you are not limited to displaying just certain 56 With Ibuffer, you are not limited to displaying just certain
2490 2490
2491 ;; Local Variables: 2491 ;; Local Variables:
2492 ;; coding: iso-8859-1 2492 ;; coding: iso-8859-1
2493 ;; End: 2493 ;; End:
2494 2494
2495 ;;; arch-tag: 72581688-0603-4954-b8cf-837c700f62e8
2496 ;;; ibuffer.el ends here 2495 ;;; ibuffer.el ends here