geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Geiser-users] Using a case sensitive font lock


From: Diogo F. S. Ramos
Subject: [Geiser-users] Using a case sensitive font lock
Date: Thu, 28 Feb 2013 13:51:20 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Both Guile and Racket differentiate symbols like `begin' and `BEGIN' or
`do' and `DO' so I was wondering if it is appropriate to set Emacs'
variable `font-lock-keywords-case-fold-search' to nil so the patters in
`font-lock-keywords' become case-sensitive.

Setting it to nil will make the keyword `begin' in `(begin ...)' be
highlight, but not `BEGIN' in `(BEGIN ...)'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]