emacs-devel
[Top][All Lists]
Advanced

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

Re: wishlist: buffer completion for Eshell #<...> syntax?


From: Karthik Chikmagalur
Subject: Re: wishlist: buffer completion for Eshell #<...> syntax?
Date: Wed, 11 Sep 2024 10:59:21 -0700

> 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.

In addition to this (now implemented) feature, you can insert a buffer
for redirection using `eshell-insert-buffer-name', bound to C-c M-b by
default in eshell.



reply via email to

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