all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: help-gnu-emacs@gnu.org
Subject: Re: looking up function's doc in emacs
Date: Thu, 11 Dec 2008 08:47:09 -0600	[thread overview]
Message-ID: <86myf2wyz6.fsf@lifelogs.com> (raw)
In-Reply-To: a7fd6142-79f1-4015-b9fd-62a66f009b28@p2g2000prf.googlegroups.com

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


  parent reply	other threads:[~2008-12-11 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <a7fd6142-79f1-4015-b9fd-62a66f009b28@p2g2000prf.googlegroups.com>
2008-12-11 13:31 ` looking up function's doc in emacs Andreas Röhler
2008-12-11 13:56 ` Matthias
2008-12-11 14:47 ` Ted Zlatanov [this message]
2008-12-10 21:12 Xah Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86myf2wyz6.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.