From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Calc problem Date: Wed, 18 Feb 2004 03:39:11 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077094230 10661 80.91.224.253 (18 Feb 2004 08:50:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 08:50:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Feb 18 09:50:18 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 1AtNPO-0000Vf-00 for ; Wed, 18 Feb 2004 09:50:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtNPA-00036c-00 for ; Wed, 18 Feb 2004 09:50:18 +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 1AtNLS-0002pl-0f for emacs-devel@quimby.gnus.org; Wed, 18 Feb 2004 03:46:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtNIV-0001T5-Vv for emacs-devel@gnu.org; Wed, 18 Feb 2004 03:43:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtNHx-0001AR-Hi for emacs-devel@gnu.org; Wed, 18 Feb 2004 03:43:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtNHx-0001AM-76 for emacs-devel@gnu.org; Wed, 18 Feb 2004 03:42:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AtNEd-0004SU-Ob; Wed, 18 Feb 2004 03:39:11 -0500 Original-To: emacs-devel@gnu.org 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:20043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20043 Can someone work on this? Date: Tue, 17 Feb 2004 10:10:14 +1100 From: Stephen Powell To: emacs-pretest-bug@gnu.org X-Posting-Agent: Hamster/2.0.4.0 Subject: void-variable calc-mode-var-list Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org Symptoms: # start emacs emacs --no-init-file --no-site-file # backtrace on error M-x toggle-debug-on-error # start calculator # C # 1 + 2 = 3 1 2 + # Reset calculator - the 0 is a zero # 0 # Gives this backtrace Debugger entered--Lisp error: (void-variable calc-mode-var-list) calc-reset(nil) call-interactively(calc-reset) calc-do-dispatch(nil) calc-dispatch(nil) call-interactively(calc-dispatch) I've reported with M-x report-calc-bug but deego@gnufans.org said to report it here. In GNU Emacs 21.3.50.1 (i386-msvc-nt5.1.2600) of 2004-02-15 on D3LD581S configured using `configure --with-msvc (12.00) --cflags -DENABLE_CHECKING' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENA locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t unify-8859-on-encoding-mode: t line-number-mode: t Recent input: M-x t o g g l e SPC d e b g i n u g SPC o n SPC e r r o r # c 1 2 + # 0 Recent messages: Debug on Error enabled Loading calc...done Welcome to the GNU Emacs Calculator! Press `?' or `h' for help, `q' to quit Working... ESC # (Type ? for a list of Calc options) Loading calc-ext...done Loading debug...done Entering debugger... Loading help-mode...done Loading emacsbug...done _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug