From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mikko Huhtala Newsgroups: gmane.emacs.devel Subject: python-load-file in python.el does not seem to work Date: Tue, 3 Feb 2009 23:14:31 +0200 Message-ID: <18824.46007.226574.442120@urquell.abo.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233696019 16471 80.91.229.12 (3 Feb 2009 21:20:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 21:20:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 22:21:33 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LUShp-0004T3-T2 for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 22:21:18 +0100 Original-Received: from localhost ([127.0.0.1]:38053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUSgX-0007Yr-1I for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 16:19:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUSbM-00052G-NW for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:14:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUSbL-00051o-OV for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:14:36 -0500 Original-Received: from [199.232.76.173] (port=52614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUSbL-00051l-JQ for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:14:35 -0500 Original-Received: from smtp2.abo.fi ([130.232.213.77]:46512) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUSbL-0007Gb-5v for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:14:35 -0500 Original-Received: from urquell.abo.fi.abo.fi (urquell.abo.fi [130.232.210.248]) by smtp2.abo.fi (8.14.3/8.12.9) with ESMTP id n13LEVjb025995 for ; Tue, 3 Feb 2009 23:14:31 +0200 X-Mailer: VM 8.0.12 under 23.0.90.1 (i686-pc-linux-gnu) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp2.abo.fi [130.232.213.77]); Tue, 03 Feb 2009 23:14:31 +0200 (EET) X-Virus-Scanned: by foxy.abo.fi (foxy.abo.fi: Tue Feb 3 23:14:31 2009) X-Scanned-By: MIMEDefang 2.64 on 130.232.213.77 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108706 Archived-At: I've ran inferior Python from both 23.0.90 and today's (2009-02-03) CVS version. Python-load-file (C-c C-l) does not seem to do anything in either. I do get Fontifying *Python*<2>... (regexps...........) menu-bar Python Import/reload file /home/mhuhtala/test/test.py loaded in *Messages* but the module that was supposed to be loaded never appears in the Python session and all I get is NameErrors if I try to use it. This is on Fedora 10 (x86) with Python 2.5.2 and glibc 2.9-3. I compiled both Emacs versions on the system with GCC 4.3.2-7. Doing the same with the same Python file in Fedora 7 and its Emacs 22 does work as expected. Mikko