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

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

Re: shell-mode autocompletion uglinesses


From: Kai Großjohann
Subject: Re: shell-mode autocompletion uglinesses
Date: Tue, 03 Dec 2002 18:45:47 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

"Felix E. Klee" <felix.klee@inka.de> writes:

> Kai Großjohann wrote:
>> I've now sent a message to the thread on emacs-devel discussing the
>> integration.
>
> Thanks!

The following appears to integrate pcomplete into shell mode:

(require 'shell)
(define-key shell-mode-map (kbd "TAB") 'pcomplete)
(add-hook 'shell-mode-hook 'pcomplete-shell-setup)
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)


reply via email to

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