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

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

Re: emulate readline


From: fork
Subject: Re: emulate readline
Date: Wed, 6 Apr 2011 19:59:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

 <despen <at> verizon.net> writes:

> By default the up arrow just goes to the previous element.

Yes.

> This is close but not right:
> 
> (define-key minibuffer-local-map [(up)] 'previous-matching-history-element)

Cool!

Is there a way to pass the text currently in the minibuffer to a function (which
would be bound to "up" like the above)?
 
> 
> but it might lead to a solution.
> 
> I think you want the up arrow when not on the first position to do a
> match.

Yes!

> 







reply via email to

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