[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-e22
- From: Andreas Roehler <andreas.roehler@xxxxxxxxxxxxx>
- Date: Tue, 05 Sep 2006 08:47:12 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 08827
Hi,
thank you for developing w3m.
After installing it as described
on
GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
(load "MY-PATH/w3m.elc" nil t)
produced an error:
"w3m-e22" couldn't be found"
w3m-e22.el is required but not distributed, as it seems..
Had to change the following section in w3m.el:
((>= emacs-major-version 22)
;; (require 'w3m-e22))
(require 'w3m-e21)) ;; changed section
Now it works fine.
__
Andreas Roehler