emacs-devel
[Top][All Lists]
Advanced

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

Better dafault for comint-completion-addsuffix


From: Stephan Stahl
Subject: Better dafault for comint-completion-addsuffix
Date: Wed, 9 Feb 2005 23:27:55 +0100 (CET)
User-agent: SquirrelMail/1.4.0

Hi.

I would like to propose a better default for
comint-completion-addsuffix:

(defcustom comint-completion-addsuffix
  (if (string-match "cmdproxy\\.exe$" shell-file-name)
      '("\\" . " ")
    t)
.......)

That would help comint to complete directories and files on m$
windows.  I thought about using system-type but i (and surely others)
sometimes use a native emacs with cygwin where this would not work.
Is this useful?  Could it be improved?

Thanks,
Stephan
-- 
Stephan Stahl




reply via email to

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