> Date: Tue, 19 Dec 2006 01:23:18 +0100
> From: Lennart Borgman <[EMAIL PROTECTED]>
> Cc: emacs-pretest-bug@gnu.org
> 
> I believe the problem is in comint-dynamic-complete-as-filename. The let 
> variable dirsuffix has a hardcoded "/". Maybe a fix could look like this
> 
>      (dirsuffix (cond ((not comint-completion-addsuffix)
>                "")
>               ((not (consp comint-completion-addsuffix))
>                            (if (w32-shell-dos-semantics)
>                                "\\"
>                              "/"))
> 
> but I am not sure at all. Even if this is correct however I think that 
> shell-file-name and explicit-shell-file-name must be made buffer local 
> in the interactive shell buffers. (And did I not mention before that 
> w32-shell-dos-semantics needs to test explicit-shell-file-name too?)

I really don't think we should try to open this can of worms now.
Let's wait until after the release.


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to