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

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

Re: w3m error in emacs


From: Joe Fineman
Subject: Re: w3m error in emacs
Date: Wed, 07 Dec 2005 01:08:21 GMT
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt)

Pedro Sa da Costa <pedrosacosta@netcabo.pt> writes:

> Anybody has configured a browser in emacs?
>
> I tried to install w3m in emacs, and installed sucessfully.
> I put im my .emacs the following lines:
> (require 'w3m-load)
> (require 'mime-w3m)
>
> When i start emacs it shows me the error:
> cannot open file mime-parse.
>
> Anyone can show me the respective section of your .emacs, to see how
> you setup w3m?

A friend copied the following for me from somewhere, and it works:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; EMACS-W3M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(setq load-path (cons (expand-file-name 
"/emacs-21.3/share/emacs/site-lisp/w3m") load-path))
(if (locate-library "w3m-load") (require 'w3m-load))
-- 
---  Joe Fineman    joe_f@verizon.net

||:  If wishes were horses, there would be an easy explanation  :||
||:  for all this horseshit.                                    :||


reply via email to

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