jedfuns.txt.gz needs unzipping
Rafael Laboissiere
rafael at debian.org
Thu Sep 29 11:01:57 UTC 2005
* G. Milde <g.milde at web.de> [2005-09-29 12:01]:
> After updating jed to 99.17-111, I get a lot of "undocumented" functions.
>
> JED's online help scans all `Jed_Doc_Files' for function|variable
> descriptions using get_doc_string_from_file(). This requires the files to be
> uncompressed (we discussed this for libfuns.txt).
>
> Here, Jed_Doc_Files contains
>
> /usr/share/jed/doc/txt/jedfuns.txt
> /usr/share/jed/doc/txt/libfuns.txt
> Both, jedfuns.txt and slangfun.txt are gzipped in 99.17-111.
Fixed in my last commit.
> //share/doc/slang/v2/slangfun.txt
>
>
> The strange path to slangfun.txt is the value of the variable
> _slang_doc_dir (but I did not find out where it is set).
I have here:
/usr/share/doc/libslang2/slangfun.txt
At startup, _slang_doc_dir is "/usr/share/doc/libslang2" in my system.
This is apparently set in the Slang2 library itself:
$ strings /lib/libslang.so.2.0.4 | grep libslang2
/usr/share/doc/libslang2
Which version of libslang2 are you using? What is the output of the
following command in your system:
$ strings /lib/libslang.so.2.0.4 | grep usr
?
--
Rafael
More information about the Pkg-jed-devel
mailing list