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

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

Re: partial-completion-mode and tramp.


From: Stefan Monnier
Subject: Re: partial-completion-mode and tramp.
Date: 10 May 2004 16:06:13 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> ***************
> *** 1104,1112 ****
>       ;; Do `PC-do-completion' without substitution
>       (let* (save)
>         (fset 'save (symbol-function 'substitute-in-file-name))
> !       (fset 'substitute-in-file-name (symbol-function 'identity))
> !       ad-do-it
> !       (fset 'substitute-in-file-name (symbol-function 'save)))
  
>       ;; Expand "$"
>       (let* ((beg (or (and (functionp 'minibuffer-prompt-end) ; Emacs 21

YUCK!!

Can someone more clearly explain what this advice is trying to do so we can
replace it with something a bit less stomach-turning?


        Stefan




reply via email to

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