unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* another #! !# problem
@ 2004-08-11 12:54 Bill Schottstaedt
  2004-08-11 21:54 ` Kevin Ryde
  0 siblings, 1 reply; 5+ messages in thread
From: Bill Schottstaedt @ 2004-08-11 12:54 UTC (permalink / raw)


(begin
   (display 1)
#!
(display 2)
!#
)

gets:

ERROR: In procedure scm_lreadr:
ERROR: tmp34.scm:6:2: unexpected ")"
ABORT: (read-error)

whereas

(begin
#!
(display 2)
!#
   (display 1)
)

is ok.  This is the case in both the current CVS guile and version 1.6.4.



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-20 23:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-11 12:54 another #! !# problem Bill Schottstaedt
2004-08-11 21:54 ` Kevin Ryde
2004-09-07  9:10   ` Marius Vollmer
2004-09-08  2:56     ` Rob Browning
2004-09-20 23:55       ` Marius Vollmer

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