[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

w3m-e22



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