chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] keyword-style


From: Shawn W.
Subject: [Chicken-users] keyword-style
Date: Wed, 6 Jun 2007 19:54:48 -0700

I prefer prefix-style keywords (:foo instead of foo:) (Mainly because the scheme mode that comes with emacs will colorize them), so I'm using '(keyword-style #:prefix)' to change it from the default suffix- style in a compiled program (A front-end to spiffy) and using prefix keywords with start-server. However, I then get errors like "unbound variable: :port". I take it that the keyword-style parameter doesn't affect previously compiled files?

--
Shawn W.
address@hidden







reply via email to

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