emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature request : Tab-completion for 'shell-comand'


From: Michael Albinus
Subject: Re: Feature request : Tab-completion for 'shell-comand'
Date: Tue, 04 Mar 2008 22:54:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"paul r" <address@hidden> writes:

> M-x shell-command, as well as its relatives (shell-command-on-region,
> grep, grep-find, compile and maybe more), do not provide any kind of
> completion in the minibuffer. This is a surprising behaviour, because
> almost any other interactive function prompting for something that can
> be tab-completed do provide tab-completion.
> TSUCHIYA Masatoshi wrote an enhancement for it, that can be found
> http://namazu.org/~tsuchiya/elisp/shell-command.el . This code works
> against current head.

It's a neat package. However, its implementation is based mainly on
defadvices of shell-command, shell-command-on-region, grep, grep-find
and compile. I don't believe that it shall be integrated into the Emacs
core lisp *this* way. This could be a conflict, because the author seems
to be interested in offering this package for different Emacs version,
where this approach looks necessary.

Some minor concerns are the used GPLv2 (shall be GPLv3), and that it
doesn't support Tramp. But this could be solved easily.

Best regards, Michael.




reply via email to

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