From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#33975: [PATCH] inhibit read-only text properties in comint-interrupt-subjob Date: Fri, 22 Feb 2019 10:37:00 +0200 Message-ID: <83bm34fccz.fsf@gnu.org> References: <87d0pcfkjq.fsf@gmail.com> <87mumpgl0v.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="107696"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 33975@debbugs.gnu.org To: Alex Branham Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 22 09:38:19 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gx6La-000Ro4-VC for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2019 09:38:19 +0100 Original-Received: from localhost ([127.0.0.1]:47018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx6LZ-00011A-RG for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2019 03:38:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx6LM-0000zl-EY for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2019 03:38:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gx6LL-0007na-Mr for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2019 03:38:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gx6LK-0007mz-CQ for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2019 03:38:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gx6LJ-0003Vf-VM for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2019 03:38:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Feb 2019 08:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33975 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 33975-submit@debbugs.gnu.org id=B33975.155082463013407 (code B ref 33975); Fri, 22 Feb 2019 08:38:01 +0000 Original-Received: (at 33975) by debbugs.gnu.org; 22 Feb 2019 08:37:10 +0000 Original-Received: from localhost ([127.0.0.1]:47579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx6KT-0003UB-Hx for submit@debbugs.gnu.org; Fri, 22 Feb 2019 03:37:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42305) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx6KR-0003Tw-Vm for 33975@debbugs.gnu.org; Fri, 22 Feb 2019 03:37:08 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx6KK-0007C2-Ts; Fri, 22 Feb 2019 03:37:02 -0500 Original-Received: from [176.228.60.248] (port=4993 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gx6KJ-0001dP-8n; Fri, 22 Feb 2019 03:37:00 -0500 In-reply-to: <87mumpgl0v.fsf@gmail.com> (message from Alex Branham on Thu, 21 Feb 2019 10:32:16 -0600) 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155634 Archived-At: > From: Alex Branham > Date: Thu, 21 Feb 2019 10:32:16 -0600 > > Is this patch OK for Emacs? Or should we figure it out downstream? Can you explain how having comint-prompt-read-only interferes with interrupt-process in this case? I don't think I understand the connection, and neither this bug report nor the ESS issue do, AFAICT. Thanks.