* Line folding in Ibuffer
@ 2009-06-26 14:40 Lorenzo Isella
2009-06-27 14:02 ` Johan Bockgård
0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Isella @ 2009-06-26 14:40 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Line folding in Ibuffer
2009-06-26 14:40 Lorenzo Isella
@ 2009-06-27 14:02 ` Johan Bockgård
0 siblings, 0 replies; 3+ messages in thread
From: Johan Bockgård @ 2009-06-27 14:02 UTC (permalink / raw)
To: help-gnu-emacs
Lorenzo Isella <lorenzo.isella@gmail.com> writes:
> 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?
Turn off `truncate-lines' in that buffer.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Line folding in Ibuffer
[not found] <mailman.1313.1246027924.2239.help-gnu-emacs@gnu.org>
@ 2009-06-29 12:44 ` Martin
0 siblings, 0 replies; 3+ messages in thread
From: Martin @ 2009-06-29 12:44 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-29 12:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1313.1246027924.2239.help-gnu-emacs@gnu.org>
2009-06-29 12:44 ` Line folding in Ibuffer Martin
2009-06-26 14:40 Lorenzo Isella
2009-06-27 14:02 ` Johan Bockgård
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).