
I would like to suggest the following change to hyperspec.el --- hyperspec.el 30 Jun 2004 19:48:40 +0200 1.5 +++ hyperspec.el 02 Jul 2004 11:51:16 +0200 @@ -1135,10 +1135,9 @@ "") ".htm"))) -(defun common-lisp-hyperpsec-section-4.0 (indices) - (let ((string (format "%sBody/sec%s_" - common-lisp-hyperspec-root - (pop indices)))) +(defun common-lisp-hyperspec-section-4.0 (indices) + (let ((string (format "%sBody/sec_" + common-lisp-hyperspec-root))) (concat string (mapconcat (lambda (n) (format "%d" n)) That section naming works with the hyperspec copy I got. I hope it's the same for all copies. That the function name is misspelled suggests that that function hasn't been tested much. //Lennart Staflin