<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Well it works, and it's fast.  If you would like to give it a try, you need to install a current copy of AppKiDo:</div><div><br></div><div><a href="http://www.appkido.com">http://www.appkido.com</a></div><div><br></div><div>cd ccl/contribs/cocoa-ide/foy</div><div>svn update</div><div><br></div><div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(require :context-menu-cm)</font></div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(require :cl-documentation-cm)</font></div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(require :list-definitions-cm)</font></div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(require :hemlock-commands-cm)</font></div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(cmenu:set-default-tool "List-Definitions-CM")</font></div><div style="margin: 0px; font-size: 10px; font-family: Monaco; "><font color="#3566ff">(ldefs::open-first-file-history-list-entry)</font></div></div><div><br></div><div>Then put <b>point</b> on a Cocoa function and type <b>control-x, control-d</b>.</div><div>AppKiDo will open to the appropriate page.  You can then close the AppKiDo window, but keep the application running.  That way your next lookup will be fast.</div><div><br></div><div>-- Glen</div><div><br></div><div>(The #@ reader macro works much better when you don't forget the #)</div><br><div><div>On Jan 30, 2013, at 9:02 AM, Glen Foy <<a href="mailto:lisp@clairvaux.org">lisp@clairvaux.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Got it.  Thanks anyway.<br><br>--Glen<br><br><br><br>On Jan 30, 2013, at 7:59 AM, Glen Foy <<a href="mailto:lisp@clairvaux.org">lisp@clairvaux.org</a>> wrote:<br><br><blockquote type="cite">If you are working with Cocoa, you probably already use the documentation browser AppKiDo.  Last summer the author added a system service to the application.  If you select the name of a Cocoa function and select the "Services" submenu, "Look Up in AppKiDo",  the browser will open to the appropriate page.<br><br>I would like to add that to my documentation utility, so that typing control-x, control-d will do the same.<br><br>But: <br><br>(#_NSPerformService @"Look Up in AppKido" pboard)<br><br>gives this error:<br><br><blockquote type="cite">Error: Extra arguments in (OS::|NSPerformService| @ "Look Up in AppKido" PBOARD)<br></blockquote><br>Is this a problem with the database, or more likely, am I missing something?<br>Version 1.9-dev-r15612M-trunk  (DarwinX8664)  <br><br>Thanks,<br><br>--Glen<br><br>_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>http://clozure.com/mailman/listinfo/openmcl-devel<br></blockquote><br>_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>http://clozure.com/mailman/listinfo/openmcl-devel<br></blockquote></div><br></body></html>