From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Post-22.1 development? Date: Thu, 07 Jun 2007 21:01:01 +0200 Message-ID: <87r6onmvwy.fsf@gmx.de> References: <878xb05ras.fsf@stupidchicken.com> <856463sehn.fsf@lola.goethe.zz> <466481AF.5050507@gnu.org> <873b16crgw.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181242906 17235 80.91.229.12 (7 Jun 2007 19:01:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2007 19:01:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 07 21:01:38 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwNEO-0001c7-DG for ged-emacs-devel@m.gmane.org; Thu, 07 Jun 2007 21:01:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwNEO-0003D6-4h for ged-emacs-devel@m.gmane.org; Thu, 07 Jun 2007 15:01:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwNEL-0003D1-Al for emacs-devel@gnu.org; Thu, 07 Jun 2007 15:01:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwNEI-0003CU-Ui for emacs-devel@gnu.org; Thu, 07 Jun 2007 15:01:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwNEI-0003CP-NV for emacs-devel@gnu.org; Thu, 07 Jun 2007 15:01:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HwNEH-0005Xw-Vh for emacs-devel@gnu.org; Thu, 07 Jun 2007 15:01:06 -0400 Original-Received: (qmail invoked by alias); 07 Jun 2007 19:01:04 -0000 Original-Received: from p57a2119e.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.17.158] by mail.gmx.net (mp002) with SMTP; 07 Jun 2007 21:01:04 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18V5LhDjyoVBHBenzYZrZke/+KqNwk1faJX+03FLI oJ9viUifkiN80A In-Reply-To: (Andreas Schwab's message of "Thu, 07 Jun 2007 19:05:40 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72432 Archived-At: Andreas Schwab writes: > Why? The require is still evaluated when interpreted. > > eval-when-compile is a Lisp macro in `byte-run.el'. > (eval-when-compile &rest BODY) > > Like `progn', but evaluates the body at compile time if you're compiling. > Thus, the result of the body appears to the compiler as a quoted constant. > In interpreted code, this is entirely equivalent to `progn'. Hmm, I should have read the doc first. Sorry for the noise. > Andreas. Best regards, Michael.