From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 05 15:51:39 2014 Received: (at submit) by debbugs.gnu.org; 5 Nov 2014 20:51:39 +0000 Received: from localhost ([127.0.0.1]:50471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xm7YI-0002VL-Tn for submit@debbugs.gnu.org; Wed, 05 Nov 2014 15:51:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57108) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xm7YG-0002VB-17 for submit@debbugs.gnu.org; Wed, 05 Nov 2014 15:51:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm7Y9-0007Jw-Sg for submit@debbugs.gnu.org; Wed, 05 Nov 2014 15:51:35 -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.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, FREEMAIL_FROM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7Y9-0007Js-Q2 for submit@debbugs.gnu.org; Wed, 05 Nov 2014 15:51:29 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7Y3-0000tk-Fi for bug-gnu-emacs@gnu.org; Wed, 05 Nov 2014 15:51:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm7Xx-0007Hs-GO for bug-gnu-emacs@gnu.org; Wed, 05 Nov 2014 15:51:23 -0500 Received: from mail-qa0-x229.google.com ([2607:f8b0:400d:c00::229]:44116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm7Xq-0007F8-TR; Wed, 05 Nov 2014 15:51:10 -0500 Received: by mail-qa0-f41.google.com with SMTP id s7so1134267qap.0 for ; Wed, 05 Nov 2014 12:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:cc:date:message-id:mime-version:content-type; bh=NQ59qDloDPAnQvtu1OHR4nXSmCYJtZzKjhgAb+F08bY=; b=w8T3fcAt3qdF2IVs7xvuipBdflH6affzaz9q5t/o+oo62UDNQzVNnZAOUoieAimA9N LKEVsIjqnqT2gk+UlR8TguGGi8b570sk7JA1gBTrtB/US2hcadVAboI4VygHDkSDCWRe tobbXAgRQAWVghLVFGWkkn4+zaEQO8vGngVMHineX+lYUSIUPe8e94ncHcsPu8REDThy MXyPxHZrABZSLt0ZYbtkMh2YdshDlWr2TXY4bnI9sHSYl+cTfSLlNYJvoSaYoiChl5sv 4mDCJl96CKWDbS6ZHQgyRUviyAWUxEdBNdeIrH2Us/sXQi/+5x64P/1qch82ucFBb64g YZow== X-Received: by 10.140.93.195 with SMTP id d61mr83428955qge.28.1415220669660; Wed, 05 Nov 2014 12:51:09 -0800 (PST) Received: from carlos-jampp ([190.18.155.203]) by mx.google.com with ESMTPSA id q8sm4065458qai.44.2014.11.05.12.50.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 12:50:11 -0800 (PST) From: carlosjosepita@gmail.com To: bug-gnu-emacs@gnu.org Subject: 24.3.94; python eldoc setup code: wrong str test Date: Wed, 05 Nov 2014 17:50:08 -0300 Message-ID: <8761etpe2n.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: submit Cc: fgallina@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (---) The following test (taken from python-eldoc-setup-code) is wrong, since it will accept any object that has an attribute called 'startswith', not necessarilly a string or code object (as required by eval): if hasattr(obj, 'startswith'): obj = eval(obj, globals()) --------------------------------- In GNU Emacs 24.3.94.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2014-10-16 on carlos-jampp Windowing system distributor `The X.Org Foundation', version 11.0.11600000 Configured using: `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' Important settings: value of $LANG: C locale-coding-system: nil Major mode: Custom Minor modes in effect: show-paren-mode: t shell-dirtrack-mode: t yas-global-mode: t yas-minor-mode: t ido-ubiquitous-mode: t ido-everywhere: t winner-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: i m p o r t SPC i n s p e c t i n s p e . g e t s ( + + _ _ P Y D ( ) C-s s t a r t s w C-s C-s C-a C-SPC M-w C-s s e t u p SPC c o C-a C-s C-s C-a M-c C-g M-x r e p o r Recent messages: Quit End of buffer [9 times] Mark saved where search started Quit No match Making completion list... [3 times] Mark saved where search started Mark set Mark saved where search started [2 times] widget-before-change: Text is read-only: "Attempt to change text outside editable field" Quit Load-path shadows: ~/.emacs.d/lisp/rmail hides /usr/share/emacs/24.3.94/lisp/mail/rmail Features: (shadow sort gnus-util mail-extr emacsbug message idna rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch pp cus-edit cus-start cus-load wid-edit vc-git python json server paredit edmacro kmacro paren cl-macs ob-python ob-R org byte-opt bytecomp byte-compile cconv org-macro org-footnote org-pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs ess-toolbar ess-mouse mouseme thingatpt browse-url ess-menu ess-swv ess-noweb ess-noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a shell pcomplete ess-sta-d ess-sta-l cc-vars cc-defs make-regexp ess-sp6-d ess-sp3-d ess-julia ess-r-d compile ess-tracebug format-spec ess-roxy hideshow ess-help ess-developer ess-r-args eldoc ess-s-l ess ess-inf comint ansi-color ess-mode ess-noweb-mode ess-utils time-date ess-custom executable ess-compat ess-site yasnippet help-mode cl gv ido-ubiquitous cl-loaddefs cl-lib advice help-fns imenu-anywhere imenu ido windmove winner ring info easymenu package epg-config wombat-theme tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer 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 make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 255413 31287) (symbols 48 34750 0) (miscs 40 1843 1307) (strings 32 64264 12709) (string-bytes 1 1904291) (vectors 16 33810) (vector-slots 8 1414795 14406) (floats 8 622 276) (intervals 56 1466 439) (buffers 960 19) (heap 1024 54735 1274)) From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 15 13:52:16 2014 Received: (at 18962-done) by debbugs.gnu.org; 15 Nov 2014 18:52:16 +0000 Received: from localhost ([127.0.0.1]:34096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XpiSG-00069r-0V for submit@debbugs.gnu.org; Sat, 15 Nov 2014 13:52:16 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:53603) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XpiSE-00069j-0C for 18962-done@debbugs.gnu.org; Sat, 15 Nov 2014 13:52:14 -0500 Received: from [190.246.172.180] (port=38953 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XpiSC-0000h1-RW for 18962-done@debbugs.gnu.org; Sat, 15 Nov 2014 13:52:13 -0500 From: fgallina@gnu.org (=?utf-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) To: 18962-done@debbugs.gnu.org Subject: 24.3.94; python eldoc setup code: wrong str test Date: Sat, 15 Nov 2014 15:52:10 -0300 Message-ID: <87bno8guud.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 18962-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (-----) Fixed on master at 9ae5396 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 15 23:43:08 2014 Received: (at 18962) by debbugs.gnu.org; 16 Nov 2014 04:43:08 +0000 Received: from localhost ([127.0.0.1]:34246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xprg3-0000Sd-NG for submit@debbugs.gnu.org; Sat, 15 Nov 2014 23:43:07 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:2099) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xprg2-0000SW-GW for 18962@debbugs.gnu.org; Sat, 15 Nov 2014 23:43:06 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AscIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYsdygxoEAgKBHBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDYhvCdEEAQEBAQEBAQMBAQEBAR2RFAcWhDUFjAupDYQaH4J7AQEB X-IPAS-Result: AscIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYsdygxoEAgKBHBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDYhvCdEEAQEBAQEBAQMBAQEBAR2RFAcWhDUFjAupDYQaH4J7AQEB X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="97108325" Received: from 167-88-26-132.cpe.teksavvy.com (HELO pastel.home) ([167.88.26.132]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Nov 2014 23:43:05 -0500 Received: by pastel.home (Postfix, from userid 20848) id 56D969865; Sat, 15 Nov 2014 23:43:05 -0500 (EST) From: Stefan Monnier To: 18962@debbugs.gnu.org Subject: Re: bug#18962: 24.3.94; python eldoc setup code: wrong str test Message-ID: References: <8761etpe2n.fsf@gmail.com> <87bno8guud.fsf@gnu.org> Date: Sat, 15 Nov 2014 23:43:05 -0500 In-Reply-To: <87bno8guud.fsf@gnu.org> (=?windows-1252?Q?=22Fabi=E1n?= Ezequiel Gallina"'s message of "Sat, 15 Nov 2014 15:52:10 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18962 Cc: fgallina@gnu.org, carlosjosepita@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (/) > Fixed on master at 9ae5396 Could you install bug fixes on the `emacs-24' branch instead (unless they aren't applicable there, of course)? Stefan From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 16 14:37:28 2014 Received: (at 18962) by debbugs.gnu.org; 16 Nov 2014 19:37:28 +0000 Received: from localhost ([127.0.0.1]:35570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq5dX-00011O-L2 for submit@debbugs.gnu.org; Sun, 16 Nov 2014 14:37:27 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:1835) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq5dU-00011B-Td for 18962@debbugs.gnu.org; Sun, 16 Nov 2014 14:37:25 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AscIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYsdygxoEAgKBHBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNiG8J0QQBAQEBAQEEAQEBAR6RFAcWhDUFjAupDYQaH4J7AQEB X-IPAS-Result: AscIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYsdygxoEAgKBHBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNiG8J0QQBAQEBAQEEAQEBAR6RFAcWhDUFjAupDYQaH4J7AQEB X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="97141494" Received: from 167-88-26-132.cpe.teksavvy.com (HELO pastel.home) ([167.88.26.132]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Nov 2014 14:37:24 -0500 Received: by pastel.home (Postfix, from userid 20848) id DAA467AB8; Sun, 16 Nov 2014 14:37:23 -0500 (EST) From: Stefan Monnier To: 18962@debbugs.gnu.org Subject: Re: bug#18962: 24.3.94; python eldoc setup code: wrong str test Message-ID: References: <8761etpe2n.fsf@gmail.com> <87bno8guud.fsf@gnu.org> Date: Sun, 16 Nov 2014 14:37:23 -0500 In-Reply-To: (Stefan Monnier's message of "Sat, 15 Nov 2014 23:43:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18962 Cc: fgallina@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (/) >> Fixed on master at 9ae5396 > Could you install bug fixes on the `emacs-24' branch instead (unless > they aren't applicable there, of course)? Hmm... I see you've done that for the other fixes, so I assume this one was not applicable to emacs-24, sorry for the noise, Stefan From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 16 15:26:43 2014 Received: (at 18962) by debbugs.gnu.org; 16 Nov 2014 20:26:43 +0000 Received: from localhost ([127.0.0.1]:35615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq6PD-0003lY-GT for submit@debbugs.gnu.org; Sun, 16 Nov 2014 15:26:43 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:47561) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq6PB-0003lP-4a for 18962@debbugs.gnu.org; Sun, 16 Nov 2014 15:26:41 -0500 Received: from [190.246.172.180] (port=40824 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Xq6PA-0004b9-35; Sun, 16 Nov 2014 15:26:40 -0500 From: fgallina@gnu.org (=?utf-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) To: Stefan Monnier Subject: Re: bug#18962: 24.3.94; python eldoc setup code: wrong str test References: <8761etpe2n.fsf@gmail.com> <87bno8guud.fsf@gnu.org> Date: Sun, 16 Nov 2014 17:26:37 -0300 In-Reply-To: (Stefan Monnier's message of "Sun, 16 Nov 2014 14:37:23 -0500") Message-ID: <87egt2c2o2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 18962 Cc: 18962@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (-----) Stefan Monnier writes: >>> Fixed on master at 9ae5396 >> Could you install bug fixes on the `emacs-24' branch instead (unless >> they aren't applicable there, of course)? > > Hmm... I see you've done that for the other fixes, so I assume this one > was not applicable to emacs-24, sorry for the noise, > As soon as I pushed this in the master branch I thought about it and then I decided the improvement is not worth even the process of cherry-picking it. I'd be careful next time, luckely this wasn't a big deal. Thanks for the warning though, Fabi=C3=A1n From unknown Tue Aug 19 02:58:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 15 Dec 2014 12:24:04 +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