jed-users mailing list

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

Re: remove Jed_Doc_Files


G. Milde <g.milde@xxxxxx> wrote:
>John, do you think the tm language could provide a 
>
> \source{some-file}
> 
>command? (Is there something like this available already? Could
>it be added?)

Currently, sl2tm, which strips the tm documentation from the .sl files
produces filenames and linenumbers as tm comments.  For example,
running it on site.sl produces:

   #c __FILE__: ../../lib/site.sl
   #c __LINE__: 48
   \variable{Tab_Always_Inserts_Tab}
   \synopsis{Configure the tab key}
   \description
   If this variable is non-zero, then the tab key will insert tab characters
   into the buffer.  It is possible to override this setting via a mode hook.
   \seealso{local_setkey}
   \done
   #c __LINE__: 67
   \variable{Info_Directory}
   \synopsis{Info_Directory}
   [...]

It would have to be modified to produce some sort of a tag.  sl2tm.c
may be found in doc/tm/tools/ directory of the slang distribution.

--John

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


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