Thanks Don, it works fine after replacing x. y. m. n. u. by x y m n u !
Thanks again, Hermann
______________________

Hermann Wandelt

Schustersweid 6

47665 Sonsbeck 

E-Mail: bay...@online.de


-----Ursprüngliche Nachricht-----
Von: programming-boun...@jsoftware.com
[mailto:programming-boun...@jsoftware.com] Im Auftrag von Don Guinn
Gesendet: Dienstag, 19. Januar 2010 05:04
An: Programming forum
Betreff: Re: [Jprogramming] The Ambiguous Dictionary

Several years ago I got tired of going to the J help cross reference, going
to a referenced page, then having to go back to the cross reference to find
other references. So I wrote a script that made words listed in the cross
reference into links in every help page where they occur. The links links to
the next occurrence of the word in help, whether it is later in the same
page or on another page. The last one found links back to the word in the
cross reference.

I found it speeds up navigating through J help. I think it needs a better
way to choose words to link, but the cross reference was easy to use for
that purpose. If people are interested in this then a better way to choose
words can be made.

I put this script at
http://www.jsoftware.com/jwiki/DonGuinn/AddHelpLinks.ijs to avoid attaching
the file to this note. I wrote this a long time ago, so it uses x. and y.
instead of x and y, but it still works if you enable x. and y. names. Also,
I still have lots of trouble navigating in the J wiki, so it looks like a
file to be viewed instead of one to download.

The script runs when loaded. It pops up a few messages telling you what it
is doing and before it writes anything to the help files it asks you if you
want to proceed. At this point it has completed all processing and all left
to do is write out the files.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to