From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14207 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.gnus.user Subject: Can't fine mime.parse Date: Thu, 11 Nov 2010 09:30:45 -0500 Message-ID: <8739r8hqzu.fsf@engels.HistoricalMaterialism.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291957105 13404 80.91.229.12 (10 Dec 2010 04:58:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:58:25 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Dec 10 05:58:20 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQv3i-0006rR-Og for gegu-info-gnus-english@m.gmane.org; Fri, 10 Dec 2010 05:58:19 +0100 Original-Received: from localhost ([127.0.0.1]:50400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQv2J-0003Oh-8B for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 23:56:51 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 11 Nov 2010 08:32:04 -0600 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:r18DNNvcaMBPYSm9if7abC2Z6es= Original-Lines: 33 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-Co9C1Xb67ZFDXtWNdIw/kqa5yyXjYHeZLjxWVr3kSdOmNj2jesdso+PfdQc/VhNmu8aGhW+6+j2C9jI!f+Yrn/uzGIx0HzlA54Vo5VwvRut9eNRMNQRQwMO8blO+DuzG1XR/7GGT8Ny5XeELjM6DtwAYtto= Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2734 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84950 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:28:09 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14207 Archived-At: 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(#> 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(# 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