I made a tiny windows-tool called 'nlIEStarter' to launch the newLISP doc from external editors like UltraEdit.
http://hpwsoft.de/anmeldung/html1/newLISP/newLISP.html
Sample call:
nlIEstarter "C:Programmenewlispnewlisp_manual.html#setq" "C:Programmenewlispmanual_frame.html"
The first parameter is the doc-file with the jump-taget.
The second parameter is the doc-file with the frame-support.
When the first file does not have a jump-target or an empty one, the second file will be used.
The tool has a IE detection so that different technics are used to launch the jump-target call.
For IE7 an internetlink in the Temp-Dir is created.
The replacement of the '?' to 'p' for commands like 'symbol?' is supported.
Ultraedit's tool config line looks like this:
"C:hpwtoolsnlIEstarter.EXE" "C:Programmenewlispnewlisp_manual.html#%sel%" "C:Programmenewlispmanual_frame.html"
(The call is on one line)