From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: arnoori Newsgroups: gmane.emacs.help Subject: Changing color for function invocation. Date: Tue, 10 Jun 2008 10:03:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <17400e1e-9c41-411a-ab74-a2204b9d5ed0@p25g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213154748 23446 80.91.229.12 (11 Jun 2008 03:25:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 03:25:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 11 05:26:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6Gyg-0003qA-1y for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2008 05:26:26 +0200 Original-Received: from localhost ([127.0.0.1]:49229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Gxs-0001Ae-JI for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jun 2008 23:25:36 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p25g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 147.145.40.44 Original-X-Trace: posting.google.com 1213117401 12151 127.0.0.1 (10 Jun 2008 17:03:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 10 Jun 2008 17:03:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p25g2000hsf.googlegroups.com; posting-host=147.145.40.44; posting-account=IqadiQoAAACWnFofaZ9Eo2-mhRYy-gLC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159315 X-Mailman-Approved-At: Tue, 10 Jun 2008 23:21:55 -0400 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:54710 Archived-At: Hi, I am looking some thing in emacs like: I want to see the function invocation statements to change color. Like: foo( (int *)a, (typedef_t) b); That should change color to different one, than the rest of the code. Is this feature already there in GNU emacs? If not how can we implement this? I am thinking of writing a regular expression and change the color for the matching entry. Is there a better way? - Chenna.