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

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

Re: Long buffer names in buffer menu [Emacs 22.1 on w32]


From: despen
Subject: Re: Long buffer names in buffer menu [Emacs 22.1 on w32]
Date: Wed, 21 Oct 2009 22:32:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

"B. T. Raven" <nihil@nihilo.net> writes:

> Adam Beneschan wrote:
>> On Oct 21, 9:25 am, "Drew Adams" <drew.ad...@oracle.com> wrote:
>> 
>>> So there is some confusion as to what you are using. Your initial mail 
>>> spoke of
>>> buff-menu.el, but it also spoke about "electric" buffer list. Those are two
>>> different things.
>> 
>> Actually, my initial post didn't mention any .el files.  Just for the
>> record....
>> 
>>                         -- Adam
....
>   (setq truncate-lines t)

Okay, so this sort of works:

(add-hook 'electric-buffer-menu-mode-hook 
          '(lambda ()
             (setq truncate-lines nil)))

The long names are shown continued on the next line.
The only problem is that cursor movement moves through
the extended file name.  Not a big problem.



reply via email to

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