Dear Bug Team!
From CVS, on Sat, 2007 May 5 13:55 UTC, I updated Emacs W3M with no
trouble, by evaluating
(progn
(cd "/usr/local/src/emacs-w3m/")
(cvs-update "/usr/local/src/emacs-w3m/" '("-dP")))
However, when I evaluated this expression
(progn
(cd "/usr/local/src/emacs-w3m/")
(compile "time make -k lisp"))
This message appeared in the *compilation* buffer:
Cannot open load file: cl
configure: error: Process couldn't proceed. See the above messages.
so I am using a much older version of emacs-w3m.
The reason for the attempt is that with this morning's CVS snapshot of
GNU Emacs, W3M mode did not offer a default buffer when I ran C-x b
(w3m-e21-switch-to-buffer). (That was before I ran the update. The
update removed w3m-e21.el and changed w3m-e21-switch-to-buffer to
w3m-switch-to-buffer, which makes sense. However, I do not understand
why I cannot build.)
What should I do?