all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthias <orontee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: looking up function's doc in emacs
Date: Thu, 11 Dec 2008 14:56:58 +0100	[thread overview]
Message-ID: <wtpr64ezufp.fsf@fermat.math.uvsq.fr> (raw)
In-Reply-To: a7fd6142-79f1-4015-b9fd-62a66f009b28@p2g2000prf.googlegroups.com

Xah Lee <xahlee@gmail.com> writes:

> 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? 

Yes, try C-h S (or similarly <f1> S):

     (info-lookup-symbol SYMBOL &optional MODE)  Display the 
definition of SYMBOL, as found in the relevant manual. When this 
command is called interactively, it reads SYMBOL from the 
minibuffer.

Note that `the relevant manual' means an info file. With recent
emacsen on an Ubuntu distro, python arrives with info files and
everything is well configured. It also works with bash, latex, perl,
scheme, elisp, awk, texinfo, makefile, libc, or any info file with an
index.
-- 
Matthias


  parent reply	other threads:[~2008-12-11 13:56 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 [this message]
2008-12-11 14:47 ` Ted Zlatanov
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=wtpr64ezufp.fsf@fermat.math.uvsq.fr \
    --to=orontee@gmail.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.