bug-guile
[Top][All Lists]
Advanced

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

Re: another #! !# problem


From: Kevin Ryde
Subject: Re: another #! !# problem
Date: Thu, 12 Aug 2004 07:54:07 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Bill Schottstaedt <address@hidden> writes:
>
> (begin
>    (display 1)
> #!
> (display 2)
> !#
> )
>
> gets:
>
> ERROR: In procedure scm_lreadr:
> ERROR: tmp34.scm:6:2: unexpected ")"

Looks like #! !# doesn't work as the last thing in a list.  Maybe that
comment should be detected and discarded in scm_flush_ws, so the
readrecparen funcs can see the close paren.




reply via email to

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