From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#37057: Better explanation Date: Mon, 06 Apr 2020 16:16:33 +0300 Message-ID: <83ftdgsqj2.fsf@gnu.org> References: <202c04c7-c91d-a1a7-85ce-34c14c6bb0bd@web.de> <87eet11y6o.fsf@adrianpar.vin> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="95642"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 37057-done@debbugs.gnu.org, 37526-done@debbugs.gnu.org To: Adrian Parvin Ouano Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 06 15:17:13 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jLRcn-000Oky-LY for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Apr 2020 15:17:13 +0200 Original-Received: from localhost ([::1]:60026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLRcm-0005oU-Fd for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Apr 2020 09:17:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47025) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLRcd-0005oJ-Ir for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 09:17:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLRcc-0005FW-Nu for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 09:17:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35762) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLRcc-0005FP-KH for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 09:17:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLRcc-0005GF-GB for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 09:17:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Apr 2020 13:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 37057 X-GNU-PR-Package: emacs Mail-Followup-To: 37057@debbugs.gnu.org, eliz@gnu.org, tiga.arenz@web.de Original-Received: via spool by 37057-done@debbugs.gnu.org id=D37057.158617901620191 (code D ref 37057); Mon, 06 Apr 2020 13:17:02 +0000 Original-Received: (at 37057-done) by debbugs.gnu.org; 6 Apr 2020 13:16:56 +0000 Original-Received: from localhost ([127.0.0.1]:47307 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLRcT-0005FO-Qu for submit@debbugs.gnu.org; Mon, 06 Apr 2020 09:16:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLRcM-0005EX-BF; Mon, 06 Apr 2020 09:16:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jLRcF-0004ua-76; Mon, 06 Apr 2020 09:16:39 -0400 Original-Received: from [176.228.60.248] (port=3111 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jLRcE-0002S7-6X; Mon, 06 Apr 2020 09:16:38 -0400 In-Reply-To: <87eet11y6o.fsf@adrianpar.vin> (message from Adrian Parvin Ouano on Mon, 06 Apr 2020 04:21:03 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:178084 Archived-At: > From: Adrian Parvin Ouano > Date: Mon, 06 Apr 2020 04:21:03 +0800 > > Actually, I looked into how Emacs handles implicit pushes, and found the > answer to *my* problem, not sure if the same is with yours. Emacs Calc > uses `unread-command-events` in order to perform the addition. That is, > > 1 1+ > (space verbatim) > is read as: > 1 1++ > where the first + pushes into the Calc stack, and pushes "+" into the > command queue, for the Calc stack to process as addition. This bug (and a similar bug#37526) are already fixed in what will become Emacs 27, we just forgot to close them. Closing now. Thanks.