- python-module-path
This function uses emacs.modpath to determine the module path for use with ffap-alist
What this gets us is support for M-x find-file-at-point.
It's not *quite* as cool as I first anticipated because the file path finder seems to get confused about what is actually a module, but if point is on a module name on an import line then it will pop you directly over to the python lib directory and open the module. If you already have etags set up to do this then you probably won't be *too* amazed, but this is a nice extra way to accomplish the same thing.
No comments:
Post a Comment