bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15426: 24.3.50; Multibyte filenames and directory-files in unibyte b


From: Stefan Monnier
Subject: bug#15426: 24.3.50; Multibyte filenames and directory-files in unibyte buffer
Date: Sat, 21 Sep 2013 12:06:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> => ("/tmp/\301\203\300\204/." nil "/tmp/\303\204/." t)
> "The minibuffer displays" is the key point here:

No, the key point is that the two strings should be identical because
they are the return value of the exact same code which doesn't touch the
current buffer, yes once it's run in a unibyte buffer and the second
time it's run in multibyte buffer.  So the current-buffer's multibyte
setting somehow affects the directory-files function.  That's the bug.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]