emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp isearch.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp isearch.el
Date: Sun, 12 Dec 2004 17:19:18 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Juri Linkov <address@hidden>    04/12/12 21:53:15

Modified files:
        lisp           : isearch.el 

Log message:
        (isearch-edit-string): Set 7th arg of
        `read-from-minibuffer' to `t' to inherit the current input
        method (whose name is indicated by [IM] in the minibuffer prompt)
        from the current buffer to the minibuffer.
        (isearch-lazy-highlight-update): Put body to `with-local-quit'
        to allow C-g quitting for lazy highlighting looping inside the
        search with nested repetition operators.  Add overlay to the list
        before setting its face and other properties to avoid the case of
        code quitting after placing the new overlay but before it's
        recorded on the list.  Select the window where isearch was
        activated, to highlight matches in the right window when isearch
        switches the current window to the minibuffer.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/isearch.el.diff?tr1=1.247&tr2=1.248&r1=text&r2=text





reply via email to

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