From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?UTF-8?B?UsO2aGxlcg==?= Newsgroups: gmane.emacs.help Subject: Re: looking up function's doc in emacs Date: Thu, 11 Dec 2008 14:31:18 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Trace: ger.gmane.org 1229003282 27967 80.91.229.12 (11 Dec 2008 13:48:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 13:48:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 14:49:05 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAlua-0000WO-3M for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 14:49:04 +0100 Original-Received: from localhost ([127.0.0.1]:45535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAltO-00029Y-Pd for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 08:47:50 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!feeder1.news.weretis.net!newsfeeder.dynfx.net!weretis.net!news.szaf.org!news.gnuher.de!peernews!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,comp.lang.perl.misc,comp.lang.python Original-Followup-To: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: p54be9c4f.dip0.t-ipconnect.de Original-X-Trace: online.de 1229002271 8479 84.190.156.79 (11 Dec 2008 13:31:11 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Thu, 11 Dec 2008 13:31:11 +0000 (UTC) User-Agent: KNode/0.10.4 Original-Xref: news.stanford.edu gnu.emacs.help:165225 comp.emacs:97461 comp.lang.perl.misc:636814 comp.lang.python:572779 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60554 Archived-At: Xah Lee wrote: > 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) > > Thanks. > > Xah > ∑ http://xahlee.org/ > > ☄ python help(FUNCTIONNAME)