[Openmcl-devel] Quartz not working in v1.10
Ron Garret
ron at flownet.com
Wed Nov 5 11:40:24 PST 2014
On Nov 5, 2014, at 11:27 AM, Ron Garret <ron at flownet.com> wrote:
> Somehow my image got built with pageAtIndex: already interned in the nsfun package (how that happened I still don’t know)
Now I know. It appears to be a Hemlock bug :-)
Welcome to Clozure Common Lisp Version 1.10-r16304M (DarwinX8664)!
? (apropos "pageAt")
? (apropos "pageAt")
NEXTSTEP-FUNCTIONS:|pageAtIndex:|
In between those two calls to apropos I opened a file that contained the following text:
'#/pageAtIndex:
So apparently Hemlock is not properly setting *read-suppress* during syntax parsing, or something like that.
rg
More information about the Openmcl-devel
mailing list