]> git.eshelyaron.com Git - emacs.git/commit
Enable remote file name completion in eshell depending on command (bug#65356)
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Aug 2023 07:53:40 +0000 (09:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Aug 2023 07:53:40 +0000 (09:53 +0200)
commit26ca3e84e167f975afb4e9e9a838935bfe4a19a7
tree504bce4c3f89524bc25f990635fa4520db01c0f2
parent81fc5d83fe71ef218f59d65040474bf4b5d2228e
Enable remote file name completion in eshell depending on command (bug#65356)

* lisp/eshell/em-cmpl.el (eshell-cmpl-remote-file-ignore):
New user option.
(eshell-cmpl-initialize): Use it.
(eshell-external-command-p): New defun.
(eshell-complete-parse-arguments):
Set `pcomplete-remote-file-ignore' depending on the command.
lisp/eshell/em-cmpl.el