emacs-devel
[Top][All Lists]
Advanced

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

Re: Status of shell-pcomplete integration?


From: Kai Großjohann
Subject: Re: Status of shell-pcomplete integration?
Date: Tue, 03 Dec 2002 08:42:56 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

John Wiegley <address@hidden> writes:

> I agree.  Let's make a list, and then tackle them.

Is just binding TAB to pcomplete the right way to integrate it into
shell-mode?  I tried the following:

emacs -q -no-site-file
(require 'shell) C-j
(define-key shell-mode-map (kbd "TAB") 'pcomplete) C-j
M-x shell RET
ls /us<TAB>             this completes /usr correctly
ls /us<TAB>             BAM!  no completion anymore

Reported by Felix Klee on gnu.emacs.help.

But maybe it's my fault for suggesting the wrong pcomplete integration.

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)






reply via email to

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