emacs-devel
[Top][All Lists]
Advanced

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

Re: BLOCK_INPUT on Mac OS X


From: YAMAMOTO Mitsuharu
Subject: Re: BLOCK_INPUT on Mac OS X
Date: Fri, 26 Nov 2004 19:09:15 +0900
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Thu, 25 Nov 2004 14:58:22 -0500, Stefan Monnier <address@hidden> said:

> That's indeed what I'm using here.  Thanks for reminding me, I've
> installed a few corresponding changes on the trunk.

To benefit from this on Mac OS X, we need to define POSIX_SIGNALS in
src/s/darwin.h.   In src/s/freebsd.h, there is a comment as:

  /* Use sigprocmask(2) and friends instead of sigblock(2); the man page
     of sigblock says it is obsolete.  */

  #define POSIX_SIGNALS           1

and the sigblock(2) man page in Mac OS X says

    This interface is made obsolete by sigprocmask(2).

So that's probably OK, and actually worked fine for me.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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