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

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

Re: Emacs Environment Variables


From: Johan Bockgård
Subject: Re: Emacs Environment Variables
Date: Fri, 30 Nov 2007 14:32:58 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Sven Utcke <utcke+news@informatik.uni-hamburg.de> writes:

> bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
>
>> history-search-backward
>
> Thanks.  How do I get this bound to a key?

    # M-p
    "\ep": history-search-backward

in a readline config file*, or

    bind '"\ep": history-search-backward'

in a bash config file.

> And does it only search for lines _starting_ with the search-string

Yes.


[*] ~/.inputrc
    (info "(bashref) Sample Init File")
    bash man page, READLINE section

-- 
Johan Bockgård


reply via email to

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