* How to hook up ido with eshell history?
@ 2013-04-26 1:41 Steven Degutis
2013-04-26 1:49 ` Steven Degutis
0 siblings, 1 reply; 2+ messages in thread
From: Steven Degutis @ 2013-04-26 1:41 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
Is there a function that can give me eshell's history as a list of
strings, which I can pipe into (completing-read)?
-Steven
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to hook up ido with eshell history?
2013-04-26 1:41 How to hook up ido with eshell history? Steven Degutis
@ 2013-04-26 1:49 ` Steven Degutis
0 siblings, 0 replies; 2+ messages in thread
From: Steven Degutis @ 2013-04-26 1:49 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-26 1:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 1:41 How to hook up ido with eshell history? Steven Degutis
2013-04-26 1:49 ` Steven Degutis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).