From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Newsgroups: gmane.emacs.help Subject: customizing some options in cc mode Date: Sun, 12 Jul 2009 02:47:04 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9987c7a9-d827-43e3-8686-6ef905462850@g23g2000vbr.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 1247395274 6884 80.91.229.12 (12 Jul 2009 10:41:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2009 10:41:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 12 12:41:08 2009 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 1MPwUV-0005y1-1E for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2009 12:41:07 +0200 Original-Received: from localhost ([127.0.0.1]:42991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPwUU-0000pd-EM for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jul 2009 06:41:06 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g23g2000vbr.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 82.113.106.18 Original-X-Trace: posting.google.com 1247392025 22893 127.0.0.1 (12 Jul 2009 09:47:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 12 Jul 2009 09:47:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g23g2000vbr.googlegroups.com; posting-host=82.113.106.18; posting-account=D3FzDwoAAABdMDXitkUrPM9nBOvcbWaj User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:170772 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:65972 Archived-At: Hello everyone, I recently started using emacs for my C++ development and I have a question about customizing the colours. I want to customize the code documentation to show up in purple. So anything in between (// and /**) should show up in the specified colour. Does anyone know which emacs variable do I need to set in my .emacs file for this to work? Appreciate any help you can give me. Many thanks, Luca