all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Haines Brown <haines@HistoricalMaterialism.info>
To: help-gnu-emacs@gnu.org
Subject: emacs-w3m version incompatibility
Date: Thu, 06 Jan 2011 09:39:14 -0500	[thread overview]
Message-ID: <87pqsam6zx.fsf@engels.HistoricalMaterialism.info> (raw)

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	other threads:[~2011-01-06 14:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-06 14:39 Haines Brown [this message]
2011-01-07  7:41 ` emacs-w3m version incompatibility Jonathan Groll
     [not found] ` <mailman.0.1294386080.2099.help-gnu-emacs@gnu.org>
2011-01-10 18:16   ` Haines Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqsam6zx.fsf@engels.HistoricalMaterialism.info \
    --to=haines@historicalmaterialism.info \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.