[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs minor-mode highlight code stages (gexp & sexp)
From: |
Ludovic Courtès |
Subject: |
Re: Emacs minor-mode highlight code stages (gexp & sexp) |
Date: |
Sat, 11 Nov 2017 14:54:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Chris Marusich <address@hidden> skribis:
> I've only used it for about 5 minutes now, but I have one question: is
> it possible to highlight gexps using a different color than other
> "staged" code?
Then we’re going to ask too much, like how should it highlight something
like:
`(foo ,#~(bar '#$baz))
?
:-)
The next thing will be to make Geiser aware of staged code…
Ludo’.