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

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

Re: emacs-w3m version incompatibility


From: Jonathan Groll
Subject: Re: emacs-w3m version incompatibility
Date: Fri, 07 Jan 2011 09:41:15 +0200
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO)

On Thu, 06 Jan 2011 09:39:14 -0500, Haines Brown 
<haines@HistoricalMaterialism.info> wrote:

> 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/"
> )))

[snip]

I've got working emacs-w3m on Debian.

In my case only w3m (0.5.2-2+lenny1) is installed and not w3m-el.
However, dependencies such as apel and flim were installed using apt.

emacs-w3m is from CVS:
http://emacs-w3m.namazu.org/

In .emacs I simply have
;;emacs-w3m
(add-to-list 'load-path
"/home/jonathan/lisp/w3m-cvs/share/emacs/site-lisp/w3m/")
(require 'w3m-load)
(require 'mime-w3m)

Note that my ~/lisp/w3m-cvs folder is the folder that I 'make
install'ed into. I wish I had saved a reference for the exact
.configure command that I used, but I recall that I had to specify the
path to the debian install of apel/flim and also specify my custom
install directory as lisp/w3m-cvs

If you want my ~/lisp/w3m-cvs folder then you can get it by cloning my
git repo: http://github.com/eyesonly/emacs-configuration (amd64 Debian
stable).


Cheers,
Jonathan
--
jjg: Jonathan J. Groll : groll co za
has_one { :blog => "http://bloggroll.com"; }
Reine, reine gueux éveille
Gomme à gaine, en horreur, taie.



reply via email to

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