[Top][All Lists]
[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
- Re: Assignment of misc packages for emacs, (continued)
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/15
- Re: Assignment of misc packages for emacs, Stefan Monnier, 2002/05/15
- Re: Assignment of misc packages for emacs, Andreas Schwab, 2002/05/15
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/16
- Re: Assignment of misc packages for emacs, Stefan Monnier, 2002/05/16
- Re: Assignment of misc packages for emacs, Eli Zaretskii, 2002/05/17
- Re: Assignment of misc packages for emacs,
Miles Bader <=
- Re: Assignment of misc packages for emacs, Andreas Schwab, 2002/05/17
- Re: Assignment of misc packages for emacs, Miles Bader, 2002/05/17
- Re: Assignment of misc packages for emacs, Eli Zaretskii, 2002/05/17
- Re: Assignment of misc packages for emacs, Miles Bader, 2002/05/17
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/17
- Re: Assignment of misc packages for emacs, Stefan Monnier, 2002/05/17
- Re: Assignment of misc packages for emacs, Kim F. Storm, 2002/05/17
- Re: Assignment of misc packages for emacs, Miles Bader, 2002/05/17
- Re: Assignment of misc packages for emacs, Miles Bader, 2002/05/17
- Re: Assignment of misc packages for emacs, Richard Stallman, 2002/05/18