From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: formido Newsgroups: gmane.emacs.help Subject: Re: What does 'run' do in cperl-mode? Date: Sat, 26 Jul 2008 20:05:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0ded5ecd-f5f6-4a8e-9d19-f61bf0401022@v39g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217130049 27738 80.91.229.12 (27 Jul 2008 03:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2008 03:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 27 05:41:38 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 1KMx8Z-00023s-As for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jul 2008 05:41:35 +0200 Original-Received: from localhost ([127.0.0.1]:60630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMx7f-0002wO-7o for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Jul 2008 23:40:39 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z26g2000pre.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 75.84.175.111 Original-X-Trace: posting.google.com 1217127948 12975 127.0.0.1 (27 Jul 2008 03:05:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 27 Jul 2008 03:05:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z26g2000pre.googlegroups.com; posting-host=75.84.175.111; posting-account=ivEBWwoAAAAvVw947tp2U-HBcoAwWEMu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160623 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:55971 Archived-At: > > > More generally, when confronted by a menu command, how can I easily go > > to its definition? > > Type Alt+x describe-key, then pull the menu. Then, you'll get the > command name run by that menu. Then, type Alt+x describe-function. > It'll pop up the online doc of the function with link to the source > code where the function is defined. > > Xah > $B-t(Bhttp://xahlee.org/ > Sweet! Michael