bug-guile
[Top][All Lists]
Advanced

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

Re: another #! !# problem


From: Marius Vollmer
Subject: Re: another #! !# problem
Date: Tue, 07 Sep 2004 11:10:23 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Kevin Ryde <address@hidden> writes:

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

Yes, I have done this now.

Makes me think, maybe we should remove the restriction that #! and !#
comments are only detected at the ery beginning of a line.  That
restriction serves no real purpose, imo.  Opinions?




reply via email to

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