On Thu, Aug 13, 2009 at 04:45:37PM -0700, bytecolor wrote: > Hi people, > > I've been playing with the TeXmacs API a bit. My previous post mentioned > implementing Emacs-like Help functionality, C-h. I've implemented a very > simple `apropos-command' bound to 'C-h a'. > > I've attached hack-help.scm and posted the source here: > http://pastebin.org/8885 > > I have this file installed in $HOME/.TeXmacs/progs > I added (use-modules (hack-help)) to $HOME/.TeXmacs/progs/my-init-texmacs.scm. > > The source is commented. > > Keep in mind I'm learning Scheme and TeXmacs ;) > > Joris, sorry I didn't reply to your post. It got lost somewhere. I just found > it today. I only interact with mailing lists through my email. I guess you'll > still be gone for another week or so.
Hi Edward (I hope that this is right), Just came back. Your code looks fine and works for me (small note: I simply use == and != instead of string=? and its negations, and all other forms of equality/inequality). You have an account on Savannah, in order to get write access? Best wishes, Joris _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
