emacs-commit
[Top][All Lists]
Advanced

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

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


From: Alan Mackenzie
Subject: [Emacs-commit] emacs/lisp/progmodes cc-mode.el [EMACS_22_BASE]
Date: Tue, 19 Feb 2008 22:14:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Alan Mackenzie <acmacm> 08/02/19 22:14:40

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

Log message:
        Set of changes so that "obtrusive" syntactic elements in a
        C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
        unmatched paren) don't interact syntactically with stuff outside
        the CPP line.
        (c-basic-common-init): C and ObjC now use syntax-table text properties.
        (c-common-init): Call language specific before/after-change functions at
        mode initialisation.
        (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): new variables.
        (c-extend-region-for-CPP, c-neutralize-CPP-line,
        c-neutralize-syntax-in-CPP): new functions.
        (c-before-change, c-after-change): call the new language specific change
        functions defined in cc-langs.el.
        (c-advise-fl-for-region): new macro.
        (awk-mode): Remove AWK specific stuff which has been refactored into
        language independent stuff.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cc-mode.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.58.2.5&r2=1.58.2.6




reply via email to

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