<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="font-family: monospace; ">Greetings all! &nbsp; First post here.<br><br>Just finished my first significant project in Racket: writing parser in Racket for my new Python/Racket fusion programming language (roughly 2000 lines of&nbsp;Racket for the parser). &nbsp;The next phase is the runtime classes, which seems less straightforward--wish me luck! &nbsp;<br><br>Also happy to report figuring out on my own how to get Command-L reassigned to goto-line instead of Choose Language in DrRacket, using my own home-brewed&nbsp;keybindings file, as I frequently switch between other editors that use this key binding. &nbsp;(However, DrRacket not only fails when instructed through the menu interface&nbsp;to detach this keybindings file, but does so reporting an internal error, but that's another story and may or may not be due to somebody else's bug.)<br><br><br><br><br>Now that I've introduced myself, let me get to the reason I'm writing.<br><br>In DrRacket I have gone to Preferences menu item-&gt;Colors tab-&gt;Racket sub-tab and changed the color associated with "Keyword" to orange, to make it a different&nbsp;color from the blue color for "Symbol".<br><br>I have noticed that there are some symbols colored as being in the "Keyword" category that I wish were not, and there are others not so colored that I wish&nbsp;would be thus. &nbsp;For instance, I'm considered having "match", "class", and "make-object" be colored as "Symbol" instead of "Keyword"; on the other hand, I am&nbsp;dumbfounded that, while "cond", "while", and "unless" are colored as keywords, "if" is colored as an ordinary symbol; this seems like an incontestable error of&nbsp;omission (surely an accident).<br><br>I have grepped through all the source files in DrRacket's "collects" folder, but have not been able to isolate the place where DrRacket's list of keywords are&nbsp;stored.<br><br>Does anyone know how to tweak the list of symbols that DrRacket colors as keywords? &nbsp;I would consider using a different, more easily customizable editor like my&nbsp;beloved TextMate 2, but neither it nor any of the other editors I'm familiar with has DrRacket's intelligent indentation assistance that conforms to Racket&nbsp;conventions for indenting--this is a feature without which I would probably lose my mind, given my compulsion for proper and consistent indentation.<br><br><br><br>Any help would be appreciated!<br><br>Thank you,<br><br>Christopher</div></body></html>