From unknown Sat Aug 16 21:11:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25614: Emacs 25.2 RC1 didn't fix bug 25067 Emacs pretest 25.1.90 - ipython completion Resent-From: Edward Flanigan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Feb 2017 18:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25614 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25614@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.148614757621091 (code B ref -1); Fri, 03 Feb 2017 18:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Feb 2017 18:46:16 +0000 Received: from localhost ([127.0.0.1]:55355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZisC-0005Tt-8n for submit@debbugs.gnu.org; Fri, 03 Feb 2017 13:46:16 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZisA-0005OM-Sj for submit@debbugs.gnu.org; Fri, 03 Feb 2017 13:46:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZis5-000264-2O for submit@debbugs.gnu.org; Fri, 03 Feb 2017 13:46:09 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE, RECEIVED_FROM_WINDOWS_HOST,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42186) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZis4-00025h-Uu for submit@debbugs.gnu.org; Fri, 03 Feb 2017 13:46:08 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZis3-0001VN-T8 for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2017 13:46:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZis0-00023c-Qx for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2017 13:46:07 -0500 Received: from col004-omc3s9.hotmail.com ([65.55.34.147]:57240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZis0-00023A-Co for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2017 13:46:04 -0500 Received: from NAM03-DM3-obe.outbound.protection.outlook.com ([65.55.34.137]) by COL004-OMC3S9.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 3 Feb 2017 10:46:02 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=38tCtH5P9ULpM5U1d9iWCZJBmT7D5iAS0JNKVj4UNzE=; b=r3CuOB16FMu42vx7CTNIaeLHC0s62Xum4lckCQhCTV0piYMFV3o1btJRoSAWnrL5u4FGIKgXUzgpD9S9u3i7t+hbPI6JdxRCn0VM0TDiEdklv9HL983rD8VPisHVyaObDZjYNTeYwe9WDC1KgCuM7WNYPyxO/5Rqrj44QhDKRsAEOH2VyVfb7RITN9a9mWzL0/4fQrBfbn2M7iisIVMcIJIFuzFVYM1YIo7rm5EfxAzVhWTU5ea4CNf5XwGGnJ8HfFtYXDOYx/6QNVnjgblyKXZSxyhcsZWmnxwVR348XZuDMx4iNbZYEORC5yGLFEx18AkRwdw1f3gUVs3voV3RrA== Received: from BY2NAM03FT050.eop-NAM03.prod.protection.outlook.com (10.152.84.51) by BY2NAM03HT169.eop-NAM03.prod.protection.outlook.com (10.152.85.244) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.888.7; Fri, 3 Feb 2017 18:45:51 +0000 Received: from BN6PR08MB2434.namprd08.prod.outlook.com (10.152.84.56) by BY2NAM03FT050.mail.protection.outlook.com (10.152.85.137) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.888.7 via Frontend Transport; Fri, 3 Feb 2017 18:45:51 +0000 Received: from BN6PR08MB2434.namprd08.prod.outlook.com ([10.168.226.8]) by BN6PR08MB2434.namprd08.prod.outlook.com ([10.168.226.8]) with mapi id 15.01.0874.025; Fri, 3 Feb 2017 18:45:51 +0000 From: Edward Flanigan Thread-Topic: Emacs 25.2 RC1 didn't fix bug 25067 Emacs pretest 25.1.90 - ipython completion Thread-Index: AQHSfk29RGxU6QIqDEK6zFyfv1uBdQ== Date: Fri, 3 Feb 2017 18:45:51 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: gnu.org; dkim=none (message not signed) header.d=none;gnu.org; dmarc=none action=none header.from=hotmail.com; x-incomingtopheadermarker: OriginalChecksum:526597B1BE76919DBA2C7AB0FD0133E42FBC246A9084CFF8CF1F3C2B803A9D13; UpperCasedChecksum:FB69771482B634A39EB932B71B2360ADF42814D946D120E5FA7C54DAFFC3AE81; SizeAsReceived:7728; Count:39 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [XlppvYYvHOQIc/ZSReqL+pZUiOK9AWiR] x-incomingheadercount: 39 x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1; BY2NAM03HT169; 5:v20f6esAERlQB07sqBhGsWSEo4mPwisIjUDHG3sDD025kPP1IkyHb9QshHUlnh24UGI6tBC3E/7gQJL76+tf0YDjWZ+mGcYCCcU/kn3gtkneh/vvoPfu7WQZDhHBwMBmFKKDZuFaVwYlntmgLjOC9w==; 24:8weTbKEWbSB7PuO0KsIyPeR+IAB+btYelJqLVK4uwsy+anz6qed7MtFl7wbo01RW44Iyw5Wcpm1raL12dqukRmuogOnXFCRvKjK9RFvkD7s=; 7:9GHRYqzEno0leycxm/yeVxrXEV8bVLySWxXulkymfhbgrW4iNFprLOr43XCwvwltilt8+w8tqncab8Zj8UnGWskxu1CPbZ8GH/QSIkP+a4jQdKStfaBuy3lTZDU2EN/40DZeYKmqHzUiHYm8gC482HOlUuxq8vafM3GBXTujV0ntlxavqpFAoZXPocqsstdBBV/No1HdI0tousuM97IPr2ydA1ftMB73Eg8Ayto80hOVxjqQQXY8zbqKoTtz6deh7gaXGof6aakRU0k3QC0TJzFyUWJyStBEXUUrSBAf2a0yRVDUct9Di/5IBMsY6PK4qTbkyQFjt25aBWxjVlkr7eH69eqWb90s5ZsbOEmIP16KOBVoORIvnvmG1ti2m2yFklTrGirpOpukt0pLoc64g/vlHe50kavDaoPI4s7WSmsRXnwqETzfRa0lBH84Y2xmlldVfiFRZxYqyxTgXdk+v5g6y/opsMKJwTK5Di2yQa6yuOhFli9CtryCbggKEqqcrDwW9jo2M7sBRph5Wf26MA== x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(10019020)(98900005); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2NAM03HT169; H:BN6PR08MB2434.namprd08.prod.outlook.com; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: b183a1d3-3a6c-4648-e838-08d44c64e071 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(1601124038)(5061506426)(5061507331)(1603103135)(1601125107)(1603101373)(1701031045); SRVR:BY2NAM03HT169; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444111334)(432015086)(82015046); SRVR:BY2NAM03HT169; BCL:0; PCL:0; RULEID:; SRVR:BY2NAM03HT169; x-forefront-prvs: 02070414A1 spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: multipart/alternative; boundary="_000_BN6PR08MB2434FAFE51EB67363670D50BAE4F0BN6PR08MB2434namp_" MIME-Version: 1.0 X-OriginatorOrg: hotmail.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Feb 2017 18:45:51.0983 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2NAM03HT169 X-OriginalArrivalTime: 03 Feb 2017 18:46:02.0277 (UTC) FILETIME=[C493D550:01D27E4D] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) 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.8 (---) --_000_BN6PR08MB2434FAFE51EB67363670D50BAE4F0BN6PR08MB2434namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I understand if a fix isn't ready but I would prefer if features were not r= emoved when moving from 25.1 to 25.2 --_000_BN6PR08MB2434FAFE51EB67363670D50BAE4F0BN6PR08MB2434namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I understand if a fix isn't ready but I would prefer if features were no= t removed when moving from 25.1 to 25.2


