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: Sun, 25 Feb 2007 19:47:09 +0100 Message-ID: <25083.1172429229@localhost> References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1172429446 16228 80.91.229.12 (25 Feb 2007 18:50:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2007 18:50:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Joost Kremers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 25 19:50:38 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 1HLOSD-0004UG-QK for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Feb 2007 19:50:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLOSD-00074a-Ti for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Feb 2007 13:50:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLOS0-00074D-NM for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 13:50:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLORx-000741-5m for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 13:50:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLORx-00073y-23 for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 13:50:21 -0500 Original-Received: from smtp5-g19.free.fr ([212.27.42.35]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLORw-00056U-Lv for help-gnu-emacs@gnu.org; Sun, 25 Feb 2007 13:50:20 -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 C035935C0F; Sun, 25 Feb 2007 19:50:19 +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 l1PIl98m025084; Sun, 25 Feb 2007 19:47:09 +0100 In-reply-to: Comments: In-reply-to Joost Kremers message dated "25 Feb 2007 18:36:14 +0000." 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:41463 Archived-At: Joost Kremers wrote: > Xavier Maillard wrote: > > nero.el:2119:1:Error: Symbol's function definition is void: nero-follow-numbers > > make: *** [nero.elc] Error 1 > [...] > > nero-follow-numbers is a (defined) function used in a macro. > > i had the same problem recently with XEmacs (a defun used in a macro > defined in the same file). i solved it by wrapping the defun in an > eval-and-compile. so you could try: [SNIP] > the same code compiled without problems on GNU/Emacs 22.0.91.1 (without the > eval-and-compile, i mean). i'm not really sure what the story is there... Weird since it did not compiler with emacs22 and emacs21 (21.2 to 21.4). I tried with emacs22.0.51 and it failed miserably. I am pretty lost here. Could it be a bug into Emacs itself ? Xavier