emacs-devel
[Top][All Lists]
Advanced

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

Re: Mac OS X: Rebuild Require after Security Update 2002-11-21


From: Andrew Choi
Subject: Re: Mac OS X: Rebuild Require after Security Update 2002-11-21
Date: Mon, 25 Nov 2002 18:19:43 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Steven Tamm <address@hidden> writes:

> [...]  P.S.  Andrew, is vfork fixed in Jaguar?  If so, we should
> probably conditionalize its removal

The redirection of vfork to fork is there to solve a problem described
by the following comment in src/s/darwin.h (see also the archive of
emacs-pretest-bug).

/* The following solves the problem that Emacs hangs when evaluating
   (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
   does not exist.  */
#undef HAVE_WORKING_VFORK
#define vfork fork
#define DONT_REOPEN_PTY

I just tried removing these three lines and Emacs (in fact OS X!) still
hangs when evaluating that expression.





reply via email to

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