From unknown Wed Jun 18 23:05:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#28499 <28499@debbugs.gnu.org> To: bug#28499 <28499@debbugs.gnu.org> Subject: Status: 27.0.50; Improve python.el fallback shell completion python3 compatibility Reply-To: bug#28499 <28499@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:05 +0000 retitle 28499 27.0.50; Improve python.el fallback shell completion python3 = compatibility reassign 28499 emacs submitter 28499 J=C3=B6rg Behrmann severity 28499 normal tag 28499 fixed patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 11:32:33 2017 Received: (at submit) by debbugs.gnu.org; 18 Sep 2017 15:32:33 +0000 Received: from localhost ([127.0.0.1]:46615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dty2B-0004Pv-Bq for submit@debbugs.gnu.org; Mon, 18 Sep 2017 11:32:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtxuq-0004Cl-4o for submit@debbugs.gnu.org; Mon, 18 Sep 2017 11:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtxuj-0004mN-ND for submit@debbugs.gnu.org; Mon, 18 Sep 2017 11:24:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44231) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtxuj-0004mF-J9 for submit@debbugs.gnu.org; Mon, 18 Sep 2017 11:24:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtxuh-0005C8-SY for bug-gnu-emacs@gnu.org; Mon, 18 Sep 2017 11:24:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtxuc-0004jv-KY for bug-gnu-emacs@gnu.org; Mon, 18 Sep 2017 11:24:47 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:36658) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtxuc-0004ic-Br for bug-gnu-emacs@gnu.org; Mon, 18 Sep 2017 11:24:42 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for bug-gnu-emacs@gnu.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1dtxuY-000T1s-Py>; Mon, 18 Sep 2017 17:24:38 +0200 Received: from p5ddb0849.dip0.t-ipconnect.de ([93.219.8.73] helo=boltzmann) by inpost2.zedat.fu-berlin.de (Exim 4.85) for bug-gnu-emacs@gnu.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1dtxuY-000ARX-I1>; Mon, 18 Sep 2017 17:24:38 +0200 From: =?utf-8?Q?J=C3=B6rg?= Behrmann To: bug-gnu-emacs@gnu.org Subject: 27.0.50; Improve python.el fallback shell completion python3 compatibility Date: Mon, 18 Sep 2017 17:23:40 +0200 Message-ID: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Originating-IP: 93.219.8.73 X-ZEDAT-Hint: A X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [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: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 18 Sep 2017 11:32:30 -0400 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 (-----) --=-=-= Content-Type: text/plain When using IPython as the python-shell-interpreter using (setq python-shell-interpreter "ipython" python-shell-interpreter-args "-i --simple-prompt") the fallback shell completion is used. When this IPython is using the python3-interpreter upon resting point on a function name some information is shown using eldoc, but also /usr/sbin/ipython:21: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() This can be easily fixed by customizing python-eldoc-setup-code to not only account for the differing str_type between python2 and python3, but to also either set inspect.getargspec or inspect.getfullargspec as inspection function. In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-18 built on boltzmann Repository revision: 61a5c30e70926f48480b03b79f4f531c8d64418e Windowing system distributor 'The X.Org Foundation', version 11.0.11903000 System Description: Arch Linux Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Configured using: 'configure --prefix=/home/drako/.devlocal' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 LIBSYSTEMD LCMS2 Important settings: value of $LC_COLLATE: de_DE.utf8 value of $LC_MONETARY: de_DE.utf8 value of $LC_NUMERIC: en_US.utf8 value of $LC_TIME: de_DE.utf8 value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Python Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message subr-x puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils python easymenu tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize shell pcomplete parse-time format-spec advice auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map seq byte-opt gv bytecomp byte-compile cconv comint ring cl-loaddefs cl-lib ansi-color elec-pair time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 224182 11719) (symbols 48 22573 1) (miscs 40 52 176) (strings 32 36999 1441) (string-bytes 1 1087109) (vectors 16 38977) (vector-slots 8 758280 10386) (floats 8 67 517) (intervals 56 468 0) (buffers 992 12)) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Improve-python3-compatibility-of-fallback-completion.patch >From 5f7f6d47504b53e80e6bd948aa46d77612ff8504 Mon Sep 17 00:00:00 2001 From: Joerg Behrmann Date: Mon, 18 Sep 2017 16:59:49 +0200 Subject: [PATCH] Improve python3-compatibility of fallback completion * lisp/progmodes/python.el (python-eldoc-setup-code): Use inspect.getfullargspec instead of inspect.getargspec to avoid a deprecation warning on every usage of eldoc in python-mode --- lisp/progmodes/python.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f3513ced4b..365191c56b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -4271,8 +4271,10 @@ python-eldoc-setup-code import inspect try: str_type = basestring + argspec_function = inspect.getargspec except NameError: str_type = str + argspec_function = inspect.getfullargspec if isinstance(obj, str_type): obj = eval(obj, globals()) doc = inspect.getdoc(obj) @@ -4285,9 +4287,7 @@ python-eldoc-setup-code target = obj objtype = 'def' if target: - args = inspect.formatargspec( - *inspect.getargspec(target) - ) + args = inspect.formatargspec(*argspec_function(target)) name = obj.__name__ doc = '{objtype} {name}{args}'.format( objtype=objtype, name=name, args=args -- 2.14.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 22 20:21:04 2017 Received: (at 28499) by debbugs.gnu.org; 23 Sep 2017 00:21:04 +0000 Received: from localhost ([127.0.0.1]:53341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dvYBs-0002cU-6X for submit@debbugs.gnu.org; Fri, 22 Sep 2017 20:21:04 -0400 Received: from mail-io0-f180.google.com ([209.85.223.180]:46324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dvYBp-0002bY-M9; Fri, 22 Sep 2017 20:21:02 -0400 Received: by mail-io0-f180.google.com with SMTP id d16so5882314ioj.3; Fri, 22 Sep 2017 17:21:01 -0700 (PDT) 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=FSlkTeFdaozsE7NlaDmhHC1c5jgIEQT9EuW8/7L1Iw0=; b=jMJm9MMI6I59hVAbF0HMHm887LnKyIejB6xmkm95QuOUrQd6ze5IVv5j+p658eT8JC q5AzojSCWkhkQmSBcdUr7f2c3wKHReqUFDaxU5UkBRi2ORgckXpAAZRwKbb3Qs4xwMgj 7WmmVEXZ8Pl0PMgnuyNyZPGQUNaEUwzENUE9q3lEi5C8FZZMC6fyfG5j5gz0kHumTmJb sgNrMsgYLdqKAyWTTOdc2YLVPrLber+rbEBv9JtwC00dEKsVlspJryqcKNEMaMV5t0/h BiZs73k+LZEaiKAJdHdzOsh410KP9obcjSCSYI/E/HZuRSl+iM5PsJATNO5mAnbYvPO2 vWFQ== 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=FSlkTeFdaozsE7NlaDmhHC1c5jgIEQT9EuW8/7L1Iw0=; b=MGTUFZo/OepQW8rlURlRucxGRXDp+9vNDmkZ0i1ntXeny9Z103Nq5Zd3ywOHRrrTtd VZuyDIlU02tdfXhW5uSlDP54kA607JCgZIAyrImSJ6JDJ1neutGD/B2ifeKzHmXWSbO0 mcJqq/UnIMcncMlHjo9waa/R56R5KYFCE+muDlvoK97vx5E7XiLF7+/crUtb154cQPBL K159dl7hGeiUatKOkYAXlYgRP45XaOrTFcbGzOZKKWV20OuJ/MTbCPDE7jlUU1I1lCh9 zXrXBtdm9KRJK7v635GASr2pgUZA+z09SXXNjIpwsChAzVVgi5iJcr57TWregMmO0Txj REFw== X-Gm-Message-State: AHPjjUhoRBs3hkWl3AV5kGIvgRZgOU9agYu5L8eyOo/UOVrcBSLq79dj 8yEnGU08yzyIL32RbHAzhb76yQ== X-Google-Smtp-Source: AOwi7QDpOrGNGREAkMn6CMbUEt6jxd39Gh+FcYnpWyvebb5w7sex5kC+66JEiCppSHNtuh6AKNQPPg== X-Received: by 10.107.201.84 with SMTP id z81mr1377763iof.96.1506126055582; Fri, 22 Sep 2017 17:20:55 -0700 (PDT) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id l195sm1389820itl.2.2017.09.22.17.20.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Sep 2017 17:20:54 -0700 (PDT) From: Noam Postavsky To: =?utf-8?Q?J=C3=B6rg?= Behrmann Subject: Re: bug#28499: 27.0.50; Improve python.el fallback shell completion python3 compatibility References: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> Date: Fri, 22 Sep 2017 20:20:53 -0400 In-Reply-To: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> (=?utf-8?Q?=22J=C3=B6rg?= Behrmann"'s message of "Mon, 18 Sep 2017 17:23:40 +0200") Message-ID: <87efqynu3e.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (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: 28499 Cc: 28499@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 28499 + patch quit J=C3=B6rg Behrmann writes: > When using IPython as the python-shell-interpreter using > > (setq python-shell-interpreter "ipython" > python-shell-interpreter-args "-i --simple-prompt") > > the fallback shell completion is used. When this IPython is using the > python3-interpreter upon resting point on a function name some > information is shown using eldoc, but also=20 > > /usr/sbin/ipython:21: DeprecationWarning: inspect.getargspec() is depreca= ted, use inspect.signature() or inspect.getfullargspec() > > This can be easily fixed by customizing python-eldoc-setup-code to not > only account for the differing str_type between python2 and python3, but > to also either set inspect.getargspec or inspect.getfullargspec as > inspection function. Thank! Have you assigned copyright to Emacs? (The patch is small enough to install regardless, I only ask to know whether it should be marked as copyright exempt or not.) >>>From 5f7f6d47504b53e80e6bd948aa46d77612ff8504 Mon Sep 17 00:00:00 2001 > From: Joerg Behrmann > Date: Mon, 18 Sep 2017 16:59:49 +0200 > Subject: [PATCH] Improve python3-compatibility of fallback completion > > * lisp/progmodes/python.el (python-eldoc-setup-code): > Use inspect.getfullargspec instead of inspect.getargspec to avoid > a deprecation warning on every usage of eldoc in python-mode > --- > lisp/progmodes/python.el | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el > index f3513ced4b..365191c56b 100644 > --- a/lisp/progmodes/python.el > +++ b/lisp/progmodes/python.el > @@ -4271,8 +4271,10 @@ python-eldoc-setup-code > import inspect > try: > str_type =3D basestring > + argspec_function =3D inspect.getargspec > except NameError: > str_type =3D str > + argspec_function =3D inspect.getfullargspec > if isinstance(obj, str_type): > obj =3D eval(obj, globals()) > doc =3D inspect.getdoc(obj) > @@ -4285,9 +4287,7 @@ python-eldoc-setup-code > target =3D obj > objtype =3D 'def' > if target: > - args =3D inspect.formatargspec( > - *inspect.getargspec(target) > - ) > + args =3D inspect.formatargspec(*argspec_function(target)) > name =3D obj.__name__ > doc =3D '{objtype} {name}{args}'.format( > objtype=3Dobjtype, name=3Dname, args=3Dargs From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 23 02:56:33 2017 Received: (at 28499) by debbugs.gnu.org; 23 Sep 2017 06:56:33 +0000 Received: from localhost ([127.0.0.1]:53448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dveMb-0005aP-0q for submit@debbugs.gnu.org; Sat, 23 Sep 2017 02:56:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58011) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dveMa-0005aA-0X for 28499@debbugs.gnu.org; Sat, 23 Sep 2017 02:56:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dveMR-00084l-N1 for 28499@debbugs.gnu.org; Sat, 23 Sep 2017 02:56:26 -0400 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]:32826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dveMR-00084f-J5; Sat, 23 Sep 2017 02:56:23 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1388 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dveMQ-0006Cm-Pp; Sat, 23 Sep 2017 02:56:23 -0400 Date: Sat, 23 Sep 2017 09:56:20 +0300 Message-Id: <83fubdc38r.fsf@gnu.org> From: Eli Zaretskii To: Noam Postavsky In-reply-to: <87efqynu3e.fsf@users.sourceforge.net> (message from Noam Postavsky on Fri, 22 Sep 2017 20:20:53 -0400) Subject: Re: bug#28499: 27.0.50; Improve python.el fallback shell completion python3 compatibility References: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> <87efqynu3e.fsf@users.sourceforge.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 28499 Cc: behrmann@physik.fu-berlin.de, 28499@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Noam Postavsky > Date: Fri, 22 Sep 2017 20:20:53 -0400 > Cc: 28499@debbugs.gnu.org > > Thank! Have you assigned copyright to Emacs? (The patch is small > enough to install regardless, I only ask to know whether it should be > marked as copyright exempt or not.) Jörg's name is not on file, no. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 23 06:35:32 2017 Received: (at 28499) by debbugs.gnu.org; 23 Sep 2017 10:35:32 +0000 Received: from localhost ([127.0.0.1]:53524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dvhmW-0002bt-Eq for submit@debbugs.gnu.org; Sat, 23 Sep 2017 06:35:32 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:37284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dvhmU-0002bl-4E for 28499@debbugs.gnu.org; Sat, 23 Sep 2017 06:35:30 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1dvhmR-003lpC-3u>; Sat, 23 Sep 2017 12:35:27 +0200 Received: from p54ac647b.dip0.t-ipconnect.de ([84.172.100.123] helo=boltzmann.localdomain) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1dvhmQ-003ORq-RM>; Sat, 23 Sep 2017 12:35:27 +0200 Date: Sat, 23 Sep 2017 12:35:24 +0200 From: =?iso-8859-1?Q?J=F6rg?= Behrmann To: Eli Zaretskii Subject: Re: bug#28499: 27.0.50; Improve python.el fallback shell completion python3 compatibility Message-ID: <20170923103524.GB15770@boltzmann.localdomain> References: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> <87efqynu3e.fsf@users.sourceforge.net> <83fubdc38r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline In-Reply-To: <83fubdc38r.fsf@gnu.org> User-Agent: Mutt/1.9.0 (2017-09-02) X-Originating-IP: 84.172.100.123 X-ZEDAT-Hint: A X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 28499 Cc: 28499@debbugs.gnu.org, Noam Postavsky 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.3 (--) --l76fUT7nc3MelDdI Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have not, but I am happy to and I have just written a mail to assign@gnu.= org to start the process. This is my first contribution though and it is trivia= lly small (i.e. smaller than 15 lines), so I think it could be merged without t= he copyright assignment. Is the patch acceptable in its current form or is there anything else I nee= d to do? On Sat, Sep 23, 2017 at 09:56:20AM +0300, Eli Zaretskii wrote: > > From: Noam Postavsky > > Date: Fri, 22 Sep 2017 20:20:53 -0400 > > Cc: 28499@debbugs.gnu.org > >=20 > > Thank! Have you assigned copyright to Emacs? (The patch is small > > enough to install regardless, I only ask to know whether it should be > > marked as copyright exempt or not.) >=20 > J=F6rg's name is not on file, no. --l76fUT7nc3MelDdI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEgz+ipChu9WNmFe5ewAjtEhaVhfYFAlnGOOkACgkQwAjtEhaV hfawHg/9ESKsOwCwL32+GvWOFbDV3vG8T8RUaK3qjmtgZ0yY2Imm05XqKpPYdQ5I knuf81KMc8JFAIhnIGZUl/f7B4xTU9WPtewxUaM21+IlP0EGoRTVafNnoLcZmOOM Yo49ZRQJWDgD1tf1iZurO7OLJcjSpI8gLqsmdv0NhCV3T4eiPMFQfTQZmigi7fo5 R9K8UjQYPlHp+k284vNn1H7ntUGSzy6nYkkQeP/U3cgA3C1DZL6bZWlYFevcKR19 vVI821gMnf60Omx+XHsQD6QqlEvK0T77LrhJ3XAPR2Lj0wegZy6Oc6ExOvFOcegm 3MvFlVVvakDQAtATHVsjxEGxCYlVJ1PzYXcgQAIP8qMbCf5LLmcAIW4MZUo4WTB+ OESF5JsNlKRaL+afCSRVbu1z/0v2sXDqIfhSJ8XN14NMOCP7VDbcERzMl3ExMHRe s0LgE7XcG+3eEANOoTtLHpzg9cSV1OEJbEeeZmmyeP0D6ryEJSzR/DbcwaVh7aUv 51ZsA77QgLbNlnYx2L5S3OEkPTdz4DUWjFQEnZCe1FL5theCqtJEKXj0NidrwlJg VpteilBmY9zkg3Du6sgG07UL/kQjF56XV3ZfuHuYAWihdkYW7y6jwfMZYstmMaMi ZQHdNsHr+5b9SWH80L6PZKo6dLxwK9mM5GIXq0TQ7rEAEbGeIxk= =EuBQ -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 25 19:46:37 2017 Received: (at 28499) by debbugs.gnu.org; 25 Sep 2017 23:46:37 +0000 Received: from localhost ([127.0.0.1]:59220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dwd5A-0003KF-SG for submit@debbugs.gnu.org; Mon, 25 Sep 2017 19:46:37 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:49729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dwd59-0003D6-07; Mon, 25 Sep 2017 19:46:35 -0400 Received: by mail-io0-f171.google.com with SMTP id 21so11275354iof.6; Mon, 25 Sep 2017 16:46:34 -0700 (PDT) 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=Sx78jRElZxIZxmF/6RlvAwRl1/CLHabeEdK9VrbozoE=; b=ATb5s1gcBOJ+s/3ssRz+4HG9egQ6qDPPx7+rDIEi9T5RIMlCq0yBHvwzmo1ZiFKtkF lRJ1lwEBNLhC8Z/tb/lk1dpCqr08zN+zCy+fNMDzkB4fgi0U1CPdwWC05LlhkcmMVaF9 E4aGt7PfCc4S3QLUIJ9j+JlxsWkL/tLmMvNozwgcoMntF/v2DBqIksO0g+ZwFGuPDJCJ nwrw9lixUt5a1DZRp5w3sjqRrxniWmMNZUibTFEsXgjCGZO8JO9z82Uwo6i/roKsVVJD H9CEyc4s/6wwqNYuI3azaW0DJk2h4czbDlZfABDw6n10r9vjjoa7afgvmPYZhMyPKQYB sOcQ== 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=Sx78jRElZxIZxmF/6RlvAwRl1/CLHabeEdK9VrbozoE=; b=dPWmNstqoyuCD+opsAaFaiooo+CHgfwujKb5yvcqMGe4L/uKwMUxqzeKpuPwdBWoKY XFXkSIED2sBEOojOWNes7Dq0k8BjaRFRRN8cnhkBqzUBZSyYG04kInGs9b9cZeChi/kr zRQSzW99UppzT1jEaGTzGSH/gNtZ2N+WeYa7ozpbTllSH6WlCavOplTL9QpbqMtGqtoP AVhBWYjGc++gJiGHhKvkGKsJzm5wCASSHZkz5rZRWnAlqHwHJZkZPWAQ+sg5PTmB0Ppr 3AyjILEcDL+vGPbZ+5BQ+6RLt30Gnz3024c7vmY9Yo0YmDMfq8kWFYMclN7hQX7JXsa0 YgQA== X-Gm-Message-State: AHPjjUibBrKYMgjEvYbN8kBdWLR27Kuw1Aeu+R88F2GWZ4SJjMfNkXc8 SUCeB3bRyDGkcHK8/OJOGx72NA== X-Google-Smtp-Source: AOwi7QA6JsdgW2G/FGmX6KNhmhn99TqbCS/tCSQpyc4kDKx7+WOzxHXL6USdZKZit4hj4pCWy1L6LA== X-Received: by 10.107.157.129 with SMTP id g123mr12522650ioe.182.1506383189290; Mon, 25 Sep 2017 16:46:29 -0700 (PDT) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id w6sm311971itb.39.2017.09.25.16.46.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 16:46:28 -0700 (PDT) From: Noam Postavsky To: =?utf-8?Q?J=C3=B6rg?= Behrmann Subject: Re: bug#28499: 27.0.50; Improve python.el fallback shell completion python3 compatibility References: <8760cguj2b.fsf@boltzmann.i-did-not-set--mail-host-address--so-tickle-me> <87efqynu3e.fsf@users.sourceforge.net> <83fubdc38r.fsf@gnu.org> <20170923103524.GB15770@boltzmann.localdomain> Date: Mon, 25 Sep 2017 19:46:27 -0400 In-Reply-To: <20170923103524.GB15770@boltzmann.localdomain> (=?utf-8?Q?=22?= =?utf-8?Q?J=C3=B6rg?= Behrmann"'s message of "Sat, 23 Sep 2017 12:35:24 +0200") Message-ID: <87bmlygx4c.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (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: 28499 Cc: Eli Zaretskii , 28499@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 28499 fixed close 28499 26.1 quit J=C3=B6rg Behrmann writes: > I have not, but I am happy to and I have just written a mail to assign@gn= u.org > to start the process. This is my first contribution though and it is triv= ially > small (i.e. smaller than 15 lines), so I think it could be merged without= the > copyright assignment. > > Is the patch acceptable in its current form or is there anything else I n= eed to > do? Nope, it's all good, I've now pushed it to emacs-26. Thanks for the patch! [1: a2244f417a]: 2017-09-25 19:39:19 -0400 Improve python3-compatibility of fallback completion (Bug#28499) http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3Da2244f417a7cf5771= 72cec927b055f0aca9ef282 From unknown Wed Jun 18 23:05:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 24 Oct 2017 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator