Package: emacs-snapshot-el
Version: 1:20060518-1
Severity: minor
File: /usr/share/emacs/22.0.50/lisp/ibuffer.el.gz
X-debbugs-cc: [EMAIL PROTECTED]

In edit-options one sees
;;
;; ibuffer-elide-long-columns:
        t
If non-nil, then elide column entries which exceed their max length.
;;

after toggling back and forth with no effect, one finally does
(describe-variable (quote ibuffer-elide-long-columns))
Only then does one find out that it is obsolete.

Therefore anything that is obsolete should say so early so that it
fits in edit-options.

P.S.,
  ibuffer-use-header-line: If non-nil, display a header line containing
  current filters.
Toggling it doesn't seem to do anything different.

P.S.S., after starting ibuffer, I always hit ibuffer-switch-format.
How to start in the second format by default?

BTW, we see
  In emacs-goodies-el, you can use the customize interface to bind
`ibuffer' to <\C-x\C-b> by customizing the variable `ibuffer-enable'.

Well as I detest using the "customizing interface", I did
(setq emacs-goodies-el-defaults t)
(setq ibuffer-enable t)
but that didn't help, so must do
(global-set-key "\C-x\C-b" 'ibuffer)
anyway.

P.S.S.S. Only now I find that edit-options is also obsolete. Which you
can see me complaining about on [EMAIL PROTECTED] Maybe I'm
obsolete too.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to