From unknown Sun Jun 22 01:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10194: 24.0.91; Python scripts run by python-load-file cannot use eggs installed in home directory Resent-From: Reuben Thomas Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Dec 2011 13:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10194 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10194@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132283323922463 (code B ref -1); Fri, 02 Dec 2011 13:41:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Dec 2011 13:40:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWTLy-0005qD-NP for submit@debbugs.gnu.org; Fri, 02 Dec 2011 08:40:39 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWTLs-0005q2-42 for submit@debbugs.gnu.org; Fri, 02 Dec 2011 08:40:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWTLY-0005FB-Cm for submit@debbugs.gnu.org; Fri, 02 Dec 2011 08:40:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:51455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWTLY-0005F7-BI for submit@debbugs.gnu.org; Fri, 02 Dec 2011 08:40:12 -0500 Received: from eggs.gnu.org ([140.186.70.92]:37104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWTLW-0003XV-O2 for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 08:40:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWTLS-0005DF-VK for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 08:40:10 -0500 Received: from exprod7og116.obsmtp.com ([64.18.2.219]:48178) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RWTLS-0005Bl-He for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 08:40:06 -0500 Received: from mail-vx0-f180.google.com ([209.85.220.180]) (using TLSv1) by exprod7ob116.postini.com ([64.18.6.12]) with SMTP ID DSNKTtjVNefHW5QJUHmfbL5jZKanXkdWhAFM@postini.com; Fri, 02 Dec 2011 05:40:06 PST Received: by vcbfo14 with SMTP id fo14so3683116vcb.39 for ; Fri, 02 Dec 2011 05:40:04 -0800 (PST) Received: by 10.220.150.141 with SMTP id y13mr1767073vcv.196.1322833204510; Fri, 02 Dec 2011 05:40:04 -0800 (PST) Received: from mord ([81.253.57.108]) by mx.google.com with ESMTPS id ir2sm9890941vdb.9.2011.12.02.05.40.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Dec 2011 05:40:03 -0800 (PST) From: Reuben Thomas Date: Fri, 02 Dec 2011 14:39:43 +0100 Message-ID: <878vmvnlcw.fsf@sc3d.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.0 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) When I C-c C-l a file in python-mode which contains: import sys print (sys.path) the output does not include eggs in ~/.local: ['/home/rrt/Software/gnat/', '/usr/local/lib/python2.7/dist-packages/Sphinx-1.1.2-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Jinja2-2.6-py2.7.egg', '/usr/local/share/emacs/24.0.91/etc', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/home/rrt/.local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client'] and hence modules installed as eggs in my home directory are not found if I try to import them. If from within the session in the "*Python*" buffer I "print (sys.path)", it has changed: ['/home/rrt/.local/lib/python2.7/site-packages/pymeta2-0.0.0-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Sphinx-1.1.2-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Jinja2-2.6-py2.7.egg', '/usr/local/share/emacs/24.0.91/etc', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/home/rrt/.local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client'] i.e. it seems that /home/rrt/.local/lib/python2.7/site-packages/easy-install.pth seems to be run after the python-mode buffer has already been loaded into the python process, but before control is returned to the user. In GNU Emacs 24.0.91.3 (i686-pc-linux-gnu, GTK+ Version 2.24.6) of 2011-11-25 on mord Windowing system distributor `The X.Org Foundation', version 11.0.11004000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_GB.UTF-8 value of $LC_CTYPE: en_GB.UTF-8 value of $LC_MESSAGES: en_GB.UTF-8 value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Text Minor modes in effect: buffer-face-mode: t flyspell-mode: t smart-quotes-mode: t recentf-mode: t show-paren-mode: t server-mode: t savehist-mode: t minibuffer-electric-default-mode: t iswitchb-mode: t icomplete-mode: t global-whitespace-mode: t global-auto-revert-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-s m u s t M-d t h e SPC p r o j e c t s SPC i t SPC SPC f u n d s SPC w i l l SPC b e M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d M-d b y SPC m e a n s SPC o f SPC M-d M-d t h e i r C-x C-s C-x C-f B r i t t e n W o l c u m SPC 2 : 1 8 T h a t SPC Y o n g e SPC C h i l d e SPC : S-SPC 6 4 : SPC 6 : 4 6 C-a C-k O h SPC m y SPC d e r e SPC h e r t S-SPC 8 : 3 5 C-x C-s SPC 9 : 5 - C-e 5 C-x C-s M-x r e p o r t - e m a c s - e b Recent messages: byte-code: End of buffer [20 times] Saving file /home/rrt/FSFE Horizon 2020.new... Wrote /home/rrt/FSFE Horizon 2020.new (New file) Auto-saving...done Auto-saving...done Saving file /home/rrt/Britten... Wrote /home/rrt/Britten Saving file /home/rrt/Britten... Wrote /home/rrt/Britten Load-path shadows: /home/rrt/local/share/emacs/site-lisp/dict hides /usr/local/share/emacs/24.0.91/site-lisp/emacs-goodies-el/dict /home/rrt/local/share/emacs/site-lisp/gforth hides /usr/local/share/emacs/24.0.91/site-lisp/gforth/gforth /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-style hides /usr/share/emacs/site-lisp/auctex/tex-style /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-buf hides /usr/share/emacs/site-lisp/auctex/tex-buf /usr/local/share/emacs/24.0.91/site-lisp/auctex/context hides /usr/share/emacs/site-lisp/auctex/context /usr/local/share/emacs/24.0.91/site-lisp/auctex/bib-cite hides /usr/share/emacs/site-lisp/auctex/bib-cite /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-fold hides /usr/share/emacs/site-lisp/auctex/tex-fold /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-jp hides /usr/share/emacs/site-lisp/auctex/tex-jp /usr/local/share/emacs/24.0.91/site-lisp/auctex/context-nl hides /usr/share/emacs/site-lisp/auctex/context-nl /usr/local/share/emacs/24.0.91/site-lisp/auctex/toolbar-x hides /usr/share/emacs/site-lisp/auctex/toolbar-x /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-mik hides /usr/share/emacs/site-lisp/auctex/tex-mik /usr/local/share/emacs/24.0.91/site-lisp/auctex/context-en hides /usr/share/emacs/site-lisp/auctex/context-en /usr/local/share/emacs/24.0.91/site-lisp/auctex/texmathp hides /usr/share/emacs/site-lisp/auctex/texmathp /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-info hides /usr/share/emacs/site-lisp/auctex/tex-info /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-fptex hides /usr/share/emacs/site-lisp/auctex/tex-fptex /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-font hides /usr/share/emacs/site-lisp/auctex/tex-font /usr/local/share/emacs/24.0.91/site-lisp/auctex/latex hides /usr/share/emacs/site-lisp/auctex/latex /usr/local/share/emacs/24.0.91/site-lisp/auctex/font-latex hides /usr/share/emacs/site-lisp/auctex/font-latex /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex-bar hides /usr/share/emacs/site-lisp/auctex/tex-bar /usr/local/share/emacs/24.0.91/site-lisp/auctex/multi-prompt hides /usr/share/emacs/site-lisp/auctex/multi-prompt /usr/local/share/emacs/24.0.91/site-lisp/auctex/tex hides /usr/share/emacs/site-lisp/auctex/tex Features: (shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug find-func help-mode view cus-edit multi-isearch vc-git cperl-mode ansi-color info python-21 python flymake compile comint ring face-remap regexp-opt flyspell smart-quotes jka-compr auto-dictionary-autoloads c-eldoc-autoloads dictionary-autoloads diff-git-autoloads dired-isearch-autoloads full-ack-autoloads guess-style-autoloads kill-ring-search-autoloads magit-autoloads mv-shell-autoloads tumble-autoloads http-post-simple-autoloads package tabulated-list completing-help recentf tree-widget wid-edit uniquify paren server savehist minibuf-eldef iswitchb icomplete whitespace autorevert desktop cus-start cus-load ropemacs pymacs go-mode-load ffap ispell advice advice-preload yasnippet help-fns derived edmacro kmacro easymenu assoc cl muse-autoloads emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode devhelp preview-latex tex-site auto-loads user-site-loaddefs time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-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 loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- http://rrt.sc3d.org/ From unknown Sun Jun 22 01:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10194: Acknowledgement (24.0.91; Python scripts run by python-load-file cannot use eggs installed in home directory) Resent-From: Reuben Thomas Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Dec 2011 23:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10194 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10194@debbugs.gnu.org Received: via spool by 10194-submit@debbugs.gnu.org id=B10194.132286862714190 (code B ref 10194); Fri, 02 Dec 2011 23:31:01 +0000 Received: (at 10194) by debbugs.gnu.org; 2 Dec 2011 23:30:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWcYj-0003go-OO for submit@debbugs.gnu.org; Fri, 02 Dec 2011 18:30:26 -0500 Received: from exprod7og112.obsmtp.com ([64.18.2.177]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RWcYf-0003gb-2v for 10194@debbugs.gnu.org; Fri, 02 Dec 2011 18:30:24 -0500 Received: from mail-ww0-f47.google.com ([74.125.82.47]) (using TLSv1) by exprod7ob112.postini.com ([64.18.6.12]) with SMTP ID DSNKTtlfeXGcDe345zgq67/4ea1jU8Bkc+Th@postini.com; Fri, 02 Dec 2011 15:30:03 PST Received: by wgbdr10 with SMTP id dr10so1855566wgb.28 for <10194@debbugs.gnu.org>; Fri, 02 Dec 2011 15:30:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.101.132 with SMTP id fg4mr504333wib.26.1322868600291; Fri, 02 Dec 2011 15:30:00 -0800 (PST) Received: by 10.180.24.135 with HTTP; Fri, 2 Dec 2011 15:30:00 -0800 (PST) In-Reply-To: References: <878vmvnlcw.fsf@sc3d.org> Date: Sat, 3 Dec 2011 00:30:00 +0100 Message-ID: From: Reuben Thomas Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) I think I've found the bug: emacs2.py's eimport overwrites sys.path[0] while loading the given file. sys.path[0] is normally '' (the current directory), but by default Emacs removes this entry when starting up Python (python-remove-cwd-from-path), and so instead sys.path[0] is some non-empty path element, and modules on it cannot be found when loaded via eimport. A workaround is to set python-remove-cwd-from-path to nil, but to work properly, eimport should prepend the file's path to sys.path, thereby allowing modules to be loaded from the current directory if python-remove-cwd-from-path is nil, as currently that won't work either. -- http://rrt.sc3d.org From unknown Sun Jun 22 01:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10194: 24.0.91; Python scripts run by python-load-file cannot use eggs installed in home directory Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 19 Jun 2012 07:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10194 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reuben Thomas Cc: 10194@debbugs.gnu.org Received: via spool by 10194-submit@debbugs.gnu.org id=B10194.134009266321724 (code B ref 10194); Tue, 19 Jun 2012 07:58:02 +0000 Received: (at 10194) by debbugs.gnu.org; 19 Jun 2012 07:57:43 +0000 Received: from localhost ([127.0.0.1]:47780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SgtJn-0005eL-DR for submit@debbugs.gnu.org; Tue, 19 Jun 2012 03:57:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34991) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SgtJm-0005eE-8h for 10194@debbugs.gnu.org; Tue, 19 Jun 2012 03:57:42 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SgtGW-0003CM-HG; Tue, 19 Jun 2012 03:54:20 -0400 From: Glenn Morris References: <878vmvnlcw.fsf@sc3d.org> X-Spook: radar Yukon pre-emptive Ortega Leitrim Serbian NASA X-Ran: qyi-L{QE7$e7@})!]Bo@8s~C$}aFMJsQFxCRUC`j,M~p8$e]HBpE (Reuben Thomas's message of "Fri, 02 Dec 2011 14:39:43 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) This may be fixed in the current Emacs trunk, where there is a new python.el. I'm afraid I cannot tell. From unknown Sun Jun 22 01:00:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10194: 24.0.91; Python scripts run by python-load-file cannot use eggs installed in home directory References: <878vmvnlcw.fsf@sc3d.org> In-Reply-To: <878vmvnlcw.fsf@sc3d.org> Resent-From: =?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Sep 2012 18:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10194 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10194@debbugs.gnu.org Received: via spool by 10194-submit@debbugs.gnu.org id=B10194.134851141426895 (code B ref 10194); Mon, 24 Sep 2012 18:31:02 +0000 Received: (at 10194) by debbugs.gnu.org; 24 Sep 2012 18:30:14 +0000 Received: from localhost ([127.0.0.1]:53556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDQ5-0006yx-9S for submit@debbugs.gnu.org; Mon, 24 Sep 2012 14:30:13 -0400 Received: from mail-yx0-f172.google.com ([209.85.213.172]:48314) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDQ2-0006uN-SB for 10194@debbugs.gnu.org; Mon, 24 Sep 2012 14:30:11 -0400 Received: by yenl13 with SMTP id l13so1860020yen.3 for <10194@debbugs.gnu.org>; Mon, 24 Sep 2012 11:28:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=KSru+XqM1dMiKHW1NJfXmqjUKsLQ9AqhnrSpZ7wK19I=; b=l3iSfsnn8pnanfTKmGgR1J6/+hvpk+v0oqsf5Bd8XxOpl+RgDieZzTpsCdxhhVhhrb hAg96s3NQWtGHVwhTIQXHDMs7mND66CBhkAczFfI6N3ulMxqGBlOudjA7BElOaDQXFuA rJri2KwV8/E2/eCNrEpdCMPEI7uSY9rTPka+Sz4sCcDHjrGReccUZDrLvYlRzhPfiutf 4n43zk3tRDeNFbDmaynq1XqYKQHNgpFC4zBJkLJJKta1/MNooHWJ+4eFfOw8QDcBy+mm w+skQh6gh983ZOElXP7gTjMBuzoqaRFgyi/9TKpn9kfhhLfZ+N/VIgHV+e1XK5/sWeXo 9hGw== Received: by 10.236.85.196 with SMTP id u44mr5719044yhe.49.1348511294976; Mon, 24 Sep 2012 11:28:14 -0700 (PDT) Received: from [192.168.1.25] (host71.190-138-197.telecom.net.ar. [190.138.197.71]) by mx.google.com with ESMTPS id a6sm13974015anm.22.2012.09.24.11.28.14 (version=SSLv3 cipher=OTHER); Mon, 24 Sep 2012 11:28:14 -0700 (PDT) Message-ID: <5060A653.7050007@anue.biz> Date: Mon, 24 Sep 2012 15:28:35 -0300 From: =?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlj1lU8bAl+VQnPHgYi9S2ogj4OkB6t1LCjEDm8c7n9BeWKE0+2GTP4pELFLmRnqhBdGmOd X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) This is indeed fixed in current trunk. The new python.el allows changing the environment of the running shell completely and that covers this particular use case. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 24 14:30:35 2012 Received: (at control) by debbugs.gnu.org; 24 Sep 2012 18:30:35 +0000 Received: from localhost ([127.0.0.1]:53559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDQQ-0007VA-Um for submit@debbugs.gnu.org; Mon, 24 Sep 2012 14:30:35 -0400 Received: from mail-gg0-f172.google.com ([209.85.161.172]:53672) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGDQP-0007U8-VO for control@debbugs.gnu.org; Mon, 24 Sep 2012 14:30:34 -0400 Received: by ggnh4 with SMTP id h4so1823326ggn.3 for ; Mon, 24 Sep 2012 11:28:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:content-type :content-transfer-encoding:x-gm-message-state; bh=9wglq5IvJC0nDCYB7DU8yOgR/zEXUxAA4YcFniziVTQ=; b=OfMd2jMEXGd3lcj84uYtsa83OUIa7hmIJIbrH7ySPDAruKQjZummYEWQWLojX3nRu+ 1cYPjCzWJTXXTOTLLl3NzDagM3PMx3s7irLtJ0Ls03AA3jU4oBBUAmPt8+xYwSfhhBVJ qEKAze5zK0oIZGvyBCyRpNN4t22N9/XMuKMQw1+hx/z5m0OM8G7jdae/l9nVNx/SQA2M JHLPbZN5HnIBCVrxInm4R6Z1xuMFHCZEdRHG9lgSUmLgv5eYsYkhA4lJOrGtGuHwQzlA C0zDH1DlMPMnPxcdo5nMne7WIK6YBGPH1jGKRITAJUExhHWKSsH63tUKUrbaLonzt64D ZhxA== Received: by 10.236.181.169 with SMTP id l29mr13127293yhm.44.1348511318473; Mon, 24 Sep 2012 11:28:38 -0700 (PDT) Received: from [192.168.1.25] (host71.190-138-197.telecom.net.ar. [190.138.197.71]) by mx.google.com with ESMTPS id o25sm25860338yhm.14.2012.09.24.11.28.37 (version=SSLv3 cipher=OTHER); Mon, 24 Sep 2012 11:28:38 -0700 (PDT) Message-ID: <5060A66A.1010106@anue.biz> Date: Mon, 24 Sep 2012 15:28:58 -0300 From: =?ISO-8859-1?Q?Fabi=E1n_Ezequiel_Gallina?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: control@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlPQzC+B1sXWVju59cWLwyGLXs2w1snvqNcsaiTVLIXFro6qoUDMCznQ7t2Pix52UOZRi+U X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #10194 [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.8 MISSING_SUBJECT Missing Subject: header X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #10194 [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.8 MISSING_SUBJECT Missing Subject: header 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO close #10194