emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)


From: YAMAMOTO Mitsuharu
Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)
Date: Thu, 30 Aug 2007 10:06:09 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 29 Aug 2007 17:47:48 -0700, Dan Nicolaescu <address@hidden> 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.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]