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#46610: Interactive mode tagging for python.el navigation functions Date: Thu, 18 Feb 2021 16:41:57 +0200 Message-ID: <83czwx5tfu.fsf@gnu.org> References: <878s7ly57x.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2141"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ddavis@ddavis.io, larsi@gnus.org, 46610@debbugs.gnu.org To: Dmitry Gutov , Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 18 15:42:17 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 1lCkVU-0000RJ-W7 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Feb 2021 15:42:16 +0100 Original-Received: from localhost ([::1]:52848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCkVT-0000Du-Ta for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Feb 2021 09:42:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCkVI-0000Cf-0w for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 09:42:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34942) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lCkVG-0001bV-DR for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 09:42:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lCkVG-0008Jm-B7 for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 09:42: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: Thu, 18 Feb 2021 14:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46610 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 46610-submit@debbugs.gnu.org id=B46610.161365931331959 (code B ref 46610); Thu, 18 Feb 2021 14:42:02 +0000 Original-Received: (at 46610) by debbugs.gnu.org; 18 Feb 2021 14:41:53 +0000 Original-Received: from localhost ([127.0.0.1]:46488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCkV6-0008JP-Nb for submit@debbugs.gnu.org; Thu, 18 Feb 2021 09:41:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42170) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCkV6-0008JC-0H for 46610@debbugs.gnu.org; Thu, 18 Feb 2021 09:41:52 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42681) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCkUz-0001VX-WA; Thu, 18 Feb 2021 09:41:46 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1312 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lCkUz-0000wM-7p; Thu, 18 Feb 2021 09:41:45 -0500 In-Reply-To: (message from Dmitry Gutov on Thu, 18 Feb 2021 13:49:10 +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:200258 Archived-At: > From: Dmitry Gutov > Date: Thu, 18 Feb 2021 13:49:10 +0200 > Cc: 46610@debbugs.gnu.org > > python.el is distributed as "core" package through GNU ELPA and declared > compatibility up to Emacs 24.1. > > So I don't think you can use the new 'interactive' syntax there. So packages on ELPA are allowed to be ahead of those in core, but not vice versa? Is that really the intent that we allow them to diverge, but only in one direction?