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

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

bug#65356: 30.0.50; [wishlist] Support Tramp method, user name and host


From: Stefan Monnier
Subject: bug#65356: 30.0.50; [wishlist] Support Tramp method, user name and host name completion in eshell
Date: Fri, 18 Aug 2023 09:25:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> --8<---------------cut here---------------start------------->8---
> (defun pcomplete/cd ()
>   "Completion for `cd'."
>   (while (pcomplete-here (completion-table-in-turn
>                         (pcomplete-tramp)
>                         (pcomplete-dirs)))))
> --8<---------------cut here---------------end--------------->8---

AFIK this applies to `M-x shell` as well, so it doesn't seem
quite right.


        Stefan






reply via email to

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