chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] #;> style prompt


From: felix
Subject: [Chicken-users] #;> style prompt
Date: Fri, 30 Jan 2004 00:04:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Some Scheme implementations (notably SISC) use

#;>

as the interactive prompt. This has the nice property
that the '>' get's commented out, and the input (for example
a sequence of definitions) can be easily copied and pasted.

AFAICT, emacs doesn't do proper font-lock on lines prefixes
with '#', so I consider stealing another feature from SISC:
a parameter:

[parameter] read-eval-print-prompt -> STRING

So users can chose as they like.

Any comments?


cheers,
felix




reply via email to

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