From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ChristopherMBalz@StanfordAlumni.org (Christopher M. Balz) Newsgroups: gmane.emacs.help Subject: Re: w3m gives 'Wrong type argument: stringp, nil" error Date: 4 Jun 2003 21:33:33 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <343aeada.0306042033.53f5f1cd@posting.google.com> References: <343aeada.0306031339.15e390bb@posting.google.com> <343aeada.0306040835.ad5b36f@posting.google.com> <3EDE270D.7080302@yahoo.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1054788688 4808 80.91.224.249 (5 Jun 2003 04:51:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 04:51:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 05 06:51:26 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Nmik-0001FO-00 for ; Thu, 05 Jun 2003 06:51:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Nmi6-00009s-9v for gnu-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2003 00:50:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 158.252.211.107 Original-X-Trace: posting.google.com 1054787614 26380 127.0.0.1 (5 Jun 2003 04:33:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 5 Jun 2003 04:33:34 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:114158 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10652 The online manual for Emacs-w3m says, Emacs-w3m requires the latest version of w3m (version 0.3.1 and later). while the Readme that came with the distribution specifies 0.3.1 only. The online manual for Emacs-w3m also says, In order to handle text/html part with emacs-w3m under SEMI MUAs such as T-gnus and Wanderlust, you have to put the following line in your ~/.emacs file: (require 'mime-w3m) I don't run gnus or Wanderlust, and if I try putting in this line, I get the stringp, nil error. I suppose though that this is an unrelated coincidence. Well, it would be great to see w3m run inside Emacs. Kevin Rodgers wrote in message news:<3EDE270D.7080302@yahoo.com>... > [Please don't top-post: ] > > Christopher M. Balz wrote: > > > Do you know where to find English instructions for compiling w3m? > > Well, the README file in the source distribution says: > > If you can read English, see doc/*. > > And sure enough, the doc/README file has a section on Installation that refers > Windows users to the doc/README.cygwin file (attached).