This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What that come from?


>>>>> "Eric" == Eric M Ludlam <zappo@ultranet.com> writes:

Eric>   So I ask, how do I find out where a scheme function is defined
Eric>   so I can call gnuserv or emacsclient on it?  I'd like to
Eric>   eventually offer something more useful, but this seems like a
Eric>   good start to me.

I once implemented something similar for a large Tcl application I
wrote.  I just made my code assume that you'd have generated a TAGS
table for the application.  Then the error dialog had `gnudoit' run a
find-tag in the client Emacs.

This isn't the ideal method, but it's easy.

Tom