all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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 Line folding in Ibuffer 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 --
2009-06-26 14:40 Line folding in Ibuffer Lorenzo Isella
2009-06-27 14:02 ` Johan Bockgård
     [not found] <mailman.1313.1246027924.2239.help-gnu-emacs@gnu.org>
2009-06-29 12:44 ` Martin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.