From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Anonymous-Remailer@See.Comment.Header (C-turtle) Newsgroups: gmane.emacs.help Subject: c-mode question, emacs specific Date: 8 Mar 2004 00:32:35 -0000 Organization: mail2news@dizum.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1078988782 6969 80.91.224.253 (11 Mar 2004 07:06:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 07:06:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 11 08:06:10 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1KGf-0005M8-01 for ; Thu, 11 Mar 2004 08:06:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1KEj-00030V-4m for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Mar 2004 02:04:09 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!news-out1.nntp.be!propagator2-sterling!in.nntp.be!news.dizum.com!sewer-output!mail2news-x2!mail2news Original-Newsgroups: gnu.emacs.help,comp.lang.c Comments: This message did not originate from the above address. It was remailed by two or more anonymous mail services. Send complaints of REAL abuse ONLY to remaileradmin at optonline dot n Mail-To-News-Contact: abuse@dizum.com Original-Lines: 28 Original-Xref: shelby.stanford.edu gnu.emacs.help:121519 comp.lang.c:645740 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17514 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17514 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.