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

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

bug#5840: 24.0.50; wrong tramp-file-name-regexp


From: Michael Albinus
Subject: bug#5840: 24.0.50; wrong tramp-file-name-regexp
Date: Wed, 21 Apr 2010 21:52:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Indeed, I was using an icomplete.el with slightly changed default
> settings, sorry.  Here is the complete tested recipe:
>
>    % emacs -Q
>    C-x C-f /su: C-g
>    M-: (setq icomplete-with-completion-tables '(read-file-name-internal))
>    M-x icomplete-mode
>    C-x C-f /
>
> and that's enough to trigger popping up a "*tramp/scp fcp*" window
> telling me "Process *tramp/scp fcp* exited abnormally with code 255"

Should be solved now with my latest commit. However, there is a
remaining problem, `partial-completion' seems to have a bug:

# emacs -Q
M-: (setq completion-styles '(partial-completion))
C-x C-f /sudo:: TAB => /sudo:sudo:

For all other completion styles, this bug does not occur. Maybe an
additional style would be useful, because "/sudo:: TAB" does not provide
further choices, until the connection has been established. This might
require special handling.

>         Stefan

Best regards, Michael.







reply via email to

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