emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp info.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp info.el
Date: Tue, 22 Apr 2008 19:57:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/04/22 19:57:58

Modified files:
        lisp           : info.el 

Log message:
        (Info-search): In two similar places that skip
        undesired search matches move code to Info-search-success-function,
        and call `isearch-success-function' instead.
        (Info-search-success-function): New function copied from code
        in Info-search.  Replace isearch-range-invisible with
        text-property-not-all that checks for 'invisible and 'display
        properties to skip partially invisible matches (whose display
        properties were set by Info-fontify-node).
        (Info-mode): Set buffer-local isearch-success-function
        to Info-search-success-function.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/info.el?cvsroot=emacs&r1=1.529&r2=1.530




reply via email to

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