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

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

missing encoding of file names for `load'


From: Dave Love
Subject: missing encoding of file names for `load'
Date: 25 Feb 2002 10:21:54 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.80

In 21.1, `load' doesn't work with non-ASCII file names, e.g.:

(let ((name "/tmp/fóò.el"))
  (with-temp-file name)
  (load name))

I guess some other operations fail similarly and that `openp' should
deal with the file name encoding.




reply via email to

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