From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Adding color to macro in C mode Date: Tue, 31 Jan 2006 11:26:10 +0100 Organization: disorganized Message-ID: <877j8gwv5p.fsf@robotron.kosmorama> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138704629 3299 80.91.229.2 (31 Jan 2006 10:50:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 10:50:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 31 11:50:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3t5U-0002Mb-H9 for geh-help-gnu-emacs@m.gmane.org; Tue, 31 Jan 2006 11:50:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3t65-00065r-L2 for geh-help-gnu-emacs@m.gmane.org; Tue, 31 Jan 2006 05:50:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: news.uni-berlin.de bTXW6c3P1jsKYcUwtGZ54AdFi6Fv/O+fEf+RUwDKzawA== X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:iZT3hfz78tbaUd9TxhN6+plKz3w= Original-Xref: shelby.stanford.edu gnu.emacs.help:137306 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32929 Archived-At: On Tue, 31 Jan 2006 10:08:43 +0100 Joakim Hove wrote: > I am using emacs to program C. I have a (C) macro F_DIFF(a,b,c) which > I use quite a lot in my code. I would like emacs to color instances of > this macro so it stands out more clearly in the code - any tips on how > to achieve that? http://www.emacswiki.org/cgi-bin/wiki/AddKeywords David