From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: Can't compile Date: Mon, 26 Feb 2007 19:31:24 +0100 Message-ID: <3953.1172514684@localhost> References: <1172489074.509174.190590@t69g2000cwt.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172514869 2380 80.91.229.12 (26 Feb 2007 18:34:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2007 18:34:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Robert Thorpe" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 26 19:34:21 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 1HLkg0-0004d9-F7 for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Feb 2007 19:34:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLkfz-0002wq-Vl for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Feb 2007 13:34:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLkfo-0002wg-N8 for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 13:34:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLkfl-0002wF-AZ for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 13:34:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLkfl-0002wC-40 for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 13:34:05 -0500 Original-Received: from smtp5-g19.free.fr ([212.27.42.35]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLkfk-00022M-Q7 for help-gnu-emacs@gnu.org; Mon, 26 Feb 2007 13:34:04 -0500 Original-Received: from localhost.localdomain (chn51-3-88-163-173-156.fbx.proxad.net [88.163.173.156]) by smtp5-g19.free.fr (Postfix) with ESMTP id F112335BEE; Mon, 26 Feb 2007 19:34:03 +0100 (CET) Original-Received: from localhost (IDENT:1001@localhost [127.0.0.1]) by localhost.localdomain (8.13.8/8.13.8) with ESMTP id l1QIVOtH003954; Mon, 26 Feb 2007 19:31:24 +0100 In-reply-to: <1172489074.509174.190590@t69g2000cwt.googlegroups.com> Comments: In-reply-to "Robert Thorpe" message dated "26 Feb 2007 03:24:34 -0800." X-Mailer: MH-E 8.0.2; nmh 1.2; GNU Emacs 22.0.51 X-detected-kernel: Linux 2.4 (Google crawlbot) 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:41486 Archived-At: Robert Thorpe wrote: > This is why "eval-and-compile" is needed. This is a neat explanation Robert. Thank you very much. Problem with this code is that even with a "eval-and-compile" there are several other places where I have to add this clause or the "eval-when-compile" form. That's why it is sucky ;) Xavier