From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.help Subject: Re: where is a function defined Date: Tue, 31 Dec 2002 20:38:09 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041363478 5586 80.91.224.249 (31 Dec 2002 19:37:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 19:37:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TSD6-0001Rp-00 for ; Tue, 31 Dec 2002 20:37:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TSDi-0001aj-00 for gnu-help-gnu-emacs@m.gmane.org; Tue, 31 Dec 2002 14:38:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TSDN-0001VU-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 14:38:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TSDK-0001P5-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 14:38:12 -0500 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TSDK-0001Oo-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 14:38:10 -0500 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id UAA03907; Tue, 31 Dec 2002 20:38:09 +0100 (MET) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.36 #1 (Debian)) id 18TSDJ-0004xk-00; Tue, 31 Dec 2002 20:38:09 +0100 Original-To: zghuang@bloombergREMOVETHISPART.net In-reply-to: (zghuang@bloombergREMOVETHISPART.net) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5158 load-path seems to be not I wanted. I have to go to each of the directories to find a symbol that I need. Is there any simpler way to find the definition of a function? Maybe I misunderstood the question, but what is wrong with using `C-h C-f' (describe-function)?