emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/progmodes meta-mode.el


From: Michael Cadilhac
Subject: [Emacs-commit] emacs/lisp/progmodes meta-mode.el
Date: Fri, 17 Aug 2007 22:51:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/08/17 22:51:12

Modified files:
        lisp/progmodes : meta-mode.el 

Log message:
        (meta-indent-calculate-last): Remove.
        (meta-indent-current-nesting): Use a computation of the nesting instead.
        (meta-indent-current-indentation): Indentation is given according to
        nesting and if the previous line was finished or not.
        (meta-indent-unfinished-line): Tell if the current line ends with a
        finished expression.
        (meta-indent-looking-at-code): Like `looking-at', but checks if the
        point is a string before.
        (meta-indent-level-count): Use it.  Don't count parenthesis as it's
        done in the nesting function.
        (meta-indent-in-string-p): Tell if the current point is in a string.
        (meta-indent-calculate): Treat b-o-b as a special case.  Use the
        previous functions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/meta-mode.el?cvsroot=emacs&r1=1.19&r2=1.20




reply via email to

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