From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: POSIX_SIGNALS support for GNU/Hurd? Date: Thu, 01 Apr 2010 10:01:46 +0300 Message-ID: <83mxxny7tx.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1270109661 3988 80.91.229.12 (1 Apr 2010 08:14:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2010 08:14:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 01 10:14:17 2010 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 1NxFXc-0000p9-Cs for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 10:14:16 +0200 Original-Received: from localhost ([127.0.0.1]:42037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxFXb-0000rZ-NP for ged-emacs-devel@m.gmane.org; Thu, 01 Apr 2010 04:14:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxFID-0005lY-Py for emacs-devel@gnu.org; Thu, 01 Apr 2010 03:58:22 -0400 Original-Received: from [140.186.70.92] (port=32837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxFIA-0005l7-OW for emacs-devel@gnu.org; Thu, 01 Apr 2010 03:58:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxEPo-0005Bc-M0 for emacs-devel@gnu.org; Thu, 01 Apr 2010 03:02:17 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56404) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxEPY-00058a-Hq; Thu, 01 Apr 2010 03:01:53 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L0600800RHR5F00@a-mtaout23.012.net.il>; Thu, 01 Apr 2010 10:01:47 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L060075TRIYDF20@a-mtaout23.012.net.il>; Thu, 01 Apr 2010 10:01:46 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123012 Archived-At: > 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.)