]> git.eshelyaron.com Git - emacs.git/commit
; Fix remote shell file name selection
authorEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 12:57:06 +0000 (13:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 14:02:57 +0000 (15:02 +0100)
commit11562ddbde3962a43701ea4d334cffa72e0fe5b1
treee2dad5baf44e962a42a3a7d250d6e2959701b23e
parent1a7b0faf7a81ffb57f71beeca60c1ca9a2a06156
; Fix remote shell file name selection

* lisp/shell.el (shell): Cease providing 'file-remote-p' as completion
predicate when reading remote shell file name.  The completion predicate
in 'read-file-name' gets the non-directory part of the file name, which
in particular does not include the remote part, if any, so this
predicate always fail in these settings.  Moreover, this predicate
didn't make a lot of sense to begin with.
lisp/shell.el