[Openmcl-devel] keyword color
Shannon Spires
svs at bearlanding.com
Thu Nov 2 14:10:41 PDT 2017
Best I can tell, this is a bug. Looks like #’hemlock::compute-symbol-coloring-in-region never even sees keywords. Please file a bug report.
-SS
On Aug 26, 2017, at 8:16 AM, Joakim Sandgren <info at joakimsandgren.com> wrote:
> hello all,
> I’m in the version 1.12-dev-r16812M-trunk (DarwinX8664)
> and are using the colde colors hemlock::*lisp-code-colors*.
>
> I always put this in ccl-ide-init.lisp:
>
> (setf hemlock::*lisp-code-colors*
> '((:string (.4 .4 .4 1))
> (:comment :brown)
> (:double-comment (.9 .4 .1)) ;;:orange
> (:triple-comment :red)
> (:system-symbol (0 .5 0 1))
> (:definition (0 0 .7 1) ) ;1 0 1 1
> (:keyword :purple)
> (:unmatched-paren :red)
> (:matched-paren (:background (0.3 0.875 0.8125 1)))))
>
> and if I change here, the colors changes. so this works.
> but not the keyword color.
>
> if I comment out this I have the default colors, but still not the keyword color…
>
> why? can somebody help me ?
>
> sincerely,
> joakim
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> https://lists.clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list