Lisp HUG Maillist Archive

LWM, lw-add-ons, :console-image

Hi Edi et al,

I would like to load and use lw-add-ons, thanks for the nice tool, but 
only when I load the IDE. However, lispworks (for Mac, at least), adds 
:console-image to features AFTER it processes the user .init file. Any 
workaround?

David


Re: LWM, lw-add-ons, :console-image

On Fri, 16 Dec 2005 16:53:16 +0400, David Tolpin <dvd@davidashen.net> wrote:

> I would like to load and use lw-add-ons, thanks for the nice tool,
> but only when I load the IDE. However, lispworks (for Mac, at
> least), adds :console-image to features AFTER it processes the user
> .init file. Any workaround?

You could try to check the return value of LW:LISP-IMAGE-NAME.


Re: LWM, lw-add-ons, :console-image

On Dec 16, 2005, at 7:53 AM, David Tolpin wrote:

> I would like to load and use lw-add-ons, thanks for the nice tool,  
> but only when I load the IDE. However, lispworks (for Mac, at  
> least), adds :console-image to features AFTER it processes the  
> user .init file. Any workaround?


You could define an action to load it after the IDE starts, e.g.

(lw:define-action "Initialize LispWorks Tools" "lw-add-ons" 'lw-add-ons)


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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