From: Joe Fineman <joe_f@verizon.net>
Subject: Re: w3m error in emacs
Date: Wed, 07 Dec 2005 01:08:21 GMT [thread overview]
Message-ID: <ubqztemt4.fsf@verizon.net> (raw)
In-Reply-To: mailman.18216.1133911857.20277.help-gnu-emacs@gnu.org
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. :||
next parent reply other threads:[~2005-12-07 1:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.18216.1133911857.20277.help-gnu-emacs@gnu.org>
2005-12-07 1:08 ` Joe Fineman [this message]
2005-12-06 23:27 w3m error in emacs Pedro Sa da Costa
2005-12-07 0:02 ` Edward O'Connor
2005-12-07 0:41 ` Kevin Rodgers
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=ubqztemt4.fsf@verizon.net \
--to=joe_f@verizon.net \
/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.