emacs-devel
[Top][All Lists]
Advanced

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

Re: using pcomplete for comint.el/shell.el


From: Richard Stallman
Subject: Re: using pcomplete for comint.el/shell.el
Date: Sat, 16 Feb 2002 14:55:25 -0700 (MST)

    +  "Proxy function which sets up comint for pcomplete.
    +See `pcomplete'."
    +  (interactive)
    +  (pcomplete-comint-setup 'shell-dynamic-complete-functions)
    +  (fset 'shell-pcomplete 'pcomplete)
    +  (fset 'shell-pcomplete-reverse 'pcomplete-reverse)
    +  (call-interactively #'pcomplete))

It should not redefine itself, that is confusing.  It should just call
pcomplete every time.

It needs a real doc string.




reply via email to

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