From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roger Mason Newsgroups: gmane.emacs.help Subject: Re: w3 again, Date: Wed, 2 Oct 2002 12:04:40 -0230 Organization: Memorial University of Newfoundland Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1033660619 28301 127.0.0.1 (3 Oct 2002 15:56:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Oct 2002 15:56:59 +0000 (UTC) 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 17x8LR-0007MG-00 for ; Thu, 03 Oct 2002 17:56:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17x8Ln-0004RJ-00; Thu, 03 Oct 2002 11:57:19 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!torn!ursa-nb00s0.nbnet.nb.ca!News.Dal.Ca!coranto.ucs.mun.ca!minnie.esd.mun.ca!rmason Original-Newsgroups: gnu.emacs.help Original-Lines: 67 Original-NNTP-Posting-Host: minnie.esd.mun.ca Original-X-Trace: coranto.ucs.mun.ca 1033569282 27374 134.153.118.19 (2 Oct 2002 14:34:42 GMT) Original-X-Complaints-To: usenet@coranto.ucs.mun.ca Original-NNTP-Posting-Date: Wed, 2 Oct 2002 14:34:42 +0000 (UTC) X-Sender: rmason@minnie.esd.mun.ca In-Reply-To: Original-Xref: nntp.stanford.edu gnu.emacs.help:105643 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2178 Hello, I have now found the problem. Firstly, you were correct that running sources vs. byte-code helps to sort the problem. Weh I run source code, with debug-on-error set to 't' I get the following backtrace on invoking m-x w3: Loading w3 (source)... Loading cl-macs...done Loading cus-edit... Loading easymenu...done Loading cus-edit...done Loading w3 (source)...done Loading url-auth (source)...done Loading cl-seq...done Loading w3-hot (source)...done Cannot determine format of hotlist file: /home/rmason/.mosaic-hotlist-default Contacting host: www.cs.indiana.edu:80 Loading url-cache (source)...done Downloading of `http://www.cs.indiana.edu/elisp/w3/docs.html' complete. Parsed 80% of 2951... Parsed 100% of 2951...done Drawing... done error in process filter: if: Symbol's value as variable is void: font-running-xemacs error in process filter: Symbol's value as variable is void: font-running-xemacs On grepping for this variable in the site-lisp directory, I find it is not defined, so I put ;; Kludge by rm Oct. 2 2002 (defvar font-running-xemacs nil "True if this is Xemacs. By default I set it to nil.") in w3.el, and now everything seems to be OK. I have not yet tried compiling and running compiled the code. Thanks to all who assisted. Roger Mason On Sat, 28 Sep 2002, Kai [iso-8859-15] Gro=DFjohann wrote: > Roger Mason writes: >=20 > > I checked the config.log for the url & w3 packages: the configure scrip= t > > found 21.1 in both cases, which is correct. >=20 > Hm. Could you M-: (load "w3.el") RET, then try again? Maybe now the > backtrace is better, or the issue goes away completely. >=20 > kai > --=20 > ~/.signature is: umop ap!sdn (Frank Nobis) > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >=20