bug-guile
[Top][All Lists]
Advanced

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

another #! !# problem


From: Bill Schottstaedt
Subject: another #! !# problem
Date: Wed, 11 Aug 2004 05:54:34 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308

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





reply via email to

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