Le 23/08/2012 11:03, TeXnicien de Surface a écrit / wrote :
hello all

I would like to see a latex3 macro name such as \c_something:Nn
"correctly" recognised as a macro name (to obtain the same face as with
\something)
I've tried to modify the syntax table with

(defun latex-syntaxe-latex3()
   "modifie la table de syntaxe pour faire de _ et : des lettres"
   (interactive)
   (modify-syntax-entry ?_ "w" LaTeX-mode-syntax-table)
   ;; to be completed for :
)

and that works *partially* i.e. I obtain the good face for "\c_" but it
stops there and the color is not the same for the remaining part of the
macro name.

! Wishfull seeing! It does *not* work at all. The color does not change.

I'm missing more than I thought.

Any help greatly appreciated.

--
Le TeXnicien de Surface


_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to