emacs-devel
[Top][All Lists]
Advanced

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

Re: Assignment of misc packages for emacs


From: Miles Bader
Subject: Re: Assignment of misc packages for emacs
Date: 17 May 2002 16:10:18 +0900

"Eli Zaretskii" <address@hidden> writes:
> Yes, please!  I'm a completion maniac, so the absence of completion
> in these commands drives me crazy.  I've long ago rebound M-! to
> eshell-command, for that very reason.

Hmmm... I just do

  (autoload 'comint-dynamic-complete "comint" nil t)
  (define-key minibuffer-local-map [?\t] 'comint-dynamic-complete)

which I guess is slightly dodgy since lots of non-file-name input uses
minibuffer-local-map, but I don't seem to type tab there very often, so
it hasn't caused any problems...

-Miles
-- 
80% of success is just showing up.  --Woody Allen



reply via email to

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