[Python-bugs-list] [ python-Feature Requests-582728 ] py-find-module for python-mode.el
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 17 Jul 2002 01:42:54 -0700
Feature Requests item #582728, was opened at 2002-07-17 10:42
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=582728&group_id=5470
Category: Demos and Tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: py-find-module for python-mode.el
Initial Comment:
I would like a function that finds and opens a python
module (or submodule) in the standard python search
path. I have an implementation which shells out to
python to find the library, print the filename, and lets
emacs capture the output and load the file, but only
because I don't know how to do it in elisp.
This function could probably look for the symbol near the
point and use this as the module name to search for if
called interactively.
If needed, I can upload the code I have.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=582728&group_id=5470