help-gnu-emacs
[Top][All Lists]
Advanced

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

emacs-w3m version incompatibility


From: Haines Brown
Subject: emacs-w3m version incompatibility
Date: Thu, 06 Jan 2011 09:39:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

I'm runing emacs 23.2.1 under Debian squeeze. When emacs loads I get the
debugging report of a LISP error: "Emacs-w3m of this version does not
support Emacs23; try the development version."

Installed is w3m-0.5.2-9 and the development version of the
interface for w3m, which is w3m-el-snapshot (version
1.4.400+0.20100725-1).

In .elisp I have the following lines:

(setq load-path (append load-path (list
      ...
      "~/elisp/w3m/"
)))

Some of the following lines may be redundant or unneeded, but should not
be a problem:

(require 'w3m-load)
(setq browse-url-browser-function 'w3m-browse-url)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)

(global-set-key "\C-xm" 'browse-url-at-point)
(setq w3m-use-cookies t)

(autoload 'browse-url-interactive-arg "browse-url")
(setq browse-url-browser-function 'w3m-browse-url
          browse-url-new-window-flag t)

(require 'mime-w3m)

(setq ffap-url-fetcher 'browse-url)

(setq mm-text-html-renderer 'true-w3m)
   (add-to-list 'mm-text-html-renderer-alist

(setq browse-url-browser-function 'w3m-browse-url
          browse-url-new-window-flag t)

(setq ffap-url-fetcher 'browse-url)

(setq mm-text-html-renderer 'true-w3m)
   (add-to-list 'mm-text-html-renderer-alist

(setq mm-text-html-renderer 'w3m)
 
Haines Brown


reply via email to

[Prev in Thread] Current Thread [Next in Thread]