[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 22.2.1 desktop / uniquify: wrong buffer naming for multiple files of
From: |
Stefan Monnier |
Subject: |
Re: 22.2.1 desktop / uniquify: wrong buffer naming for multiple files of the same name |
Date: |
Thu, 24 Apr 2008 22:20:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> 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.
Yes, it sounds like a uniquify problem, tho it looks like it's triggered
by the way desktop loads the file.
Stefan