From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Calc problem Date: Wed, 18 Feb 2004 07:41:15 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87smh8qzd0.fsf@truman.edu> References: Reply-To: belanger@truman.edu NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077111920 23208 80.91.224.253 (18 Feb 2004 13:45:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 13:45:20 +0000 (UTC) Cc: belanger@truman.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Feb 18 14:45:02 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtS0b-00009P-00 for ; Wed, 18 Feb 2004 14:45:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtS0b-0002CN-00 for ; Wed, 18 Feb 2004 14:45:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtS08-0003xR-3G for emacs-devel@quimby.gnus.org; Wed, 18 Feb 2004 08:44:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtRzQ-0003it-2d for emacs-devel@gnu.org; Wed, 18 Feb 2004 08:43:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtRxC-0001uG-Ay for emacs-devel@gnu.org; Wed, 18 Feb 2004 08:42:03 -0500 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtRx7-0001l0-I6; Wed, 18 Feb 2004 08:41:25 -0500 Original-Received: from _HOSTNAME_ ([150.243.190.24]) by uranium.truman.edu (8.12.10/8.12.10) with SMTP id i1IDfLXl006258; Wed, 18 Feb 2004 07:41:21 -0600 (envelope-from belanger@truman.edu) Original-Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 18 Feb 2004 07:41:15 -0600 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Wed, 18 Feb 2004 03:39:11 -0500") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20046 Richard Stallman writes: > Can someone work on this? ... > # Gives this backtrace > Debugger entered--Lisp error: (void-variable calc-mode-var-list) I tried it and didn't get the error here. calc-mode-var-list is needed for saving calc settings, among other things, but has been removed from the Calc in cvs emacs. I posted a patch putting calc-mode-var-list back into calc (and use the patch myself, which is perhaps why I don't get the error even though I'm using a recent cvs emacs). I'd be happy to post it again, if wanted. Jay