Lisp HUG Maillist Archive

editor package

Hello,

How can I access the current package name from a capi:editor-pane?

Mikael


Re: editor package

Unable to parse email body. Email id is 2704

Re: editor package

>    How can I access the current package name from a capi:editor-pane?
>

Nick Levine wrote:

>CL-USER 15 > i
>#<LISPWORKS-TOOLS:EDITOR "Editor 1 - debug.lisp" 2191CBD4>
>
>CL-USER 16 > (editor:use-buffer (capi:editor-pane-buffer (capi:editor-pane i))
>                (editor:variable-value "Current Package"))
>#<PACKAGE NET.ASERVE>
>
>CL-USER 17 >
>
I tried this, but the code seems to return only NIL, could the reason 
be that I am using
Mac OS X 10.3.5?

Mikael


Re: editor package

Unable to parse email body. Email id is 2708

Updated at: 2020-12-10 08:55 UTC