From: Barry Margolin
Subject: Re: loop keywords
Date: 
Message-ID: <1iI02.124$KS2.1395934@burlma1-snr1.gtei.net>
In article <··············@eho.eaglets.com>,
Sam Steingold  <···@goems.com> wrote:
>Emacs cannot highlight loop keywords because it uses regexps for that
>and one needs to highlight things like "for" and "across" in `loop'
>context only.  OTOH, it highlights all keywords like `:foo'
>automatically.  What about writing
>
>        (loop :for zz :in '(a b c) :do (print zz))
>
>Looks like all the implementations grok this, and Emacs highlights is
>nicely.

It should work, as LOOP keywords are recognized by their name, regardless
of the package.

-- 
Barry Margolin, ······@bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Don't bother cc'ing followups to me.