bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2252: python-load-file in python.el does not seem to work


From: Chong Yidong
Subject: bug#2252: python-load-file in python.el does not seem to work
Date: Sun, 03 May 2009 10:42:17 -0400

> 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.

It seems to work for me, using the following recipe:

  touch foo.py
  emacs -Q foo.py
  C-c C-l RET
  C-x b *Python* RET

  >>> foo.__name__
  'foo'
  >>>

Do you see something different?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]