From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 74, Issue 135 Date: Fri, 30 Jan 2009 17:59:08 +0100 Message-ID: References: <87ocxpotng.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233334765 24662 80.91.229.12 (30 Jan 2009 16:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2009 16:59:25 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 18:00:38 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 1LSwjN-0008Co-MU for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 18:00:37 +0100 Original-Received: from localhost ([127.0.0.1]:33236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSwi5-0007sd-HI for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 11:59:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSwi0-0007sH-EU for emacs-devel@gnu.org; Fri, 30 Jan 2009 11:59:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSwhz-0007qh-8j for emacs-devel@gnu.org; Fri, 30 Jan 2009 11:59:12 -0500 Original-Received: from [199.232.76.173] (port=35591 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSwhz-0007qb-32 for emacs-devel@gnu.org; Fri, 30 Jan 2009 11:59:11 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:16574) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSwhx-0003f4-Ad; Fri, 30 Jan 2009 11:59:09 -0500 Original-Received: by nf-out-0910.google.com with SMTP id c7so131918nfi.26 for ; Fri, 30 Jan 2009 08:59:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/tkdTAEIhXfQl7PfOuJQSzWR5oEF3+U5Oxs6ze0DOi8=; b=jzbsSXTXxg3JXbKHbxKipFHofOg180ZJphuteO7+C2HGqnWXq2YFWCyxTRRm/1Pyp1 qNyzqKNvSG9Rn0pvSKA3h4KV7uWtda/7p5be0NlDRi70XlEjfTJb0ool6TjFWjt57S2x 4101/vK9zJEmVSh0NEIQnpUtWj1Sm/mitjR0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cIw36KZWVA6lx9O1TFdPsadRh3gHYxjrrO0ap6itRSJ+N1KH/weN+agNC+3dOXDudw J95+vR/65XHmbJ0hckRYqRncqwB3Ax10CvamoGyf0cpK9/Ft+bkz53GNBGfLEnlh7KPw tmL864G1emxvxMXUghGx0GRrB4H2vYwyojeFM= Original-Received: by 10.210.89.4 with SMTP id m4mr1573715ebb.160.1233334748291; Fri, 30 Jan 2009 08:59:08 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108415 Archived-At: On Fri, Jan 30, 2009 at 16:53, Eli Zaretskii wrote: > Some of the #ifdef's are in w32*.c files. Why did you need that? > Isn't it known whether the Windows port uses or does not use > SYNC_INPUT? It does not use it. But, what would you do? Just remove the #ifdef'd code? Juanma