From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Wed, 29 Aug 2007 18:21:34 -0700 Message-ID: <200708300121.l7U1LYMU001246@oogie-boogie.ics.uci.edu> References: <86k5re4blv.fsf@blue.stonehenge.com> <200708291531.l7TFVnlD010335@oogie-boogie.ics.uci.edu> <86fy224aah.fsf@blue.stonehenge.com> <86bqcq4a4q.fsf@blue.stonehenge.com> <200708291604.l7TG4atk011108@oogie-boogie.ics.uci.edu> <867ine492x.fsf@blue.stonehenge.com> <200708291628.l7TGSvM6011975@oogie-boogie.ics.uci.edu> <200708300047.l7U0lqR3000412@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188437091 3625 80.91.229.12 (30 Aug 2007 01:24:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 01:24:51 +0000 (UTC) Cc: "Randal L. Schwartz" , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 30 03:24:50 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 1IQYm8-0006w4-TB for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 03:24:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQYm8-0000ds-JN for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2007 21:24:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQYm4-0000aV-Nf for emacs-devel@gnu.org; Wed, 29 Aug 2007 21:24:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQYm1-0000TN-C7 for emacs-devel@gnu.org; Wed, 29 Aug 2007 21:24:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQYm1-0000T4-3r for emacs-devel@gnu.org; Wed, 29 Aug 2007 21:24:41 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQYm0-0002OM-MK for emacs-devel@gnu.org; Wed, 29 Aug 2007 21:24:40 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l7U1LYMU001246; Wed, 29 Aug 2007 18:21:34 -0700 (PDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Thu\, 30 Aug 2007 10\:06\:09 +0900") Original-Lines: 24 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.41, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_OBFU_X 1.03) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:77380 Archived-At: YAMAMOTO Mitsuharu writes: > >>>>> On Wed, 29 Aug 2007 17:47:48 -0700, Dan Nicolaescu said: > > >> No. url-type used below is a macro. > > > It should not matter ... > > >> (defun mac-ae-get-url (event) > >> "Open the URL specified by the Apple event EVENT. > >> Currently the `mailto' scheme is supported." > >> (interactive "e") > >> (let* ((ae (mac-event-ae event)) > >> (parsed-url (url-generic-parse-url (mac-ae-text ae)))) > > ^^^^^^^ > > ... this is autoloaded from the same file as > > url-type, so the url-type below should be defined > > by the time it is used. > > No. Macros cannot be `call'ed from a compiled Lisp function. Oops, right. You'd have to figure out a solution then, mac-win is in the dumped image now.