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

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

Re: Window remembering last used buffer and i-search


From: Lars Brange
Subject: Re: Window remembering last used buffer and i-search
Date: Wed, 28 May 2003 07:01:07 GMT

Thanks for the help everyone. The winner-mode was not exactly want I wanted but it can work. make-variable-buffer-local works fine.

Lars

Kevin Rodgers wrote:

Oliver Scholz wrote:

> Lars Brange <lars.brange@aurum.se> writes:
>>Also, I would like emacs to remember the last i-search string for each
>>window or buffer. Now I have a global i-search string for all
>>windows/buffers.
>>
> [...]
>
> To get this buffer local, you could eval
>
> (make-local-variable 'search-ring)
>
> in your buffer (use a hook etc. as appropriate).

Or in your ~/.emacs file (i.e. globally):

(make-variable-buffer-local 'search-ring)

--
<a href=""mailto:<kevin.rodgers@ihs.com>">mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>


 
reply via email to

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