[Openmcl-devel] Watch function bug?
Stas Boukarev
stassats at gmail.com
Wed Mar 24 17:51:34 PDT 2010
Adam Getchell <adam.getchell at gmail.com> writes:
> Hi all,
>
> Thanks again for getting me started.
>
> I'm going through the Clozure CL documentation:
>
> http://ccl.clozure.com/ccl-documentation.html#watched-watch
>
> My results are somewhat different than what's documented:
>
> adam at ubuntu:~$ ./ccl64
> Welcome to Clozure Common Lisp Version 1.4-r13548M (LinuxX8664)!
> ? (defvar *s* "xxxxx")
> *S*
> ? (watch *s*)
>> Error: Undefined function WATCH called with arguments ("xxxxx") .
>> While executing: CCL::TOPLEVEL-EVAL, in process listener(1).
>> Type :GO to continue, :POP to abort, :R for a list of available restarts.
>> If continued: Retry applying WATCH to ("xxxxx").
>> Type :? for other options.
> 1 >
>
> I've submitted this in case it's useful, since I'm following the trunk version
> of CCL.
>
It's ccl::watch, it's not exported for some reason.
--
With Best Regards, Stas.
More information about the Openmcl-devel
mailing list