From unknown Sat Jun 21 12:30:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47679: 28.0.50; python-shell-switch-to-shell redisplay bug Resent-From: Shitikanth Kashyap Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2021 20:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47679 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 47679@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161800150512277 (code B ref -1); Fri, 09 Apr 2021 20:52:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Apr 2021 20:51:45 +0000 Received: from localhost ([127.0.0.1]:51041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUy6T-0003Bw-3z for submit@debbugs.gnu.org; Fri, 09 Apr 2021 16:51:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:43076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUy6R-0003Bp-Ey for submit@debbugs.gnu.org; Fri, 09 Apr 2021 16:51:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUy6R-0003xM-7W for bug-gnu-emacs@gnu.org; Fri, 09 Apr 2021 16:51:43 -0400 Received: from mail-pj1-x1029.google.com ([2607:f8b0:4864:20::1029]:55048) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lUy6P-0004El-9l for bug-gnu-emacs@gnu.org; Fri, 09 Apr 2021 16:51:42 -0400 Received: by mail-pj1-x1029.google.com with SMTP id cu16so1474198pjb.4 for ; Fri, 09 Apr 2021 13:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=KvN+agqxDzy5O+fSfWa7htobIMyDbZmUJrWvSa15T38=; b=R8h8mSBXsyW47SHxbFvILqt4epvi+QPJa4IcTFDomaHOvRuD2FOmVGuDrDAGRyNxrd h577DKR2R/sMCeXMdo/qxzH0oqNop8GcOxev3anA15GWA2tmrrVOEFO5TAcs3DHZNqce btGbdKqviJxv9T+EuBIeZMJoFB61z2v9EVGcknS0TIZ4GbKVZFqqszcQvC4oqabUwxkZ BpVP0iezlLx2/TN1jiDnA6wKxZroKgMyuCh1h+djBg98QBtgKUvFDjs+f4nRgxlOAmv8 5Xc182S3eEepwwyHN3hHNRa21pStmuByxTq1gGTgrHV6EiGGuOs2M8fiM/BJGBXcq0dB GecA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=KvN+agqxDzy5O+fSfWa7htobIMyDbZmUJrWvSa15T38=; b=iXOe9O+sXvTuu2rIFhFLazcPEfWH0cb2ZaUc4ly1QgFIfnkq2+wdDFK+qDOJFAv6eM Dv7bbOz6FgKvbQqofiRwOrAvOwRDW35D+eZETNwCAifsbveH+EDVMYsZ/F0T4X9PUubO WtQDEv3eIZozjBSiyruoNivvUzfCGaMsBjk/DWfwhw0DjWBmEPSO1DgIg9ItCLx9Jils 93Fs9fCQDQsSEoVj8f4UrT+Shu0xBNlnDnDOO5u6hHq2bCveJMa/8clkjQ18dZlx1YTN lPJHUQT+RElMNFaDjEfWgnc2ShwNrK9byPZBmsnQ1F1+t8ihX8IkkY7pjv+nDZkgzxTC QKag== X-Gm-Message-State: AOAM531zECaqN5317KhmtSXVGtfKh/EfDpH27/zRIGXHAA/Tm3AC2604 u7+Xw3wiTM9lVu56axjBWgndU+xGqbok8XuR X-Google-Smtp-Source: ABdhPJwmnooaO0F+/ZmRh5jwJSDmtESfVwkPnUbJDB7yHMRu9AqTBS5XL6fIgs88m7QNK33VdShy8w== X-Received: by 2002:a17:902:a606:b029:e6:4c7e:1cba with SMTP id u6-20020a170902a606b02900e64c7e1cbamr14242632plq.46.1618001499039; Fri, 09 Apr 2021 13:51:39 -0700 (PDT) Received: from flareon ([103.39.132.188]) by smtp.gmail.com with ESMTPSA id g6sm2117964pfj.139.2021.04.09.13.51.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Apr 2021 13:51:38 -0700 (PDT) From: Shitikanth Kashyap Date: Sat, 10 Apr 2021 02:21:33 +0530 Message-ID: <87k0pb89m2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::1029; envelope-from=shitikanth1@gmail.com; helo=mail-pj1-x1029.google.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) 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: -2.1 (--) Steps to reproduce: 1. emacs -Q 2. Open any python file 3. Press "C-c C-p" to start interpreter 4. Press "C-c C-z" from the file's window to switch to interpreter 5. Go back to file's window with "C-x o" and repeat from 4 a few times. There is notable lag (sometimes as much as a few seconds) between pressing the keybinding "C-c C-z" in file's window before the cursor appears to be ready on the interpreter's window. The state of the cursor in the two windows after the command appears to be indeterministic and inconsistent. The issue seems to be that the display of the two windows is not updated even though internally emacs has changed the focus to the correct window. For example, it is possible to start typing in the interpreter window immediately after the command, even though the cursor does not seem to ready. From unknown Sat Jun 21 12:30:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47679: 28.0.50; python-shell-switch-to-shell redisplay bug Resent-From: Shitikanth Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2021 21:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47679 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 47679@debbugs.gnu.org Received: via spool by 47679-submit@debbugs.gnu.org id=B47679.161800223513400 (code B ref 47679); Fri, 09 Apr 2021 21:04:02 +0000 Received: (at 47679) by debbugs.gnu.org; 9 Apr 2021 21:03:55 +0000 Received: from localhost ([127.0.0.1]:51051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUyIF-0003U4-Hr for submit@debbugs.gnu.org; Fri, 09 Apr 2021 17:03:55 -0400 Received: from mail-pl1-f176.google.com ([209.85.214.176]:35341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUyIE-0003Tr-00 for 47679@debbugs.gnu.org; Fri, 09 Apr 2021 17:03:54 -0400 Received: by mail-pl1-f176.google.com with SMTP id j7so3348287plx.2 for <47679@debbugs.gnu.org>; Fri, 09 Apr 2021 14:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=co9pKOk7jskSEtnFuBGmqL/3lBqhedWho0qxVYGJ4H4=; b=RkVn16KDNFQerglF90u+FkRYh1c8NqTef68dghH17O80w4sA1ttCa1lKR8a3Rbqr3E d/BaUWI9S01Il0UbmaSKwXlQeybYwdRUS2GeB8nYnxBSVV8gswBpKYYRnC+HpZsHJZ4C 2gtWTXJ8j386A6BfogMEtcN/TgXjgffvwFvdEQyL1y9dEZcdBwZ84Ivf0R9SWfNVP4qk 0HxrKNJTgm4wY6a+FGDaLC/tXstuLj4pK19Wg94UHCA2nie3jYVIAKonBtY625QFZ7xf ze0kvJsO6mq9w8pDSshPQWmuVFTrQ2Z3GaldkjryzxAKTQHkl2D7auL/VV1RLBilje7Z /RdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=co9pKOk7jskSEtnFuBGmqL/3lBqhedWho0qxVYGJ4H4=; b=lYMYWqhEN1ubs//i7FHwFghaotLg0gWBmgBqNJDg9tHPqEuyKw4ap7c0pKYAtVzy7S 9xsjTK6xJXFujY9ffrEtvwzIc5un2YP3yViF9eLuy200JAdKKCJAvsfjjpI7+UwD2zvp rGwqSxe3uJePfnR28rPvbB51vJ1hRILIzX5nE23JEsqS+T71gyl4Tryi0la9r3E4bI+l g1jVoOX54TGekLBYG1oH9J8Xd2doTfVowK6E3zkbRud34r/UH6dPTL8t/BTmRPFG/3uZ 8Q8v2oiznx//6cKMs7OxSSEdtzKgJCHzKPqWJ0I9ab91/lASHMP7k1ze6bHYKfUVxYSc RZNg== X-Gm-Message-State: AOAM533T5AuReqXaGgDEo1eIOKjlFvHcyIMeU6K2eq01tyB47uuP1uBK aDvkDtFvjcVROaUIXR9FYD7oyHk9d5srns84Uu2iZ/61LfZgww== X-Google-Smtp-Source: ABdhPJxYk5xNEZA6mk+gzJtyab5DCRAj96tg5eR6xoHZZo+Z0WDyPYd2bMN1vUh5GUbcCilN7oWo0nW66nlzHgKkaXY= X-Received: by 2002:a17:90a:a10c:: with SMTP id s12mr15551632pjp.166.1618002227597; Fri, 09 Apr 2021 14:03:47 -0700 (PDT) MIME-Version: 1.0 References: <87k0pb89m2.fsf@gmail.com> In-Reply-To: <87k0pb89m2.fsf@gmail.com> From: Shitikanth Date: Sat, 10 Apr 2021 02:33:36 +0530 Message-ID: Content-Type: multipart/mixed; boundary="00000000000005b36405bf90808a" X-Spam-Score: 0.3 (/) 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.7 (/) --00000000000005b36405bf90808a Content-Type: multipart/alternative; boundary="00000000000005b36205bf908088" --00000000000005b36205bf908088 Content-Type: text/plain; charset="UTF-8" Proposed fix. On Sat, 10 Apr 2021 at 02:22, Shitikanth Kashyap wrote: > Steps to reproduce: > 1. emacs -Q > 2. Open any python file > 3. Press "C-c C-p" to start interpreter > 4. Press "C-c C-z" from the file's window to switch to interpreter > 5. Go back to file's window with "C-x o" and repeat from 4 a few times. > > There is notable lag (sometimes as much as a few seconds) between > pressing the keybinding "C-c C-z" in file's window before the cursor > appears to be ready on the interpreter's window. The state of the cursor > in the two windows after the command appears to be indeterministic and > inconsistent. > > The issue seems to be that the display of the two windows is not updated > even though internally emacs has changed the focus to the correct > window. For example, it is possible to start typing in the interpreter > window immediately after the command, even though the cursor does not > seem to ready. > > > > > > --00000000000005b36205bf908088 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Proposed fix.

On Sat, 10 Apr 2021 at 02:22,= Shitikanth Kashyap <shitikanth= 1@gmail.com> wrote:
Steps to reproduce:
1. emacs -Q
2. Open any python file
3. Press "C-c C-p"=C2=A0 to start interpreter
4. Press "C-c C-z" from the file's window to switch to interp= reter
5. Go back to file's window with "C-x o" and repeat from 4 a = few times.

There is notable lag (sometimes as much as a few seconds) between
pressing the keybinding "C-c C-z" in file's window before the= cursor
appears to be ready on the interpreter's window. The state of the curso= r
in the two windows after the command appears to be indeterministic and
inconsistent.

The issue seems to be that the display of the two windows is not updated even though internally emacs has changed the focus to the correct
window. For example, it is possible to start typing in the interpreter
window immediately after the command, even though the cursor does not
seem to ready.





--00000000000005b36205bf908088-- --00000000000005b36405bf90808a Content-Type: application/octet-stream; name="0001-Fix-python-shell-switch-to-shell-redisplay-bug.patch" Content-Disposition: attachment; filename="0001-Fix-python-shell-switch-to-shell-redisplay-bug.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_knaspufq0 RnJvbSBiMjYzM2NiNGJjN2IyNTk4MzlmMWFjM2E2MjE1ZTgzOWMyYTc0YmU3IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBTaGl0aWthbnRoIEthc2h5YXAgPHNoaXRpa2FudGgxQGdtYWls LmNvbT4KRGF0ZTogU2F0LCAxMCBBcHIgMjAyMSAwMTozMjo1MSArMDUzMApTdWJqZWN0OiBbUEFU Q0hdIEZpeCBweXRob24tc2hlbGwtc3dpdGNoLXRvLXNoZWxsIHJlZGlzcGxheSBidWcKCi0tLQog bGlzcC9wcm9nbW9kZXMvcHl0aG9uLmVsIHwgMiArLQogMSBmaWxlIGNoYW5nZWQsIDEgaW5zZXJ0 aW9uKCspLCAxIGRlbGV0aW9uKC0pCgpkaWZmIC0tZ2l0IGEvbGlzcC9wcm9nbW9kZXMvcHl0aG9u LmVsIGIvbGlzcC9wcm9nbW9kZXMvcHl0aG9uLmVsCmluZGV4IGU1YzE1ZDE0OGYuLjNhZjBiZGRl MmUgMTAwNjQ0Ci0tLSBhL2xpc3AvcHJvZ21vZGVzL3B5dGhvbi5lbAorKysgYi9saXNwL3Byb2dt b2Rlcy9weXRob24uZWwKQEAgLTMzODUsNyArMzM4NSw3IEBAIHB5dGhvbi1zaGVsbC1zd2l0Y2gt dG8tc2hlbGwKIHQgd2hlbiBjYWxsZWQgaW50ZXJhY3RpdmVseS4iCiAgIChpbnRlcmFjdGl2ZSAi cCIpCiAgIChwb3AtdG8tYnVmZmVyCi0gICAocHJvY2Vzcy1idWZmZXIgKHB5dGhvbi1zaGVsbC1n ZXQtcHJvY2Vzcy1vci1lcnJvciBtc2cpKSBuaWwgdCkpCisgICAocHJvY2Vzcy1idWZmZXIgKHB5 dGhvbi1zaGVsbC1nZXQtcHJvY2Vzcy1vci1lcnJvciBtc2cpKSBuaWwgJ21hcmstZm9yLXJlZGlz cGxheSkpCiAKIChkZWZ1biBweXRob24tc2hlbGwtc2VuZC1zZXR1cC1jb2RlICgpCiAgICJTZW5k IGFsbCBzZXR1cCBjb2RlIGZvciBzaGVsbC4KLS0gCjIuMzAuMgoK --00000000000005b36405bf90808a-- From unknown Sat Jun 21 12:30:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47679: 28.0.50; python-shell-switch-to-shell redisplay bug Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Apr 2021 08:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47679 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Shitikanth Cc: 47679@debbugs.gnu.org Received: via spool by 47679-submit@debbugs.gnu.org id=B47679.161821706715231 (code B ref 47679); Mon, 12 Apr 2021 08:45:02 +0000 Received: (at 47679) by debbugs.gnu.org; 12 Apr 2021 08:44:27 +0000 Received: from localhost ([127.0.0.1]:56391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVsBG-0003xb-NE for submit@debbugs.gnu.org; Mon, 12 Apr 2021 04:44:26 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVsBF-0003xM-2D for 47679@debbugs.gnu.org; Mon, 12 Apr 2021 04:44:25 -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=1KiJbGtjMoQKCfSOwjDRt3VvttX8ZSdwx4+Qjkqzrn4=; b=rZS5oCI2uMbci+K3gXwKmhioAS CExyOaMKSIaXCiSQsAXdi9X+1hO3G1mMT4IVKZZxM8tqSDdb/7RzojrdOzZM4GNEfpNRa6KRjHT5P 7lfaRU4AcZz7PjRSGGx8xG8vEVFK4pxWOL3WaUmfzDscWv8X6pe2t2BB7/sNQcdvf2TQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lVsB6-0005IO-BP; Mon, 12 Apr 2021 10:44:18 +0200 From: Lars Ingebrigtsen References: <87k0pb89m2.fsf@gmail.com> X-Now-Playing: Carlos Nino & Friends's _The Wire Tapper 55_: "Please Wake Up" Date: Mon, 12 Apr 2021 10:44:15 +0200 In-Reply-To: (Shitikanth's message of "Sat, 10 Apr 2021 02:33:36 +0530") Message-ID: <87r1jfzycg.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Shitikanth writes: > Proposed fix. Makes sense to me. 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.0 (/) 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.0 (-) Shitikanth writes: > Proposed fix. Makes sense to me. This change was small enough to apply without assigning copyright to the FSF, but for future patches you want to submit, it might make sense to get the paperwork started now, so that subsequent patches can be applied speedily. Would you be willing to sign such paperwork? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 04:44:30 2021 Received: (at control) by debbugs.gnu.org; 12 Apr 2021 08:44:30 +0000 Received: from localhost ([127.0.0.1]:56394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVsBJ-0003xr-VB for submit@debbugs.gnu.org; Mon, 12 Apr 2021 04:44:30 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVsBI-0003xQ-A1 for control@debbugs.gnu.org; Mon, 12 Apr 2021 04:44:28 -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=gbR5ASjeSYsnHTzRRtSqidur4gsPfi+ciXvt895AJYA=; b=FqBBjlAnEu51fYObdZ6adzHzj0 6OyMjrypMKGhyphvEglP3iPUPcaZ6I4+pJmCg7gdmc8TNnUHceMufq8wM+Rku7FqDPzQeF0i67V9M M9ko+I5e0tKPkno+oPScTLdHgwRajDboeF1lVJoMbEBstBIu0KqZUxm4otKAYiL2eCa8=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lVsBA-0005Il-Pm for control@debbugs.gnu.org; Mon, 12 Apr 2021 10:44:22 +0200 Date: Mon, 12 Apr 2021 10:44:20 +0200 Message-Id: <87pmyzzycb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #47679 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: tags 47679 fixed close 47679 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: 0.0 (/) 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: -1.0 (-) tags 47679 fixed close 47679 28.1 quit From unknown Sat Jun 21 12:30:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47679: 28.0.50; python-shell-switch-to-shell redisplay bug Resent-From: Shitikanth Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Apr 2021 18:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47679 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed To: Lars Ingebrigtsen Cc: 47679@debbugs.gnu.org Received: via spool by 47679-submit@debbugs.gnu.org id=B47679.16182519591321 (code B ref 47679); Mon, 12 Apr 2021 18:26:01 +0000 Received: (at 47679) by debbugs.gnu.org; 12 Apr 2021 18:25:59 +0000 Received: from localhost ([127.0.0.1]:58051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lW1G3-0000LF-7F for submit@debbugs.gnu.org; Mon, 12 Apr 2021 14:25:59 -0400 Received: from mail-pg1-f172.google.com ([209.85.215.172]:43768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lW1G1-0000L3-PO for 47679@debbugs.gnu.org; Mon, 12 Apr 2021 14:25:58 -0400 Received: by mail-pg1-f172.google.com with SMTP id p12so10053608pgj.10 for <47679@debbugs.gnu.org>; Mon, 12 Apr 2021 11:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tHrZSScCkl04TIc6RIxvOjkdVQ7lTqq6YcTiDbV/IqU=; b=GuVqTT97SXt4rstxG532iSWRR4UsL0Wswu3ics7ASHCIPd2vrR1NWd5yDTSvaT1m9t egsW9pU4w5O5ygn4pvpBUZnDBJN6FN5dRzTCPd/652l2OMSqg/R2TfZFRGBmJ2WvkvOi qHRnillmCeNt0YpmibDnz7Fe4fqk0HcdHjiBxvPWjaN2jXApzmRiD0HJVybJFd9MbP9E FIkWxzP0IjoFBoD6XNMzu8vHj6EmC5sp4friG2Ce35oaKnSljCiZo6gjEvi6zOviBHyr xYqlSGwMgSURxjNa/p4h+8IUW9qo3G01mqUQ291RhVoCzGLjnMU/AcDM8u0buycQDQoq uPcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tHrZSScCkl04TIc6RIxvOjkdVQ7lTqq6YcTiDbV/IqU=; b=SKJH8NA92ndQe/UDHA64TWUFrbfTITRUhh9HNAO0cT/Q+PHefmW6xw0d5eEz3zipdW cpjNuPv0pS3dwYAYUOpqc2+aH7vvQd9zzj/gW74hmzeTpYd6QpTHlggEq9WGOUgg+Abo rjE3FOEfcAW7xvH+pz49YB9Q+9QtpYF3LiCcJ5u8N8LI9QV/2jl7rvVuU04iRyK91sw3 mnulap/GrKOWzfg8WKEGPqOkkONACQIFTEZmtTdNYGMfQ59RN5xUQDfcL24YnR1D+K+A c142nvElNimKVXF4RYmraqV0UD8J9Px1MZAd6rQ0ATA3xwXEBRnoORe3gNzuKLi+fJNa elnA== X-Gm-Message-State: AOAM532cn9UREyhCWqc9Gw6UzRcExOVg+qD6Nyjb202nOE1mmMWswbuU 6FrW0gWkmcwjglqkY+H56G+CUQRLXGkeY9/NlvE= X-Google-Smtp-Source: ABdhPJzMoKQvUHghYcJMtqSSOrUduv4q+LP1uvG+Mqy4PMv2ASwM7KsDoP+12yngyJu+SNqmT2qvvpPOil2LDPdxy3M= X-Received: by 2002:a63:f70e:: with SMTP id x14mr28178172pgh.78.1618251951640; Mon, 12 Apr 2021 11:25:51 -0700 (PDT) MIME-Version: 1.0 References: <87k0pb89m2.fsf@gmail.com> <87r1jfzycg.fsf@gnus.org> In-Reply-To: <87r1jfzycg.fsf@gnus.org> From: Shitikanth Date: Mon, 12 Apr 2021 23:55:39 +0530 Message-ID: Content-Type: multipart/alternative; boundary="000000000000bc140205bfcaa402" X-Spam-Score: 0.3 (/) 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.7 (/) --000000000000bc140205bfcaa402 Content-Type: text/plain; charset="UTF-8" Gladly. How should I start? On Mon, 12 Apr 2021 at 14:14, Lars Ingebrigtsen wrote: > Shitikanth writes: > > > Proposed fix. > > Makes sense to me. > > This change was small enough to apply without assigning copyright to the > FSF, but for future patches you want to submit, it might make sense to > get the paperwork started now, so that subsequent patches can be applied > speedily. Would you be willing to sign such paperwork? > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no > --000000000000bc140205bfcaa402 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Gladly. How should I start?

On Mon, 12 Apr 2021 at 14:14, L= ars Ingebrigtsen <larsi@gnus.org&g= t; wrote:
Shitik= anth <shitika= nth1@gmail.com> writes:

> Proposed fix.

Makes sense to me.

This change was small enough to apply without assigning copyright to the FSF, but for future patches you want to submit, it might make sense to
get the paperwork started now, so that subsequent patches can be applied speedily. Would you be willing to sign such paperwork?

--
(domestic pets only, the antidote for overdose, milk.)
=C2=A0 =C2=A0bloggy blog: http://lars.ingebrigtsen.no
--000000000000bc140205bfcaa402-- From unknown Sat Jun 21 12:30:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47679: 28.0.50; python-shell-switch-to-shell redisplay bug Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Apr 2021 07:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47679 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed To: Shitikanth Cc: 47679@debbugs.gnu.org Received: via spool by 47679-submit@debbugs.gnu.org id=B47679.16182992895023 (code B ref 47679); Tue, 13 Apr 2021 07:35:02 +0000 Received: (at 47679) by debbugs.gnu.org; 13 Apr 2021 07:34:49 +0000 Received: from localhost ([127.0.0.1]:58863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWDZQ-0001Ix-Qi for submit@debbugs.gnu.org; Tue, 13 Apr 2021 03:34:49 -0400 Received: from quimby.gnus.org ([95.216.78.240]:59174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWDZP-0001Il-C9 for 47679@debbugs.gnu.org; Tue, 13 Apr 2021 03:34:48 -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=gnoVdL5rQFoFaDKObd/rKvqVX+nChqV1fTIB8JYNxY8=; b=Rr/MODhUYu9recekOjXYMMGFBl +K5ZbGFB9kFj+P8uwtnTLxFn5wCqBKcGTw+1WLjftfkhJ6O4G7SPcgpRA3BTC2DfiFAqud/claJw4 H4Aa5uSagEiWeboI+sjep0lFn8KwBfncdgazq6Q6prsq0Bj3l7TY4J9ghPtutv1/VorY=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWDZH-0000gs-Hd; Tue, 13 Apr 2021 09:34:41 +0200 From: Lars Ingebrigtsen References: <87k0pb89m2.fsf@gmail.com> <87r1jfzycg.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEXx6Oy8pMpvc6/d aJr///8sYALUAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+UEDQceASu+R0AAAAF1SURBVDjLdZRbgoMw CEXDZAMhbKBkNiCy/70Nj2g1OqkfNofnhbYUP4itrGccpy8M7dg19vF5OAV8RjMH7H0Yud/3mYJX cib/F/C4pxkXEm74AJ3fASPfsoxLVW85mNcWT4fWXstlt28vobIasM8KwngF+8iuEQregI6sycxv APXorRUkFali78xcSPoJNM9W3LbqCZqlqULaSgRX4AwOOeUxAmBR7Jz1Ih8LEIAUsxP4yp5vauln KFANkNpVr9hcfhxsVy2ni61jWri3d+NZPL2DKf9WrR0AVPH0DkoJUyXvE0yKbpXaQ5LZUwGrLQRz RRrsnwOQEJJ1Zfcmh5kAJhAx49hiJRuOvz2A7rmVE2gIRF7Inks5ASXQCUbHK2g1vuR2z3IpZ57g d78AcRAieLxmg/x6FPcQV/rSuQQgDclTRJISQBp8QC+zoM0e3VAQuP/qd60hKUkrBmT5sdeNsJgH r/8C1bbAwXof62Hb2n3acxn+AE6tVO1qmSHXAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA0LTEz VDA3OjMwOjAxKzAwOjAwHlQbjAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wNC0xM1QwNzozMDow MSswMDowMG8JozAAAAAASUVORK5CYII= X-Now-Playing: Marianne Faithfull's _A Child's Adventure_: "Blue Millionaire" Date: Tue, 13 Apr 2021 09:34:39 +0200 In-Reply-To: (Shitikanth's message of "Mon, 12 Apr 2021 23:55:39 +0530") Message-ID: <87wnt6skmo.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Shitikanth writes: > Gladly. How should I start? Here's the form to get started: 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.0 (/) 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.0 (-) Shitikanth writes: > Gladly. How should I start? Here's the form to get started: Please email the following information to assign@gnu.org, and we will send you the assignment form for your past and future changes. Please use your full legal name (in ASCII characters) as the subject line of the message. ---------------------------------------------------------------------- REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES [What is the name of the program or package you're contributing to?] Emacs [Did you copy any files or text written by someone else in these changes? Even if that material is free software, we need to know about it.] [Do you have an employer who might have a basis to claim to own your changes? Do you attend a school which might make such a claim?] [For the copyright registration, what country are you a citizen of?] [What year were you born?] [Please write your email address here.] [Please write your postal address here.] [Which files have you changed so far, and which new files have you written so far?]