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: POSIX_SIGNALS support for GNU/Hurd? Date: Fri, 30 Apr 2010 16:54:48 -0400 Message-ID: References: <83mxxny7tx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272660959 6731 80.91.229.12 (30 Apr 2010 20:55:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 20:55:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 30 22:55:58 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O7xFb-0001as-KU for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 22:55:55 +0200 Original-Received: from localhost ([127.0.0.1]:41649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7xFb-0002WV-5G for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 16:55:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7xEY-0001mC-N7 for emacs-devel@gnu.org; Fri, 30 Apr 2010 16:54:50 -0400 Original-Received: from [199.232.76.173] (port=58831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7xEY-0001ly-4Q for emacs-devel@gnu.org; Fri, 30 Apr 2010 16:54:50 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1O7xEW-0000zw-U0 for emacs-devel@gnu.org; Fri, 30 Apr 2010 16:54:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1O7xEW-0000zs-Oi for emacs-devel@gnu.org; Fri, 30 Apr 2010 16:54:48 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O7xEW-0004iK-JF; Fri, 30 Apr 2010 16:54:48 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:124367 Archived-At: Eli Zaretskii writes: > > From: Dan Nicolaescu > > Date: Wed, 31 Mar 2010 19:11:31 -0400 > > > > Besides src/s/gnu.h only w32 does not define POSIX_SIGNALS... > > All these signals mean nothing to w32. AFAICS, we could simply define > empty no-ops for the functions Emacs uses under POSIX_SIGNALS, and > then w32 would not need any special conditions in these quarters. > > Let me know if you want me to make this happen. (I guess it's only > worthwhile when the Hurd issue gets cleared.) Please do that. If you add a #define POSIX_SIGNALS to the w32 file and take care of the consequences, I'll do a pass later to remove all references to POSIX_SIGNALS, assuming it is always defined. Thanks