[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: |
Juanma Barranquero |
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 |
> 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