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

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

Re: Why is TAB-completion in shell not working for some commands?


From: Marius Hofert
Subject: Re: Why is TAB-completion in shell not working for some commands?
Date: Wed, 9 Nov 2011 09:59:51 +0100

> 
> so you could try same play looking for contents of
> 
> comint-dynamic-complete-functions

I obtain (in both cases):

comint-dynamic-complete-functions is a variable defined in `comint.el'.
Its value is
(comint-c-a-p-replace-by-expanded-history shell-environment-variable-completion 
shell-command-completion shell-c-a-p-replace-by-expanded-directory 
pcomplete-completions-at-point shell-filename-completion 
comint-filename-completion)

Local in buffer *shell*; global value is 
(comint-c-a-p-replace-by-expanded-history comint-filename-completion)


  This variable is potentially risky when used as a file local variable.

Documentation:
List of functions called to perform completion.
Works like `completion-at-point-functions'.
See also `comint-dynamic-complete'.

This is a good thing to set in mode hooks.

[back]


reply via email to

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