From: Clinton Ebadi <clinton@unknownlamer.org>
Subject: Bug with #:use-syntax?
Date: Wed, 23 Jun 2004 05:03:50 -0400 [thread overview]
Message-ID: <1087981429.801.9.camel@localhost> (raw)
[-- Attachment #1.1.1: Type: text/plain, Size: 983 bytes --]
Using my Guile-Web xhtml generation module
[http://www.unknownlamer.org/code/guile-web.html], if I (use-modules
(web html)) without first doing a (use-syntax (ice-9 syncase)) all
content following the use-modules is not seen by the web browser if
running as a CGI.
I tried figuring out what was causing this to happen (I seem to be
unable to sleep tonight) and as soon as I put a (use-syntax (ice-9
syncase)) before the use-modules everything worked.
Attached is test0.cgi which shows the bug;
ifhttp://www.unknownlamer.org/code/guile-web.html you remove the
use-syntax it stops working. The /really/ weird part is that the output
is identical both times which makes no sense...(I figured at first that
EOF was being inserted but a quick look with hexedit doesn't show any
nul or eof characters in the output either time).
--
http://unknownlamer.org
AIM:unknownlamer IRC:unknown_lamer@freenode#tpu
I use Free Software because I value freedom over features.
[-- Attachment #1.1.2: test0.cgi --]
[-- Type: application/x-cgi, Size: 1009 bytes --]
[-- Attachment #1.1.3: test0.cgi --]
[-- Type: application/x-cgi, Size: 1009 bytes --]
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
reply other threads:[~2004-06-23 9:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1087981429.801.9.camel@localhost \
--to=clinton@unknownlamer.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).