From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: 22.2.1 desktop / uniquify: wrong buffer naming for multiple files of the same name Date: Thu, 24 Apr 2008 15:48:34 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209045070 25295 80.91.229.12 (24 Apr 2008 13:51:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2008 13:51:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Martin Fischer" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 24 15:51:45 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-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 1Jp1rG-0005YX-0j for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 15:51:30 +0200 Original-Received: from localhost ([127.0.0.1]:40557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp1qZ-0005l1-G1 for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Apr 2008 09:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jp1oX-0004uA-0F for bug-gnu-emacs@gnu.org; Thu, 24 Apr 2008 09:48:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jp1oW-0004tK-9S for bug-gnu-emacs@gnu.org; Thu, 24 Apr 2008 09:48:40 -0400 Original-Received: from [199.232.76.173] (port=51801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp1oW-0004t7-3x for bug-gnu-emacs@gnu.org; Thu, 24 Apr 2008 09:48:40 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jp1oV-0001Ko-FP for bug-gnu-emacs@gnu.org; Thu, 24 Apr 2008 09:48:39 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 57so2213285wri.12 for ; Thu, 24 Apr 2008 06:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FGwUBnp1sEk/fAY8zxB2ZBpsL/hOW6DxN2Z+QTVVGaE=; b=WIw6Rnz+ffBnLSWW/ih/gTtuUglFHQKxtsHzB+f66M9xxppHCwc+8fhMqFKel/+0apkj3QrM2h+1F7sPQEOMgF6zaFLBP75wwHem14kJQjMJ/DYCQKSB/DLCuF5NHteMFnRqKnQShUVrAhcNTHU5F1tzE7NZ3qInGPVY5g8NjZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NGytZl8+moNM8HKnfzMr26OjhfBac6TyqNp5V1kUrH4c6srudgtDtQvrhzfz/9+jJ15OOMn+WDfVhKKuyBMMkwdBesSPiUmczQLABngR0PLKS3PA5l3G/fuMk9YiyzEhIhjxlKQ2RCtxmHNvfuipDBFh+/LfnX8XigDQ8nLm8JA= Original-Received: by 10.115.77.1 with SMTP id e1mr1757720wal.208.1209044914995; Thu, 24 Apr 2008 06:48:34 -0700 (PDT) Original-Received: by 10.114.166.20 with HTTP; Thu, 24 Apr 2008 06:48:34 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17871 Archived-At: > M-x list-buffers > > . jack.txt\b 0 Text c:/test/b/jack.txt > jack.txt 0 Text c:/test/a/jack.txt > *scratch* 0 Lisp Interaction > * *Messages* 280 Fundamental If, before you restart Emacs, you edit .emacs.desktop and switch the two `desktop-create-buffer' calls (so the first one is for c:/test/a/jack.txt and the second one is for c:/test/b/jack.txt), Emacs 22 restores it correctly . jack.txt\a 0 Text c:/test/a/jack.txt jack.txt\b 0 Text c:/test/b/jack.txt *scratch* 0 Lisp Interaction * *Messages* 274 Fundamental So it could be a problem with uniquify, not desktop. I'll take a closer look and be back. Juanma