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

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

bug#13033: 24.3.50; regression: read-file-name-internal handles "~" wron


From: Stefan Monnier
Subject: bug#13033: 24.3.50; regression: read-file-name-internal handles "~" wrong
Date: Thu, 29 Nov 2012 22:56:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> In this Emacs version,
> (read-file-name-internal "~" 'file-exists-p nil) returns "~/dradams/".
> That is wrong.  Not only is there no such directory as ~/dradams/".  But
> my HOME environment variable is defined as "c:\\".
 
Can you tell me what happens when you do the following:

   (completion--embedded-envvar-table "~" 'file-exists-p nil)
or
   (completion--file-name-table "~" 'file-exists-p nil)
or
   (completion-file-name-table "~" 'file-exists-p nil)


        Stefan





reply via email to

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