From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,82dadb8a32a5cd0b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Emacs and long file names References: <755de929-67b4-4de6-8982-a0bfc43effc0@z15g2000prh.googlegroups.com> Date: Mon, 24 May 2010 22:44:56 -0400 Message-ID: <82y6f88ztj.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:Eupy+T+tlEW5FGuLWU8HQ1qCbcY= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 5374a4bfb3a19e197caa700384 Xref: g2news2.google.com comp.lang.ada:11955 Date: 2010-05-24T22:44:56-04:00 List-Id: Simon Wright writes: > I hadn't come across electric-buffer-list before; I use > mouse-buffer-menu, bound (not by me) to C-down-mouse-1. Ah; invoke electric-buffer-list. A little poking with the elisp debugger, and I found this variable: Buffer-menu-buffer+size-width is a variable defined in `buff-menu.el'. Its value is 26 Documentation: How wide to jointly make the buffer name and size columns. You can customize this variable. -- -- Stephe