* dynamic completion in comint
@ 2009-07-25 22:01 Samuel Wales
2009-07-26 16:22 ` Drew Adams
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Wales @ 2009-07-25 22:01 UTC (permalink / raw)
To: help-gnu-emacs
In shell-mode, when I type TAB, comint correctly does
partial completion and pops up a window with the candidates.
Is there a way to get it to delete that window when there
are no more candidates?
Thanks.
Carbon Emacs 22
comint-dynamic-complete-functions is a variable defined in `comint.el'.
Its value is
(comint-replace-by-expanded-history comint-dynamic-complete-filename)
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: dynamic completion in comint
2009-07-25 22:01 dynamic completion in comint Samuel Wales
@ 2009-07-26 16:22 ` Drew Adams
0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2009-07-26 16:22 UTC (permalink / raw)
To: 'Samuel Wales', help-gnu-emacs
> In shell-mode, when I type TAB, comint correctly does
> partial completion and pops up a window with the candidates.
> Is there a way to get it to delete that window when there
> are no more candidates?
Icicles deletes the *Completions* window automatically. It also enhances
completion (multiple input patterns, pattern complementing,...).
http://www.emacswiki.org/emacs/Icicles_-_Completion_in_Other_Buffers#ShellComman
dCompletion
http://www.emacswiki.org/emacs/Icicles_-_Shell-Command_Enhancements
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-26 16:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25 22:01 dynamic completion in comint Samuel Wales
2009-07-26 16:22 ` Drew Adams
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.