looking up function's doc in emacs

Daniel Fetchinson fetchinson at googlemail.com
Wed Dec 10 16:35:30 EST 2008


> in programing elisp in emacs, i can press "Ctrl+h f" to lookup the doc
> for the function under cursor.
>
> is there such facility when coding in perl, python, php?
>
> (i'm interested in particular python. In perl, i can work around with
> "perldoc -f functionName", and in php it's php.net/functionName. Both
> of which i have a elisp command with a shortcut that let me jump to
> the doc)

Why can't you do the same with pydoc (the command line tool, ususally
installed in /usr/local/bin/pydoc or somewhere else if python shipped
with your distro).

Cheers,
Daniel

-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list