[ prog / sol / mona ]

prog


Everything Emacsen

9 2020-07-02 17:01

Anyone have any idea how to make Emacs highlight unbound and shadowing Scheme variables? Locating errors involving these variables seems to take up a reasonable percentage of my debugging cycle, and it would be very helpful to discover them up front.

10 2020-07-03 08:06

>>9
I don't know of anything like that, you'd probably have to integrate it into something like Geiser or have a collection of bound symbols (depending on the imports) of whatever Scheme implementation you use, so that these built-in variables aren't marked as unknown.

11 2020-07-04 15:52 *

>>10
This is sort of what I feared. I'll put it off for now and consider looking into it again when I have more time.

217


VIP:

do not edit these