emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp replace.el


From: Luc Teirlinck
Subject: [Emacs-commit] emacs/lisp replace.el
Date: Sat, 25 Jun 2005 22:38:09 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Luc Teirlinck <address@hidden>  05/06/26 02:38:08

Modified files:
        lisp           : replace.el 

Log message:
        (keep-lines-read-args): Add INTERACTIVE arg.
        (keep-lines): Add INTERACTIVE arg.  Never delete lines only
        partially contained in the active region.  Do not take active
        region into account when called from Lisp, unless INTERACTIVE arg
        is non-nil.  Use `forward-line' instead of `beginning-of-line' to
        avoid trouble with fields.  Make marker point nowhere when no
        longer used.  Always return nil.  Doc fix.
        (flush-lines): Add INTERACTIVE arg.  Do not take active region
        into account when called from Lisp, unless INTERACTIVE arg is
        non-nil.  Use `forward-line' instead of `beginning-of-line' to
        avoid trouble with fields.  Make marker point nowhere when no
        longer used.  Always return nil.  Doc fix.
        (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
        interchangeable.  Do not take active region into account when
        called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
        message in echo area when called from Lisp, unless INTERACTIVE arg
        is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
        Return the number of matches.  Doc fix.
        (occur): Doc fix.
        (perform-replace): Make comment follow double space convention for
        the sake of `outline-minor-mode'.

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





reply via email to

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