Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Haines Brown <haines@HistoricalMaterialism.info>
To: info-gnus-english@gnu.org
Subject: Can't fine mime.parse
Date: Thu, 11 Nov 2010 09:30:45 -0500	[thread overview]
Message-ID: <8739r8hqzu.fsf@engels.HistoricalMaterialism.info> (raw)

I installed emacs-w3m and put these lines into .emacs:

        "~/elisp/w3m/"

        (require 'w3m-load)
        (require 'mime-w3m)

In ~/elisp/w3m there is, i.a., mime-w3m.el. 

However creates an error because w3m is looking for mime-parse.el:

  Debugger entered--Lisp error: (file-error "Cannot open load file" "mime-parse")
  require(mime-parse)
  (progn (require (quote cl)) (require (quote mime-parse)) (require (quote mime)) (require (quote w3m)) (defvar mime-preview-condition) (defvar mime-setup-enable-inline-html) (defvar mime-view-mode-default-map))
  (eval-when-compile (require (quote cl)) (require (quote mime-parse)) (require (quote mime)) (require (quote w3m)) (defvar mime-preview-condition) (defvar mime-setup-enable-inline-html) (defvar mime-view-mode-default-map))
  eval-buffer(#<buffer  *load*<2>> nil "/home/haines/elisp/w3m/mime-w3m.el" nil t)  ; Reading at buffer position 1714
  load-with-code-conversion("/home/haines/elisp/w3m/mime-w3m.el" "/home/haines/elisp/w3m/mime-w3m.el" nil t)
  require(mime-w3m)
  eval-buffer(#<buffer  *load*> nil "/home/haines/.emacs" nil t)  ; Reading at buffer position 13954
  load-with-code-conversion("/home/haines/.emacs" "/home/haines/.emacs" nil nil)
  load("~/.emacs")
  reload()
  call-interactively(reload t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

There is available a mime-parse.el, but I had assumed that this was
automatically a part of emacs 23. Should I go ahead and install
mime-parse (along with its dependencies: mime-def, luna and std11)? My
intuition is that this is not necessary just to get emacs to desplay
html files with w3m.

Haines Brown

             reply	other threads:[~2010-11-11 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-11 14:30 Haines Brown [this message]
2010-11-14 14:29 ` Lars Magne Ingebrigtsen
2010-11-14 17:32   ` 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=8739r8hqzu.fsf@engels.HistoricalMaterialism.info \
    --to=haines@historicalmaterialism.info \
    --cc=info-gnus-english@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).