emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el
Date: Wed, 11 Aug 2004 12:42:02 -0400

Index: emacs/lisp/progmodes/cc-langs.el
diff -c emacs/lisp/progmodes/cc-langs.el:1.28 
emacs/lisp/progmodes/cc-langs.el:1.29
*** emacs/lisp/progmodes/cc-langs.el:1.28       Wed Sep 24 13:56:09 2003
--- emacs/lisp/progmodes/cc-langs.el    Wed Aug 11 16:22:21 2004
***************
*** 374,379 ****
--- 374,385 ----
  not contain a \\| operator at the top level."
    t    nil
    c++  "::"
+   ;; Java has "." to concatenate identifiers but it's also used for
+   ;; normal indexing.  There's special code in the Java font lock
+   ;; rules to fontify qualified identifiers based on the standard
+   ;; naming conventions.  We still define "." here to make
+   ;; `c-forward-name' move over as long names as possible which is
+   ;; necessary to e.g. handle throws clauses correctly.
    java "\\."
    idl  "::"
    pike "\\(::\\|\\.\\)")




reply via email to

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