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: Dan Nicolaescu
Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?)
Date: Wed, 29 Aug 2007 18:21:34 -0700

YAMAMOTO Mitsuharu <address@hidden> writes:

  > >>>>> 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.

Oops, right. 
You'd have to figure out a solution then, mac-win is in the dumped
image now.




reply via email to

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