From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Buffers menu question Date: 23 Apr 2002 23:42:13 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: <871yd6cw8q.fsf@tc-1-100.kawasaki.gol.ne.jp> Reply-To: Miles Bader NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019573154 12322 127.0.0.1 (23 Apr 2002 14:45:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 14:45:54 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1701YH-0003Cd-00 for ; Tue, 23 Apr 2002 16:45:53 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1701ZW-0005xW-00 for ; Tue, 23 Apr 2002 16:47:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1701Y9-0002i0-00; Tue, 23 Apr 2002 10:45:45 -0400 Original-Received: from smtp02.fields.gol.com ([203.216.5.132]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 1701Un-0002Zf-00; Tue, 23 Apr 2002 10:42:17 -0400 Original-Received: from tc-2-222.kawasaki.gol.ne.jp ([203.216.25.222] helo=tc-1-100.kawasaki.gol.ne.jp) by smtp02.fields.gol.com with esmtp (Magnetic Fields) id 1701Uk-00073J-00; Tue, 23 Apr 2002 23:42:15 +0900 Original-Received: by tc-1-100.kawasaki.gol.ne.jp (Postfix, from userid 1000) id B1AD3307E; Tue, 23 Apr 2002 23:42:13 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Original-Lines: 16 X-Abuse-Complaints: abuse@gol.com Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3114 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3114 I changed the `Buffers' menu to not display directory names with buffers if uniquify is active -- this is because uniquify will add parts of the directory name itself, at least until buffer names are unique. However, this may not be the right thing; perhaps I should just add a separate variable to control whether directory names are displayed in the menu, e.g., `buffers-menu-include-directories' or something. Does anyone have an opinion? Thanks, -Miles -- I'd rather be consing.