From: Paul Meurer
Subject: Behavior of READTABLE-CASE in LW
Date: 
Message-ID: <3a1917cb.939091412@nntp.uib.no>
Hi,

This looks like a bug in LW (LW for Windows 4.1.14).

CL-USER 1 > (SETF (READTABLE-CASE *READTABLE*) :PRESERVE)
:PRESERVE
CL-USER 2 > (SYMBOL-NAME 'Gaga)
"GAGA"

ACL 5.1 and MCL 4.3 return the expected "Gaga". Am I missing
something?
Maybe it is time for Xanalys to come up with a Modern LW?

- Paul

____________________________________________
Paul Meurer at HIT UiB no                                   
Humanities Information Technologies Centre,
University of Bergen
All�gaten 27, 5007 Bergen
Norway

From: Arthur Lemmens
Subject: Re: Behavior of READTABLE-CASE in LW
Date: 
Message-ID: <3A19297B.FF270CCB@xs4all.nl>
> This looks like a bug in LW (LW for Windows 4.1.14).
> 
> CL-USER 1 > (SETF (READTABLE-CASE *READTABLE*) :PRESERVE)
> :PRESERVE
> CL-USER 2 > (SYMBOL-NAME 'Gaga)
> "GAGA"

This bug was fixed somewhere between 4.1.14 and 4.1.19.
 
> ACL 5.1 and MCL 4.3 return the expected "Gaga". 

LWW 4.1.19 returns "Gaga" as well.

> Am I missing something?

The latest patches, maybe?

> Maybe it is time for Xanalys to come up with a Modern LW?

No, thanks ;-)

Arthur Lemmens
From: Paul Meurer
Subject: Re: Behavior of READTABLE-CASE in LW
Date: 
Message-ID: <3a192bf4.944252132@nntp.uib.no>
On Mon, 20 Nov 2000 14:39:07 +0100, Arthur Lemmens
<········@xs4all.nl> wrote:

>
>This bug was fixed somewhere between 4.1.14 and 4.1.19.

>
>> Am I missing something?
>
>The latest patches, maybe?
>

Thanks for pointing this out. I had checked the readme file for the
latest patches and didn't find this bug mentioned. So fortunately,
there is no need for a Modern LW.

- Paul Meurer
____________________________________________
Paul Meurer at HIT UiB no                                   
Humanities Information Technologies Centre,
University of Bergen
All�gaten 27, 5007 Bergen
Norway
From: Marc Battyani
Subject: Re: Behavior of READTABLE-CASE in LW
Date: 
Message-ID: <8vbb3g$6im$1@reader1.fr.uu.net>
"Paul Meurer" <···········@hit.uib.no> wrote in message
·······················@nntp.uib.no...
> Hi,
>
> This looks like a bug in LW (LW for Windows 4.1.14).
>
> CL-USER 1 > (SETF (READTABLE-CASE *READTABLE*) :PRESERVE)
> :PRESERVE
> CL-USER 2 > (SYMBOL-NAME 'Gaga)
> "GAGA"

with LW 4.1.19

CL-USER 2 > (SETF (READTABLE-CASE *READTABLE*) :PRESERVE)

:PRESERVE

CL-USER 3 > (SYMBOL-NAME 'Gaga)

"Gaga"

you should get the latest paches...

Marc
From: Pekka P. Pirinen
Subject: Re: Behavior of READTABLE-CASE in LW
Date: 
Message-ID: <ixlmue7lu9.fsf@harlequin.co.uk>
···········@hit.uib.no (Paul Meurer) writes:
> This looks like a bug in LW (LW for Windows 4.1.14).

It is a bug.  Fixed in patch bundle 15, I think.  You've got 14, the
latest one is 19.
-- 
Pekka P. Pirinen
If at first you don't succeed, call it version 1.0.