From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: make-variable-buffer-local change Date: Fri, 25 Sep 2009 13:51:29 -0700 (PDT) Message-ID: <200909252051.n8PKpTaN022337@godzilla.ics.uci.edu> References: <200909251609.n8PG97YN020225@godzilla.ics.uci.edu> <200909251707.n8PH7nuk020712@godzilla.ics.uci.edu> <200909251946.n8PJkWuI021889@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253912644 9064 80.91.229.12 (25 Sep 2009 21:04:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2009 21:04:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 25 23:03:57 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrHxM-00064x-C3 for ged-emacs-devel@m.gmane.org; Fri, 25 Sep 2009 23:03:56 +0200 Original-Received: from localhost ([127.0.0.1]:43228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrHxL-0003NK-Vl for ged-emacs-devel@m.gmane.org; Fri, 25 Sep 2009 17:03:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrHn3-0002ok-Cf for emacs-devel@gnu.org; Fri, 25 Sep 2009 16:53:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrHmw-0002mE-UG for emacs-devel@gnu.org; Fri, 25 Sep 2009 16:53:16 -0400 Original-Received: from [199.232.76.173] (port=40163 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrHmw-0002m9-Or for emacs-devel@gnu.org; Fri, 25 Sep 2009 16:53:10 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:65041) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MrHmu-00061o-Qz for emacs-devel@gnu.org; Fri, 25 Sep 2009 16:53:10 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n8PKpTrw010562; Fri, 25 Sep 2009 13:51:29 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n8PKpTaN022337; Fri, 25 Sep 2009 13:51:29 -0700 (PDT) In-Reply-To: (Juanma Barranquero's message of "Fri, 25 Sep 2009 22:16:14 +0200") Original-Lines: 14 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n8PKpTrw010562 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115636 Archived-At: Juanma Barranquero writes: > On Fri, Sep 25, 2009 at 21:46, Dan Nicolaescu wrote: > > > That's just a restatement of the facts, I am looking for an analysis of > > the cause of issue. > > Trace `uniquify-rationalize-file-buffer-names' and > `uniquify-buffer-file-name' and you'll see it happen. Then you can > judge by yourself whether you think it's a bug or not. I think it is. Can you please make a note of this in the bug, so that it does not get lost? (I don't use uniquify, so my interest in fixing it is close to zero...)