From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Duck Newsgroups: gmane.emacs.help Subject: Re: Reading HTML mails with gnus Date: Mon, 21 Feb 2005 00:12:38 +0100 Message-ID: <86is4mzuzd.fsf@oumu.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108942807 7476 80.91.229.2 (20 Feb 2005 23:40:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2005 23:40:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 21 00:40:06 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D30g0-0000US-CV for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Feb 2005 00:39:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D30wq-00020V-C1 for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2005 18:57:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D30sy-0008Ai-DO for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 18:53:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D30so-000867-NI for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 18:53:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D30so-00080c-44 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 18:53:02 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D30HF-0000ch-O2 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 18:14:13 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D30DH-0005O9-GU for help-gnu-emacs@gnu.org; Mon, 21 Feb 2005 00:10:07 +0100 Original-Received: from dsl-084-058-096-104.arcor-ip.net ([84.58.96.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Feb 2005 00:10:07 +0100 Original-Received: from duck by dsl-084-058-096-104.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Feb 2005 00:10:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-084-058-096-104.arcor-ip.net Cancel-Lock: sha1:ePQ5Us/UimjLXarbfi3Xg2+K9mc= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24204 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24204 "Rodolfo Medina" writes: > from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ > I downloaded the package gc.tar.gz > and copied it into the ~/tmp dir. Then, Ugh... what are you using? LFS? :) > --------------------------------------------------------------- > An error has occurred while loading `/home/rodolfo/.emacs': > > File error: "Cannot open load file", "w3m-load" It seems, emacs won't find your emacs-w3m package. Did you install emacs from a package from your vendor? Then it probably got into /usr and emacs-w3m went to /usr/local ... although my auctex is in my load-path (albeit being in /usr/local). So, could you post your `load-path' variable (C-h v load-path RET) and the installation directory of emacs-w3m? bye, Adam.