On 6/7/07, Shawn W. <[EMAIL PROTECTED]> wrote:
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?
That's correct. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
