all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Politz <politza@hochschule-trier.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 15426@debbugs.gnu.org
Subject: bug#15426: 24.3.50; Multibyte filenames and directory-files in unibyte buffer
Date: Sat, 21 Sep 2013 11:35:52 +0200	[thread overview]
Message-ID: <87a9j6h5zb.fsf@hochschule-trier.de> (raw)
In-Reply-To: <83vc1uk6ul.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 21 Sep 2013 09:48:50 +0300")

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Andreas Politz <politza@hochschule-trier.de>
>> 
>> (let ((d "/tmp/\303\204")) ;; utf-8 for german umlaut "A 
>
> This makes d a unibyte string:
>
>   (setq d "/tmp/\303\204")
>   "/tmp/\303\204"
>
>   (multibyte-string-p d)
>     => nil
>
> Why would one do such a thing in the first place?

OK.  The thing is that Emacs does it.


[-- Attachment #2: multibyte-directory-list.el --]
[-- Type: application/emacs-lisp, Size: 747 bytes --]

[-- Attachment #3: Type: text/plain, Size: 562 bytes --]


If I save this in mb-dir/foo.el, where mb-dir is a directory containing
multi-bytes, the results (d1 and d2) of the same calls to
`directory-list' are different in the uni-byte and multi-byte buffer. It
seems that the 2 byte sequences of the UTF-8 characters are replaced by
some 4 bytes. Anyway, the resulting filename d2 names a non-existent
file.

> "The minibuffer displays" is the key point here:[...]

No, the key is that the file's existence depends on the buffer's
multi-byte status, in which the code is evaluated.

>
>> I hope that clarifies it.

-ap

  reply	other threads:[~2013-09-21  9:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20 16:47 bug#15426: 24.3.50; Multibyte filenames and directory-files in unibyte buffer Andreas Politz
2013-09-20 17:46 ` Eli Zaretskii
2013-09-20 18:51   ` Andreas Politz
2013-09-20 19:08     ` Eli Zaretskii
2013-09-20 19:15   ` Stefan Monnier
2013-09-20 19:17     ` Eli Zaretskii
2013-09-20 20:56       ` Andreas Politz
2013-09-21  6:48         ` Eli Zaretskii
2013-09-21  9:35           ` Andreas Politz [this message]
2013-09-21  9:38             ` Andreas Politz
2013-09-21 11:59             ` Eli Zaretskii
2013-09-21 17:12               ` Andreas Politz
2013-09-21 18:53                 ` Eli Zaretskii
2013-09-21 16:06           ` Stefan Monnier
2013-09-21 16:26             ` Eli Zaretskii
2013-09-22  1:29               ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9j6h5zb.fsf@hochschule-trier.de \
    --to=politza@hochschule-trier.de \
    --cc=15426@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.