]> git.eshelyaron.com Git - emacs.git/commit
Move several completions from eshell to pcomplete (Bug#10585)
authorStefan Kangas <stefankangas@gmail.com>
Wed, 2 Sep 2020 00:45:39 +0000 (02:45 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 18:38:56 +0000 (20:38 +0200)
commitfb68645b5a258c98acc11efdc3caae80683cc6b0
treed301a59e36103264a11aa28f846ee88f7001b22e
parent600d3f0669742b398d91c421e335fc6680f6fdc0
Move several completions from eshell to pcomplete (Bug#10585)

* lisp/eshell/em-unix.el (eshell-complete-hostname)
(pcomplete/ftp, pcomplete/ncftp, pcomplete/ping)
(pcomplete/rlogin, pcomplete/telnet, pcomplete/rsh):
Move from here...
* lisp/pcmpl-unix.el (pcmpl-unix-complete-hostname)
(pcomplete/ftp, pcomplete/ncftp, pcomplete/ping)
(pcomplete/rlogin, pcomplete/telnet, pcomplete/rsh):
...to here.  Make old names into aliases.

* lisp/eshell/esh-util.el (eshell-hosts-file)
(eshell-host-names, eshell-host-timestamp)
(eshell-read-hosts-file, eshell-read-hosts)
(eshell-read-host-names): Move from here...
* lisp/pcomplete.el (pcomplete-hosts-file)
(pcomplete--host-name-cache)
(pcomplete--host-name-cache-timestamp)
(pcomplete-read-hosts-file, pcomplete-read-hosts)
(pcomplete-read-host-names): ...to here.  Make old names into
aliases.

* lisp/eshell/em-unix.el (eshell-complete-host-reference): Update
caller.
lisp/eshell/em-unix.el
lisp/eshell/esh-util.el
lisp/pcmpl-unix.el
lisp/pcomplete.el