|
From: | Kevin Rodgers |
Subject: | Re: Window remembering last used buffer and i-search |
Date: | Tue, 27 May 2003 09:55:20 -0600 |
User-agent: | Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
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>">Kevin Rodgers</a>
[Prev in Thread] | Current Thread | [Next in Thread] |