From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#48998: 28.0.50; pyton readline warning improve Date: Sun, 13 Jun 2021 11:46:05 +0300 Message-ID: <83r1h66tki.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38850"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48998@debbugs.gnu.org To: Ben Schw Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 13 10:47:12 2021 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 1lsLlw-0009xB-FE for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 13 Jun 2021 10:47:12 +0200 Original-Received: from localhost ([::1]:53478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsLlv-0004qE-HS for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 13 Jun 2021 04:47:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsLlm-0004q1-Kg for bug-gnu-emacs@gnu.org; Sun, 13 Jun 2021 04:47:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59322) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsLlm-0004o5-Dm for bug-gnu-emacs@gnu.org; Sun, 13 Jun 2021 04:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsLlm-000881-AL for bug-gnu-emacs@gnu.org; Sun, 13 Jun 2021 04:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Jun 2021 08:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48998 X-GNU-PR-Package: emacs Original-Received: via spool by 48998-submit@debbugs.gnu.org id=B48998.162357397931195 (code B ref 48998); Sun, 13 Jun 2021 08:47:02 +0000 Original-Received: (at 48998) by debbugs.gnu.org; 13 Jun 2021 08:46:19 +0000 Original-Received: from localhost ([127.0.0.1]:42635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsLl5-000875-05 for submit@debbugs.gnu.org; Sun, 13 Jun 2021 04:46:19 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsLl3-00086t-Mh for 48998@debbugs.gnu.org; Sun, 13 Jun 2021 04:46:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37698) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsLky-0004FS-Ea; Sun, 13 Jun 2021 04:46:12 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4118 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsLky-0002li-2X; Sun, 13 Jun 2021 04:46:12 -0400 In-Reply-To: (message from Ben Schw on Sun, 13 Jun 2021 10:29:58 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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:208412 Archived-At: > From: Ben Schw > Date: Sun, 13 Jun 2021 10:29:58 +0200 > > See attached patch. > lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe): > If you just start out with python it is not obvious that "readline" is a > pip package that you can install. And as a new user you will get this > warning because readline is not installed. Thanks, but which file is your patch for? And how is that patch relevant to the issue with python.el which you describe?