New CM Help missing API doc?

Rick Taube taube@uiuc.edu
Thu, 23 Oct 1997 09:53:54 -0400 (EDT)


>Theres no harm having it in.  Newer versions of Netscape are quite
>scrappy on the SGIs around here, with severe memory leaks leaving hanging
>networks and machines (almost approaching the state of bogus lisps!).

why not just use lynx for browsing cm and clm docs from lisp? it doenst
require much memory. I think all you need to do is something like:

	(setf *help-browser* :lynx)
	(setf *help-browser-command* "/whatever/lynx -foo")