From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 20:11:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B36016A4CE for ; Tue, 9 Mar 2004 20:11:26 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238143D3F for ; Tue, 9 Mar 2004 20:11:25 -0800 (PST) (envelope-from underway@comcast.net) Received: from localhost.localdomain (c-24-17-47-224.client.comcast.net[24.17.47.224]) by comcast.net (sccrmhc13) with ESMTP id <20040310041124016007ad9se>; Wed, 10 Mar 2004 04:11:24 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) i2A4CKo2055837; Tue, 9 Mar 2004 20:12:20 -0800 (PST) (envelope-from underway@comcast.net) Received: (from jojo@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id i2A4CE2m055836; Tue, 9 Mar 2004 20:12:14 -0800 (PST) (envelope-from underway@comcast.net) To: Henrik W Lund References: <404E4276.4070607@broadpark.no> From: underway@comcast.net (Gary W. Swearingen) Date: Tue, 09 Mar 2004 20:12:14 -0800 In-Reply-To: <404E4276.4070607@broadpark.no> (Henrik W. Lund's message of "Tue, 09 Mar 2004 23:17:26 +0100") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: XEmacs woes... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 04:11:26 -0000 Henrik W Lund writes: > right after it has loaded view-less.el. I tried looking through > view-less.el, but to no avail. You might try putting this in your .emacs file: (setq debug-on-error t) (Or before you read the file that started the problem, pull down the "Options/Troubleshooting" menu and set the "Debug on Error" button.) I think it will then stop on your error, leaving a "stack" track in a lower window and I forget what in an upper window (maybe view-less.el). Good luck, and don't fail to try Gnus (after considerable reading of it's "info").