* 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? -- Rafael