From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 74, Issue 135 Date: Fri, 30 Jan 2009 07:38:59 -0500 Message-ID: <87ocxpotng.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233319517 32547 80.91.229.12 (30 Jan 2009 12:45:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2009 12:45:17 +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 Jan 30 13:46:31 2009 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.50) id 1LSslP-0004Es-8f for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 13:46:27 +0100 Original-Received: from localhost ([127.0.0.1]:42493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSsk6-0005d3-NV for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 07:45:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSsdi-0002g7-RA for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:38:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSsdg-0002fK-Lg for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:38:30 -0500 Original-Received: from [199.232.76.173] (port=40567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSsdf-0002f0-LJ for emacs-devel@gnu.org; Fri, 30 Jan 2009 07:38:27 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:57422) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSsdd-0007PH-PW; Fri, 30 Jan 2009 07:38:25 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 153E657E20B; Fri, 30 Jan 2009 07:38:59 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Fri, 30 Jan 2009 12:06:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108402 Archived-At: Eli Zaretskii writes: > Yidong, would you please respond to the below? I want to fix the DOS > build before the pretest starts, but it's currently broken because > blockinput.h (or any other header) doesn't declare pending_signals, > except conditioned by SYNC_INPUT. > > Please help me fix this. Juanma has a patch putting pending_signals in #ifdef SYNC_INPUT, and I've just asked him to commit it.