help-gnu-emacs
[Top][All Lists]
Advanced

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

c-mode question, emacs specific


From: C-turtle
Subject: c-mode question, emacs specific
Date: 8 Mar 2004 00:32:35 -0000

Inside emacs:
In the c-mode I have a keyword INT defined in one
of two almost equivalent ways:

typedef int INT;
#define INT int

and I want it to highlight just as int and treat it as int inside
emacs.

It may take many years to implement such a functionality to
use typedefs intelligently, but it may be possible to 
to hardwire INT as a reserved word in the same category as
int.

How can I do it??? Please, explain a little as you put your
solution.

C-turtle



-=-
This message was posted via two or more anonymous remailing services.






reply via email to

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