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

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

Re: How to hook up ido with eshell history?


From: Steven Degutis
Subject: Re: How to hook up ido with eshell history?
Date: Thu, 25 Apr 2013 20:49:36 -0500

This is what I've come up with. Is this the right way to do this?

(ido-completing-read "History: " (ring-elements eshell-history-ring))

-Steven

On Thu, Apr 25, 2013 at 8:41 PM, Steven Degutis <sbdegutis@gmail.com> wrote:
> Is there a function that can give me eshell's history as a list of
> strings, which I can pipe into (completing-read)?
>
> -Steven



reply via email to

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