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

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

Re: Inject some eshell features into shell?


From: Matthias Meulien
Subject: Re: Inject some eshell features into shell?
Date: 22 Oct 2003 12:55:10 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93

Kai Grossjohann <kai.grossjohann@gmx.net> wrote:

> (...) (Another feature I use a lot is the completion, but I think
> marrying pcomplete and shell-mode isn't going to be difficult.)

In order pcomplete to handle filenames with spaces, you will need the
following.

(add-hook 'shell-mode-hook 
          '(lambda ()
             (pcomplete-shell-setup)
             (setq pcomplete-arg-quote-list comint-file-name-quote-list)))

-- 
Matthias


reply via email to

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