From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D. Goel Newsgroups: gmane.emacs.bugs Subject: Re: buffer names of files and directories merely distinguished by <2> Date: 01 Dec 2002 15:12:51 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87n0npwla4.fsf@computer.localdomain> References: <87el99s70f.fsf@jidanni.org> <87hee5nypd.fsf@computer.localdomain> <87lm3hozrg.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038773528 21870 80.91.224.249 (1 Dec 2002 20:12:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Dec 2002 20:12:08 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18IaRf-0005gV-00 for ; Sun, 01 Dec 2002 21:12:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18IaTb-0005XF-00; Sun, 01 Dec 2002 15:14:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18IaT2-0004d2-00 for bug-gnu-emacs@gnu.org; Sun, 01 Dec 2002 15:13:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18IaT0-0004ci-00 for bug-gnu-emacs@gnu.org; Sun, 01 Dec 2002 15:13:27 -0500 Original-Received: from 24-197-159-102.charterga.net ([24.197.159.102] helo=computer) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18IaSz-0004BL-00 for bug-gnu-emacs@gnu.org; Sun, 01 Dec 2002 15:13:25 -0500 Original-Received: from deego by computer with local (Exim 3.36 #1 (Debian)) id 18IaSR-0002fY-00; Sun, 01 Dec 2002 15:12:51 -0500 Original-To: Dan Jacobson X-Face: #5@=vrmx5t3mZaPY8(mR.n+V#:%4NW7j5A&^}@lGp2rK;CQ4%iH1v'gh/^A)w5*6c&R2(P' 4+seYDq8OK'LPI/C(C^A*w|f*t+8,'T8b#_0~h3!A7GoVroE[cr0Fb'A0%SdU|Lk@gBV&1vA In-Reply-To: <87lm3hozrg.fsf@jidanni.org> Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3989 Dan Jacobson writes: > >>>>> "D" == D Goel writes: > > >> . % somefile.txt<2> 2448 Fundamental ~/somefile.txt > >> % somefile.txt 104 Dired by name ~/somefile.txt > > D> look at uniquify.el which comes with emacs > > D> excerpt: > D> | ;; To use this file, do (require 'uniquify) > D> | ;; and set uniquify-buffer-name-style to one of its non-nil > D> | ;; alternative values. > In my http://jidanni.org/comp/emacs.txt I've used (setq > uniquify-buffer-name-style 'forward) for years, but why do I still > see the <2> upon C-x d somefile.txt RET v C-x C-b ? > -- 'forward works for me as expected. viz. I see buffernames as tmp/foo and u/foo when a file with the same name is opened in 2 different directories. Did you remember to add (require 'uniquify) to your .emacs? DG http://deego.gnufans.org/~deego/ --