jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: rebuilding online docs (mkdoc?)


On 21.11.05, John E. Davis wrote:
> Ulli Horlacher <horlacher@xxxxxxxxx> wrote:
> >I have several homebrew slang-scripts. How can I add their documentation
> >to the internal jed documentation so I can fetch them with ESC h f ?
> 
> Look at jed/doc/tm/Makefile.  You will need tm2txt from the tmexpand
> package.  Click on the "Made With JED" icon on the web pages at
> jedsoft.org for more information.

Alternatively, you can use the "SLang-only" script tm.sl from
http://jedmodes.sf.net/mode/tm/. 

If all your homebrew scripts reside in one library-directory,
you could also consider the automatic "registration" of the
scripts (autoloads, dfa path, library path, documentation) with
the combination of http://jedmodes.sf.net/mode/make_ini/ and
http://jedmodes.sf.net/mode/libdir/. This makes it as easy as

 % Write in your .jedrc (or jed.rc on winDOS) e.g.
   require("libdir", "/FULL_PATH_TO/libdir.sl");
   add_libdir(path_concat(Jed_Home_Directory, "lib"));

 % in the libdir do M-x update_ini
 

Guenter 

-- 
G.Milde web.de

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]