From unknown Wed Jun 18 00:23:27 2025 X-Loop: don@donarmstrong.com Subject: bug#932: In CVS Emacs, calc-eval gives multiplication higher precidence than division Reply-To: Carsten Dominik , 932@debbugs.gnu.org Resent-From: Carsten Dominik Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 08 Sep 2008 20:40:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 932 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122090601223458 (code B ref -1); Mon, 08 Sep 2008 20:40:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=BAYES_00,GMAIL, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 8 Sep 2008 20:33:32 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m88KXSVM023450 for ; Mon, 8 Sep 2008 13:33:29 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcnQO-0004Ep-4j for bug-gnu-emacs@gnu.org; Mon, 08 Sep 2008 16:33:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcnQL-0004D6-LY for bug-gnu-emacs@gnu.org; Mon, 08 Sep 2008 16:33:27 -0400 Received: from [199.232.76.173] (port=50646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcnQL-0004D3-GC for bug-gnu-emacs@gnu.org; Mon, 08 Sep 2008 16:33:25 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:52320) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcnQK-0004fZ-PS for bug-gnu-emacs@gnu.org; Mon, 08 Sep 2008 16:33:25 -0400 Received: by ug-out-1314.google.com with SMTP id k3so583366ugf.17 for ; Mon, 08 Sep 2008 13:33:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=gdNCACVUE2NCRaEyXIdPIg8gq7eleA1ARw0RO89R2iU=; b=DZHO6fr87WDHp0XcymZH9yzLAgk1rbaqfIxpgWuw3eMjHJcS1iUmoTuRajMCpFkZql 8FPQYRkrMKNb8ovUe/oNZRNxK6tuTbks8Ov54O+Zh/H+fNzMoHn30LZaeqLx2c+iAeXq bgCsPXTTq7GBCRpSpCaOK1g+z7aeIN6fi9Gik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=dM8h8B/1ZayqT4msAB6/QwR2PaWrUBPRZTuNP1dThRfQ4s24rd3/z17f1RnHP4XL7r sebbsCJilnWxPz2cESnA+7lCou+bLs8Bih1PpS+NFMwAqCAIlM5/Rtnh2wNZ10pXNCav aza+UrIdxRz9MP1XOw4RsmAtYXbnjvIekyjjI= Received: by 10.210.35.5 with SMTP id i5mr19347354ebi.79.1220906003592; Mon, 08 Sep 2008 13:33:23 -0700 (PDT) Received: from ?192.168.1.11? ( [81.70.132.110]) by mx.google.com with ESMTPS id 3sm5108961eyj.3.2008.09.08.13.33.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Sep 2008 13:33:22 -0700 (PDT) Cc: "Randal L. Schwartz" , bug-gnu-emacs@gnu.org, emacs-devel@gnu.org Message-Id: <7D0B0AA3-AED7-456B-AAAB-D72CABD19CFB@gmail.com> From: Carsten Dominik To: Lennart Borgman In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Mon, 8 Sep 2008 22:33:19 +0200 References: <878wu3j4k2.fsf@gmail.com> <86wshn3df0.fsf@blue.stonehenge.com> X-Mailer: Apple Mail (2.926) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) On Sep 8, 2008, at 1:01 PM, Lennart Borgman wrote: > On 9/8/08, Carsten Dominik > I would fight > for the current calc implementation, it is an important >> convenience when entering equations. I am relying on it every day. > > Exactly how are you relying on that the current behaviour is the > default? By typing algebraic equations into the minibuffer and saving tons of key strokes by leaving off parenthesis. I often type equations like p = n k T / mu mp and it saves me 4 key strokes to not having to type the parenthesis p = (n k T) / (mu mp) - Carsten