unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Bug with #:use-syntax?
@ 2004-06-23  9:03 Clinton Ebadi
  0 siblings, 0 replies; only message in thread
From: Clinton Ebadi @ 2004-06-23  9:03 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-23  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-23  9:03 Bug with #:use-syntax? Clinton Ebadi

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).