From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 04 10:17:44 2021 Received: (at submit) by debbugs.gnu.org; 4 Oct 2021 14:17:44 +0000 Received: from localhost ([127.0.0.1]:38015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXOml-0005Hn-RC for submit@debbugs.gnu.org; Mon, 04 Oct 2021 10:17:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:42040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXOmk-0005Hg-Dv for submit@debbugs.gnu.org; Mon, 04 Oct 2021 10:17:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXOmj-0002mP-Ry for bug-gnu-emacs@gnu.org; Mon, 04 Oct 2021 10:17:42 -0400 Received: from kamnitnik.top ([2001:19f0:5001:bf2:5400:2ff:fee0:2626]:36268) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXOmi-00071K-45 for bug-gnu-emacs@gnu.org; Mon, 04 Oct 2021 10:17:41 -0400 Received: from localhost (BSN-77-156-43.static.siol.net [193.77.156.43]) by kamnitnik.top (Postfix) with ESMTPSA id 07EF49C707 for ; Mon, 4 Oct 2021 14:17:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kamnitnik.top; s=mail; t=1633357056; bh=mCTYaHtjaJ1tY3D/51zmjHLexPFO5IBr7TOVs0d4caw=; h=From:To:Subject:Date:From; b=rdRcxTFEc7Cv/typbLeaErzxA1DbahN9heiBe1ZPBvTJGAuLmoc4UbTLF92ejPcxf 2dZMvoCJOYW+N+wSzUI+muZx7jMcGg5Ly+eFxVN0ng0hIgqP8jpPg0Cg+APqTN5Lis 9o246UcRM/szPm8Um00ihS+OqXZCnpoxCkgEBEvNzsCtQ2xTr4EA+q2Hl+VRxLxbs9 gqgRmixK2N1E8bOLvcSDNRUw/esRexuPHM3Lws/CrQLirw/6T0howF26TlkMaoUrtn vEiNrxUm7I0BFo3lpeUbtaYcYgReTy7q8CRu7hQO63wcciGEysR8qvr7KyNjGH/1qa rVOzmwwc47Okw== From: miha@kamnitnik.top To: bug-gnu-emacs@gnu.org Subject: 29.0.50; [PATCH] Fix small error in comint-send-input Date: Mon, 04 Oct 2021 16:21:08 +0200 Message-ID: <87v92c7twr.fsf@miha-pc> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=2001:19f0:5001:bf2:5400:2ff:fee0:2626; envelope-from=miha@kamnitnik.top; helo=kamnitnik.top X-Spam_score_int: 24 X-Spam_score: 2.4 X-Spam_bar: ++ X-Spam_report: (2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: To reproduce this error, emacs -q: 1) M-x shell 2) Press RET a few times to make some shell prompts 3) Press C-p to go to the end of a non-last prompt 4) M-x comint-set-process-mark 5) type "echo foo" RET Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: kamnitnik.top (top)] 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=miha%40kamnitnik.top; ip=209.51.188.17; r=debbugs.gnu.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.1 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain To reproduce this error, emacs -q: 1) M-x shell 2) Press RET a few times to make some shell prompts 3) Press C-p to go to the end of a non-last prompt 4) M-x comint-set-process-mark 5) type "echo foo" RET An error is then signaled: ansi-color-apply-on-region: Invalid search bound (wrong side of point). --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Fix-small-error-in-comint-send-input.patch Content-Transfer-Encoding: quoted-printable From=200a445ba23f18a902f807b36489695648b2e20b9a Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Miha=3D20Rihtar=3DC5=3DA1i=3DC4=3D8D?=3D Date: Mon, 4 Oct 2021 13:49:43 +0200 Subject: [PATCH] Fix small error in comint-send-input * lisp/comint.el (comint-send-input): Run comint-output-filter-functions with comint-last-output-start set correctly. =2D-- lisp/comint.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/comint.el b/lisp/comint.el index 1e5b990c77..a0873c0b6a 100644 =2D-- a/lisp/comint.el +++ b/lisp/comint.el @@ -1990,6 +1990,7 @@ comint-send-input =20 ;; This used to call comint-output-filter-functions, ;; but that scrolled the buffer in undesirable ways. + (set-marker comint-last-output-start pmark) (run-hook-with-args 'comint-output-filter-functions ""))))) =20 (defvar comint-preoutput-filter-functions nil =2D-=20 2.33.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJHBAEBCAAxFiEEmxVnesoT5rQXvVXnswkaGpIVmT8FAmFbDdQTHG1paGFAa2Ft bml0bmlrLnRvcAAKCRCzCRoakhWZP7ACD/4p9FJLX0341yNQG0fhf7/P470ArYe+ w71mK0J75Owvu52uvkUqpdcFhcC9BqlKhC3OEHr+6aVkjl0GUBIh25tZMJmVDiLu icl+stiACcpOQjsK8ufMEmvoouEd91ruNERrb+GgL3hpLwPY2EZfeY2s9nvPkr8i 8bqdtbD4mMhcIShgaonuuz7TKxrn4Lz38VbhnUcLnFGpwZ63YnX2wYgJkhO1L9Fb Xgin77XZmomdSkzcPeuyuEz7Op4iv5CLetQWobeIdwbWQVB//TbxpX8EoFq/ODdS h+bD+hpyUataTlZ3WBqlnwFA2XBueMRT9Oodn9qaZw5wK7u4FzKHEC9xjMy8eMF4 Vga/FwhJWFKX1rLSz9AKQ4Noe/YfFWhb3q3G329AwetkpVU3jccodnJNMsntnlna 1gT4UsxhCQAI01lxqpXekl4QFHWQF8h/cN11bBFrNu97FKSn5gfaaptG8eZo3sQv bmWpYQQ0faz6/HgyiIcY92Yy3tr0q6BMDxsCqkD+LhqBGxxb5M8e0OehNkn9++OY QthgSiA95XYigTdvO9WnnO9mOkCG08PgqMjUYCpgp24rityVc2jTrN8+QF7oaUWF C7eq51vJ4OC28QflwwPXV/UWxQwntKzZFAPmlnO0/KeiMevs6YPAwKbhCU5BSXxs ER5cmOEA6L7yZg== =3k+H -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 03:42:57 2021 Received: (at 51009) by debbugs.gnu.org; 5 Oct 2021 07:42:57 +0000 Received: from localhost ([127.0.0.1]:38932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXf6H-0004ez-Do for submit@debbugs.gnu.org; Tue, 05 Oct 2021 03:42:57 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXf6G-0004el-5M for 51009@debbugs.gnu.org; Tue, 05 Oct 2021 03:42:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=DxbldHQ5adYPUDgzNPa83DXQ9yjnoCK/7SULt/z20kU=; b=PVnTs/umRPzU77d1WU8oyhadpZ Ux9d5rfbMgCS34wLfpZ5i3oFtjsj613a9mY2bwL4tvd5aoFO6PR+upUvo45+OJ1hp3YQtXtJS2Glv KruHHg1YBx8/+8ziPHLqX6Qn66S7BHkE9rEk8dzaNgDbpmITdvx80qvEVzNnjYWXIdSI=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXf66-0004UU-LD; Tue, 05 Oct 2021 09:42:49 +0200 From: Lars Ingebrigtsen To: miha@kamnitnik.top Subject: Re: bug#51009: 29.0.50; [PATCH] Fix small error in comint-send-input References: <87v92c7twr.fsf@miha-pc> X-Now-Playing: Chicks on Speed's _Archive I_: "Hitch Hilxing to Dresden" Date: Tue, 05 Oct 2021 09:42:46 +0200 In-Reply-To: <87v92c7twr.fsf@miha-pc> (miha@kamnitnik.top's message of "Mon, 04 Oct 2021 16:21:08 +0200") Message-ID: <87wnmr6hop.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: miha@kamnitnik.top writes: > * lisp/comint.el (comint-send-input): Run > comint-output-filter-functions with comint-last-output-start set > correctly. Thanks; applied to emacs-28. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 51009 Cc: 51009@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) miha@kamnitnik.top writes: > * lisp/comint.el (comint-send-input): Run > comint-output-filter-functions with comint-last-output-start set > correctly. Thanks; applied to emacs-28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 03:43:03 2021 Received: (at control) by debbugs.gnu.org; 5 Oct 2021 07:43:03 +0000 Received: from localhost ([127.0.0.1]:38935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXf6M-0004fS-Ju for submit@debbugs.gnu.org; Tue, 05 Oct 2021 03:43:03 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXf6L-0004es-Nx for control@debbugs.gnu.org; Tue, 05 Oct 2021 03:43:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=93v9uTXrfTK1BYlPeO3hG5VpIWNd//FN6SPDhtdb314=; b=E0zgNijxu4ix5QeMLKuQ1vd0Ch L5B+twD7Kut2ikFeQx0b4in0JspZcMAWJm9scnIJVuJyaENT4g3PN9wwTMZUnIfyomVaUVQJsb5VO m8pvN3DvSLt1UtgAul/706n2ENx9cPh6yRBhsu+s4f/oyxFI8OfMTdtbO5XY0L6PnEm0=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXf6E-0004Ue-9v for control@debbugs.gnu.org; Tue, 05 Oct 2021 09:42:56 +0200 Date: Tue, 05 Oct 2021 09:42:53 +0200 Message-Id: <87v92b6hoi.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51009 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 51009 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 51009 28.1 quit From unknown Mon Aug 18 14:26:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 02 Nov 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator