|
From: | Jim Porter |
Subject: | Re: wishlist: buffer completion for Eshell #<...> syntax? |
Date: | Tue, 10 Sep 2024 16:47:22 -0700 |
On 9/10/2024 2:39 PM, Christopher Howard wrote:
Hi, I use eshell-command frequently to paste output from a command into a buffer. E.g.: ``` ls -1 *.jpg >> #<some-other-buffer> ``` It would be really cool if there was completion available so that I could type "#<so" <TAB> and get buffer name completion candidates. This doesn't seem to be a feature yet, at least not in the Emacs 30 branch. It will give some completion candidates from functions and such, but not buffer names.
This is already supported. See commit 9199fa00caa6 (and 69e8333210ae for some further enhancements on top).
[Prev in Thread] | Current Thread | [Next in Thread] |