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

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

Re: looking up function's doc in emacs


From: Ted Zlatanov
Subject: Re: looking up function's doc in emacs
Date: Thu, 11 Dec 2008 08:47:09 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Wed, 10 Dec 2008 13:12:44 -0800 (PST) Xah Lee <xahlee@gmail.com> wrote: 

XL> in programing elisp in emacs, i can press “Ctrl+h f” to lookup the doc
XL> for the function under cursor.

XL> is there such facility when coding in perl, python, php?

XL> (i'm interested in particular python. In perl, i can work around with
XL> “perldoc -f functionName”, and in php it's php.net/functionName. Both
XL> of which i have a elisp command with a shortcut that let me jump to
XL> the doc)

cperl-mode has perldoc access, just look under the Perl->Perl Docs menu
for the keyboart shortcut.  I generally don't use it, personally,
because from the command line I can do zsh completion (e.g. 
"perldoc -f <TAB>" will show a completion list of all the documented
functions and "perldof List::<TAB>" will show all the available List::*
modules).

Ted


reply via email to

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