From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evans Winner Newsgroups: gmane.emacs.help Subject: Re: emacs evaluating Date: Sat, 07 Feb 2009 13:55:43 -0700 Organization: Aioe.org NNTP Server Message-ID: <868woinf00.fsf@timbral.net> References: <87prhufhzk.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234042850 1184 80.91.229.12 (7 Feb 2009 21:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 21:40:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 22:42:05 2009 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 1LVuw2-0006bL-HK for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 22:41:58 +0100 Original-Received: from localhost ([127.0.0.1]:52842 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVuuj-0006ac-Cb for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 16:40:37 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 4xmhsRr5Aeb6D0t2Thq8sQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Original-NNTP-Posting-Date: Sat, 7 Feb 2009 21:07:15 +0000 (UTC) X-Notice: Filtered by postfilter v. 0.7.7 Cancel-Lock: sha1:naWKkAm2e0zLqJp0Wxz7aRHeQNA= sha1:4pCLn2MzSnkc1fO6T+3F5AamIcI= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:166678 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:61986 Archived-At: pjb@informatimago.com (Pascal J. Bourguignon) writes: To compile a function: (byte-compile 'your-function) C-x C-e I had never thought of this. I think I really must not understand compilation very clearly. I think I grasp that an entire file full of functions will load faster if it is compiled first, but what does interactively compiling a single function buy me? Does it exist in a different form in the image when you do that? Does it execute faster? (This is not a facetious question, by the way.) Er, maybe it has to do with debugging macros or something...?