From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: How do I get the definition of a function ? Date: Sun, 21 Oct 2007 00:24:24 +0100 Message-ID: <87r6jpmkt3.fsf@bzg.ath.cx> References: <1192913731.881996.244460@v29g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192919093 22885 80.91.229.12 (20 Oct 2007 22:24:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 22:24:53 +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 Oct 21 00:24:52 2007 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 1IjMkW-0004rl-Fo for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 00:24:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjMkO-0004SD-FB for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2007 18:24:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjMk9-0004Ro-Qy for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 18:24:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjMk7-0004OO-8P for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 18:24:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjMk7-0004OL-2c for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 18:24:27 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjMk6-0007S5-EP for help-gnu-emacs@gnu.org; Sat, 20 Oct 2007 18:24:26 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so764809nfh for ; Sat, 20 Oct 2007 15:24:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=m2CejLTD8bP+RtwDdWSH8zn3RBh5XkMyeqy8wcmSGKQ=; b=GIyhr9I4g+otzk8JwES9YUlKYc9evCAXzEYPSkAuZtDrQtJ4ve3Vbs4h5qFRk4THCu31nw2UFkAhPq1hBTu488xJt78yAjZR01TjSOv0zv8yuGXVLeIeQHuEcsNVrRMHxNcPqER+dUxsxLc7sdB5QTQs8U5U+/ZUHwjVZZkmdhM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=uuKZ+pQAXv01iSZozc9GDwGQFnUtEtCOFgKFZsiDYn+Yg3idMB6R10kNxaWVvilLjFmF9N//8JjMr6Ow35e2Nmmnjb/K61P1e/P3/DF2mGcge5xDe+Ju1nZ+QhLWDEqChn5g2lAtKQpZIXD3c8Z2+QIQL6VwA6UA4ebapv9Jb7Y= Original-Received: by 10.86.25.17 with SMTP id 17mr2556226fgy.1192919065134; Sat, 20 Oct 2007 15:24:25 -0700 (PDT) Original-Received: from bzg.ath.cx ( [88.138.195.18]) by mx.google.com with ESMTPS id y2sm8462128mug.2007.10.20.15.24.22 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2007 15:24:23 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 94FDB158ABF; Sun, 21 Oct 2007 00:24:24 +0100 (BST) In-Reply-To: <1192913731.881996.244460@v29g2000prd.googlegroups.com> (gnuist's message of "Sat, 20 Oct 2007 20:55:31 -0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:48645 Archived-At: gnuist006@gmail.com writes: > How do I get the definition, ie source code of a function in emacs > lisp ? C-h k C-h f C-h f runs the command describe-function which is an interactive compiled Lisp function in `help-fns.el'. It is bound to C-h f, f, . (describe-function function) Display the full documentation of function (a symbol). -- Bastien