<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Matthew Flatt wrote at 02/24/2009 06:57 PM:
<blockquote cite="mid:20090224235714.9F4DE6500AD@mail-svr1.cs.utah.edu"
type="cite">
<pre wrap="">At Tue, 24 Feb 2009 18:23:30 -0500, Neil Van Dyke wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I could use a variation on Scribble "SCHEMEBLOCK" that takes the
contents verbatim -- no interpretation of "@", "{", etc.
What's the best way to do this?
</pre>
</blockquote>
<pre wrap=""><!---->
@verbatim|{
This is }}@really{{{{ verbatim.
}|
</pre>
</blockquote>
<br>
I want the content to be formatted as Scheme code, with all the
coloring and such. So, the following doesn't work:<br>
<br>
@SCHEMEBLOCK[@verbatim|||{ <br>
(foo (@ that-was-not-scribble-markup))<br>
}|||]<br>
<br>
Do I need to use my own "define-code" form that doesn't involve
"to-paragraph"?<br>
<br>
</body>
</html>