1 Jul 2003 20:45
Re: help-manager in 5.0 (contribution: Help-Tag-Manager.lisp)
--On Friday, June 27, 2003 14:46 -0600 Alexander Repenning <ralex@...> wrote: > At 8:33 PM -0400 6/26/03, Octav Popescu wrote: >> --On Monday, June 23, 2003 19:55 -0600 Alexander Repenning >> <ralex@...> wrote: >>> Actually quite simple. Here's an early version contribution. Let me know >>> what is missing. >>> >>> http://agentsheets.com/lisp/Help-Tag-Manager.lisp >>> >>> This code is compatible with :helps-spec approach which was used >>> previously for balloons. >> >> I tried it and it works quite nicely. Thanks. I have two problems though: >> >> 1. I tried to do a (push #'start-help-tag-manager >> *lisp-startup-functions*) before a save-application, to have the new >> image start it automatically. The new image does create the process, >> but it's state is "exhausted". Any solution? > > tried the same with out of the box MCL 5. Could not replicate your > problem. Could it be that you have other startup functions conflicting? I figured it out. I also need to have a (push #'stop-help-tag-manager *lisp-cleanup-functions*). Without it, it works fine on the first saved image, but it's exhausted if you save another one from the saved image. >> 2. I was trying to make it show "expanded" tags, when you press the >> "command" key. I redefined the macro to take a cons tag spec, where(Continue reading)
RSS Feed