From: Bruno H. <br...@cl...> - 2024-11-13 21:03:41
|
Alexandru Popa wrote: > When I configure CLISP on Haiku, I see config.lisp contains the last line > duplicated: > (setq *clhs-root-default* " > http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/") > > This is because I prepared *cfghaiku.lisp* starting from *config.lisp*, not > from *cfgunix.lisp*. And after renaming, the last line is dynamically added > to *config.lisp*. So, I suppose, the last line should be removed from > *cfghaiku.lisp* to not get a duplicated one. Ah, right. Done. Bruno |