[Pkg-jed-commit] r59 - in trunk/packages/jed/debian: . init.d
patches
Jörg Sommer
joerg at alea.gnuu.de
Sun Sep 18 18:43:39 UTC 2005
G. Milde schrieb am Wed 14. Sep, 10:35 (+0200):
> On 11.09.05, Jörg Sommer wrote:
> > * rules
> > + we can't compress any files in /u/s/d/j/txt/, because jed does not
> > support this (Menu->Help->Browse Docs misses files)
>
> A patch to popups.sl should solve this. E.g. (untested!)
>
> add_files_popup_with_callback ($1, "&Browse Docs",
> dircat (JED_ROOT, "doc/txt"),
> - "\\C^.*\\.txt$",
> + "\\C^.*\\.txt",
> &browse_docs_callback);
This do not work, because
1. auto_compression_mode is not enabled by default
2. browse_docs_callback() and add_files_popup_with_callback() aren't
ready for compressed files
But I patched them. :) Hope it works in all cases.
But I found also, we can't compress jedfuns.txt and libfuns.txt, because
the slang function get_doc_string_from_file() do not support compressed
files.
Regards, Jörg.
--
- StGB §§ 328 Absatz 2, Nr.3 : Mit Freiheitsstrafe bis zu
fünf Jahren oder mit Geldstrafe wird bestraft, wer eine
nukleare Explosion verursacht.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-jed-devel/attachments/20050918/69ebe3ba/attachment.pgp
More information about the Pkg-jed-devel
mailing list