emacs-devel
[Top][All Lists]
Advanced

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

Re: substitute-in-file-name is not distributive


From: Andreas Schwab
Subject: Re: substitute-in-file-name is not distributive
Date: Wed, 10 Oct 2012 08:39:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Daniel Colascione <address@hidden> writes:

> In my mockup, I'm trying to complete 'c:\'. I have a 'c:\bin';
> converting the path 'c:\bin' to Cygwin yields "/usr/bin" on my
> machine. The trouble is that when we try to get all the completions
> for 'c:\', which "unquoted" is '/' on my machine. completion--tqw-all
> wants to paste '/' and 'bin' together to yield '/bin', but my s-i-f-n
> handler returns '/usr/bin', so completion--qw-all's last cl-assert fails.

That looks more like c:/bin being a symlink to /usr/bin.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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