|
From: Bruno H. <br...@cl...> - 2025-12-09 22:36:14
|
Hi, James Cloos wrote: > I got this: > > ;; connecting to "http://clisp.org/impnotes/id-href.map"...connected...HTTP/1.1 301 Moved Permanently --> "http://clisp.sourceforge.io/impnotes/id-href.map" > ;; connecting to "http://clisp.sourceforge.io/impnotes/id-href.map"...connected...HTTP/1.1 301 Moved Permanently --> "https://clisp.sourceforge.io/impnotes/id-href.map" > > *** - OPEN-HTTP("https://clisp.sourceforge.io/impnotes/id-href.map"): HTTPS protocol is not supported yet > The following restarts are available: > ABORT :R1 Abort main loop > ABORT :R2 ABORT How to reproduce: (describe '!) After (setq *impnotes-root-default* "http://www.gnu.org/software/clisp/impnotes/") this should work better. Bruno |