From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Keller Newsgroups: gmane.emacs.help Subject: Re: High Lighting Lisp Forms Date: 02 Feb 2010 22:13:51 GMT Organization: elsewhere Message-ID: <4b68a39f$0$9895$80265adb@spool.cs.wisc.edu> References: <4b68673c$0$9898$80265adb@spool.cs.wisc.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1265178421 29902 80.91.229.12 (3 Feb 2010 06:27:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 06:27:01 +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 Feb 03 07:26:52 2010 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.69) (envelope-from ) id 1NcYhQ-0002Q8-Nz for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2010 07:26:52 +0100 Original-Received: from localhost ([127.0.0.1]:50533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcYhQ-0002Un-44 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2010 01:26:52 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!newsfeed.news.ucla.edu!newsfeed.cs.utexas.edu!uwm.edu!newsfeed.cs.wisc.edu!news.cs.wisc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/2.6.18-164.6.1.el5 (i686)) Original-Lines: 17 Original-NNTP-Posting-Host: merlin.cs.wisc.edu Original-X-Trace: 1265148831 spool.cs.wisc.edu 9895 128.105.185.17 Original-Xref: news.stanford.edu gnu.emacs.help:176561 X-Mailman-Approved-At: Wed, 03 Feb 2010 01:17:52 -0500 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:71639 Archived-At: Hello, Peter Keller wrote: > Suppose I have some Common Lisp code like this: > > (setf *foo* `((1 2 3) ,thingy (4 5 6))) > + ^^+ + + +^+ > > I've marked how I would like some characters highlighted. Suppose > those characters with the + are a dark grey, and those with the + are > a yellow. oops, I meant + characters are grey and ^ ones are yellow. Sorry... -pete