From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Help-gnu-emacs digest, Vol 1 #792 - 8 msgs Date: Mon, 16 Sep 2002 04:32:38 -0500 (CDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <20020916134302.23159.54671.Mailman@monty-python.gnu.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1032186843 29099 127.0.0.1 (16 Sep 2002 14:34:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Sep 2002 14:34:03 +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 17qwwp-0007Yc-00 for ; Mon, 16 Sep 2002 16:33:59 +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 17qwx4-0007rS-00; Mon, 16 Sep 2002 10:34:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17qwwA-0007ou-00 for help-gnu-emacs@gnu.org; Mon, 16 Sep 2002 10:33:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17qwvy-0007m4-00 for help-gnu-emacs@gnu.org; Mon, 16 Sep 2002 10:33:17 -0400 Original-Received: from dell3.ma.utexas.edu ([146.6.139.124]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17qwvy-0007lz-00 for help-gnu-emacs@gnu.org; Mon, 16 Sep 2002 10:33:06 -0400 Original-Received: from linux122.ma.utexas.edu (linux122.ma.utexas.edu [146.6.139.93]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id g8GEX5T20633 for ; Mon, 16 Sep 2002 09:33:05 -0500 X-Sender: jcorneli@linux122.ma.utexas.edu Original-To: help-gnu-emacs@gnu.org In-Reply-To: <20020916134302.23159.54671.Mailman@monty-python.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:1500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1500 Hello, I am wondering: how should I read this Backtrace? It isn't clear to me where the error occured in my custom.el file. More generally, what method would you suggest for debugging emacs lisp? Joe Signaling: (invalid-read-syntax ")") read(#) #() call-with-condition-handler(# #) byte-compile-from-buffer(# "/Users/joe/.xemacs/custom.el") byte-compile-file("/Users/joe/.xemacs/custom.el" t) #() call-interactively(emacs-lisp-byte-compile-and-load)