help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Line folding in Ibuffer


From: Martin
Subject: Re: Line folding in Ibuffer
Date: Mon, 29 Jun 2009 14:44:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (windows-nt)

Lorenzo Isella writes:

> Dear All,
> A quick one (I suppose): when I invoke ibuffer, long path names are
> not visualized entirely. How can I have those long paths folded within
> the screen width so that I can read them effortlessly?
> I am using screen-lines.el
> http://homepage1.nifty.com/bmonkey/emacs/elisp/screen-lines.el
> to achieve precisely this e.g. when editing a text file, so I am sure
> this has to be doable for ibuffer as well.
> Any suggestions are appreciated.
> Cheers
>
> Lorenzo

Hi,

do you know this
  ,----
  | ` runs the command ibuffer-switch-format, which is an interactive
  | compiled Lisp function in `ibuffer.el'.
  | 
  | It is bound to `, <menu-bar> <view> <switch-format>.
  | 
  | (ibuffer-switch-format)
  | 
  | Switch the current display format.
  `----
Create your own format by customizing ibuffer-formats.
  ,----
  | ((mark modified read-only " "
  |        (name 45 45 :left :elide)
  |        " "
  |        (size 9 -1 :right)
  |        " "
  |        (mode 16 16 :left :elide)
  |        " " filename-and-process)
  |  (mark " "
  |        (name 16 -1)
  |        " " filename)
  |  (mark modified read-only " " " " filename-and-process))
  `----
Cheers
Martin
parozusa at web dot de


reply via email to

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