From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: despen@verizon.net Newsgroups: gmane.emacs.help Subject: Re: Long buffer names in buffer menu [Emacs 22.1 on w32] Date: Wed, 21 Oct 2009 22:32:38 -0400 Organization: A noiseless patient Spider Message-ID: References: <80a2c2b9-6a41-4584-8ada-9d37c4577a6e@j9g2000prh.googlegroups.com> <67f25ccb-004b-49c5-87d1-13b120df6f94@t11g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256181200 6371 80.91.229.12 (22 Oct 2009 03:13:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2009 03:13:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 22 05:13:09 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0o6o-0008TF-EV for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Oct 2009 05:13:02 +0200 Original-Received: from localhost ([127.0.0.1]:59128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0o6n-0003Qg-64 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Oct 2009 23:13:01 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin.stu.neva.ru!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.eternal-september.org U2FsdGVkX19CxemNrth44pi1jqpBVChTz9inoZ7fJpqgfgI8AfYlR0ABl9jBHwHS5aSg3Zyakt9hn9FKZBRPwukYTtxexlQMtOHsGD72dlBGNcdp7LCpBGa5zrUxmIC631YryMv07AEhGQUkkp2gFg== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Thu, 22 Oct 2009 02:32:38 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1+wtGZanuE6r17dTtHc3/qGIJjJ9aBbUq9nSmTWQwSRtg== Cancel-Lock: sha1:jn1NZ2PeM+++UUxl8BZkIie8N58= sha1:rOoC6B9mHPDnunNCLto3Rl/j7Nk= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:174067 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69149 Archived-At: "B. T. Raven" writes: > Adam Beneschan wrote: >> On Oct 21, 9:25 am, "Drew Adams" 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.