Rafael Laboissiere schrieb am Sat 13. Oct, 15:27 (+0200): > * Jörg Sommer <[EMAIL PROTECTED]> [2007-10-12 16:41]: > > > Rafael Laboissiere schrieb am Fri 12. Oct, 14:33 (+0200): > > > It does work for me here with jed 0.99.18+dfsg.1-9 and jed-extra 2.4-1. > > > For > > > instance, if I type (emacs emulation) <C-h> <C-f> make_ini <enter>, > > > > No, I'm talking about get_doc_string_from_file() not describe_function(). > > Try in the *scratch* buffer: > > > > insert(string( get_doc_string_from_file("make_ini") )); > > The command above always inserts "NULL" in the buffer, regardless of the > version of jed (0.9918 or 0.99.19~pre117) nd regardless of the function that > I give in the argument (I tried with "describe_funtion", for instance). > > Am I doing something wrong? What does it insert for you?
Try insert(string( get_doc_string_from_file("message") )); % in .18 insert(string( get_doc_string_from_file("get_color") )); % in .18 insert(string( get_doc_string_from_file("get_color") )); % in .19~pre117 The Jed functions from jed/doc/hlp do not work in .18 but in .19~pre117. The SLang functions do work in both versions. The jed-extra function do work in no version. Or you can use this: insert(strjoin(get_doc_files(), "\n")); to see which files are registered. Bye, Jörg. -- Die am Lautesten reden, haben stets am wenigsten zu sagen.
pgphN5HKwEZHi.pgp
Description: PGP signature