--_000_BN6PR08MB2434FAFE51EB67363670D50BAE4F0BN6PR08MB2434namp_-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 03 14:38:23 2017 Received: (at control) by debbugs.gnu.org; 3 Feb 2017 19:38:23 +0000 Received: from localhost ([127.0.0.1]:55374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZjgd-0007JH-38 for submit@debbugs.gnu.org; Fri, 03 Feb 2017 14:38:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46921) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZjgb-0007J5-Cj for control@debbugs.gnu.org; Fri, 03 Feb 2017 14:38:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZjgV-00061r-FB for control@debbugs.gnu.org; Fri, 03 Feb 2017 14:38:16 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZjgV-00061l-BY for control@debbugs.gnu.org; Fri, 03 Feb 2017 14:38:15 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cZjgV-0002wq-05 for control@debbugs.gnu.org; Fri, 03 Feb 2017 14:38:15 -0500 Subject: control message for bug 25614 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 03 Feb 2017 14:38:15 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.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: -5.0 (-----) merge 25067 25614 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 21:20:53 2017 Received: (at control) by debbugs.gnu.org; 8 Feb 2017 02:20:53 +0000 Received: from localhost ([127.0.0.1]:59444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cbHsK-0003i7-S0 for submit@debbugs.gnu.org; Tue, 07 Feb 2017 21:20:53 -0500 Received: from mail-io0-f169.google.com ([209.85.223.169]:36592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cbHsJ-0003hr-Ho; Tue, 07 Feb 2017 21:20:51 -0500 Received: by mail-io0-f169.google.com with SMTP id j13so105548852iod.3; Tue, 07 Feb 2017 18:20:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=PwXaj/PPJ7KKWLe7HHekcAEU5chyViIz4ECii3P3nbc=; b=aLF4FG9anTjWv7FjVCpImyAwXJ0ClEvAJd3vS6G6uZHq5axzp4s0nOW9Pvl9YZQCu8 dSIDKQ0dRcqS/NSuBkUFSIwrkKX2Rk0pJgXZV2HuMvj2pJNoOAC4GxH1Qu+eakb9QKKs 6N6sEdh4dJy3+mtWC2oJm6jB8o9oueOqcJcRF9M/4osKXEBnwlAbpowUZZeT1cQDoOZu yWIxzWSnNIgqaJAIGSV9s35hCkkeULFJ0ndo39togjy/tdCzvNXslpgciKYmVa+OtngB UWFS/se2xuAhkdpvgjk9IlN4I0Pw0DCdsE115gF6wMIEF34PwtqtyUijTaJzHg644xTP WqFA== 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:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version :content-transfer-encoding; bh=PwXaj/PPJ7KKWLe7HHekcAEU5chyViIz4ECii3P3nbc=; b=TFJ2xC4Ff1rxwDBAqjbd1YigzvxyjCYIXD5xr/SIFXtHlMNemSCsJ6DH6AzC/BsFrC 8hZ12BzVXYNW9s9ekV4zNxWQPYr4zmwXB7gWuTaFmcMwldkavHbKHAfpBKYlgMGg+o1D eCXeUbIzMiJ6SOkRoBKtvd9wUAmzEMFOD9i1IkLlBVPTmHaZhl1h0KfnJ6iXLRk3B3YM b4bB6SRKHbBEkQzhtUMhJpDjkN7+WU0jzXUBbtBsegUXcX5NJ3tEU2W+HpNAoQ5Wws3X nrWCoUJALLBvSkkQMQUi2o3ED0VuZpo9wewItI5fzD6tfm8gaH37WZ5uvnkFA0krugn0 xmoA== X-Gm-Message-State: AMke39kEuqMgdrxBZCa/qqNEmAXs9sDoZNdsK0X0pYQ42DNvvI0adbCIEKqHYz5OhmMSoQ== X-Received: by 10.107.152.144 with SMTP id a138mr7914485ioe.207.1486520445970; Tue, 07 Feb 2017 18:20:45 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id j79sm301706itb.0.2017.02.07.18.20.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 07 Feb 2017 18:20:45 -0800 (PST) From: npostavs@users.sourceforge.net To: Eli Zaretskii Subject: Re: bug#25067: #25067 Emacs pretest 25.1.91 - ipython completion References: <87bmuiq0tf.fsf@users.sourceforge.net> <83zii28hc5.fsf@gnu.org> <877f56ow99.fsf@users.sourceforge.net> <83bmuh99ud.fsf@gnu.org> <162a8f30-62f1-0794-b53b-dca912461521@live.com> <831sva6ml3.fsf@gnu.org> Date: Tue, 07 Feb 2017 21:21:54 -0500 In-Reply-To: <831sva6ml3.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 07 Feb 2017 17:35:04 +0200") Message-ID: <877f51o20t.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: control Cc: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel , eflanigan00@hotmail.com, 25067@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: -2.1 (--) tags 25067 fixed close 25067 25.2 quit Eli Zaretskii writes: >> Cc: 25067@debbugs.gnu.org, eflanigan00@hotmail.com >> From: Cl=C3=A9ment Pit--Claudel >> Date: Mon, 6 Feb 2017 20:51:46 -0500 >>=20 >> >>>> The behaviour from 25.1 can be restored by doing >> >>>> >> >>>> (add-to-list 'python-shell-completion-native-disabled-interpret= ers >> >>>> "ipython") >> >>>> >> >>>> So it looks like the problem is the fix for #24401 which enables na= tive >> >>>> completion work for python 3.5, also enables it for ipython, but na= tive >> >>>> completion doesn't actually work for ipython. >> >>> >> >>> Is there any safe way to fix this for Emacs 25.2? >> >> >> >> I think the patch below is safe. >> >=20 >> > I agree. Cl=C3=A9ment, any objections? >>=20 >> None. The patch looks great, thanks! > > Thanks. Let's get it into the emacs-25 branch, then. Pushed [1: 0ba9932d14] 1: 2017-02-07 21:18:19 -0500 0ba9932d1446e91fcc96f1d3303fac5ca5029d71 Disable native completion for ipython (Bug#25067)