Message from discussion
tab completion in shell-mode (Re: M-x shell command line location + buffer clear)
From: nob...@REPLAY.COM (Anonymous)
Subject: Re: tab completion in shell-mode (Re: M-x shell command line location + buffer clear)
Date: 1998/04/29
Message-ID: <6i5vhd$m8q@basement.replay.com>#1/1
X-Deja-AN: 348601730
Content-Transfer-Encoding: 7bit
X-XS4ALL-Date: Wed, 29 Apr 1998 03:25:03 CEST
Content-Type: text/plain; charset=us-ascii
Organization: Replay Associates, L.L.P.
X-001: Replay may or may not approve of the content of this posting
X-002: Report misuse of this automated service to <ab...@replay.com>
X-URL: http://www.replay.com/remailer/
Newsgroups: comp.emacs
Navindra Umanee <navin...@cs.mcgill.ca> writes:
> Anonymous <nob...@REPLAY.COM> wrote:
>
> I've installed shell{c,db} and yet [tab] simply gives me the default
> shell-mode behavior. The shellc- functions are there but don't seem
> to do anything interesting. (XEmacs 20.3)
I don't have any shelldb customizations and the following works for me:
find -na[TAB] => find -name.
Check:
C-h c [TAB] => comint-dynamic-complete (shell-mode default)
C-h v shell-dynamic-complete-functions (where shellc gets installed)
also check that emacs is tracking your CWD correctly
My guess is that your expectations are too high.
(or you're too used to tcsh's completions.)