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

Re: local-to-global



At  4:56 3/29/95 +0000, Richard Lynch wrote:
>? (apropos "local-to-global")
>CCL::LOCAL-TO-GLOBAL
>CCL::%LOCAL-TO-GLOBAL, Def: FUNCTION
>? (documentation 'ccl::local-to-global 'function)
>"returns a global point that corresponds to the window's local point
>specified by h and v.  If only h  is given, it is taken to be an encoded
>point."
>? (functionp 'ccl::local-to-global)
>NIL
>? #'ccl::local-to-global
>> Error: Undefined function: CCL::LOCAL-TO-GLOBAL
>> While executing: CCL::%FUNCTION
>> Type Command-. to abort.
>See the Restarts
>1 > 
>
>Huh?

Apropos looks for symbols.  There is a symbol in the image whose print
name is "LOCAL-TO-GLOBAL" in the CCL package, but neither its function
nor value cell has a value.

It has a documentation string because there is a LOCAL-TO-GLOBAL generic
function defined in the quickdraw interface.  It isn't defaultly loaded into
the image.  Use (require 'quickdraw) to get it.

It might be a good idea if the documentation strings mentioned where the
functions came from...



>
>-- 
>-- 
>--
>-- "TANSTAAFL"  Rich lynch@ils.nwu.edu