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: Next pretest Date: Fri, 29 Jan 2010 13:38:19 +0100 Message-ID: References: <87fx5vef1j.fsf@stupidchicken.com> <83aaw068mj.fsf@gnu.org> <4B5F9ECB.1010601@gnu.org> <87aavz63x2.fsf@wanchan.jasonrumney.net> <87636n5xom.fsf@wanchan.jasonrumney.net> <83ockdrtv3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1264768846 7471 80.91.229.12 (29 Jan 2010 12:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2010 12:40:46 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 29 13:40:42 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 1Naq9R-0000nd-PF for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 13:40:41 +0100 Original-Received: from localhost ([127.0.0.1]:39560 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naq9O-0007pb-6Y for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 07:40:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Naq7e-0006uQ-2w for emacs-devel@gnu.org; Fri, 29 Jan 2010 07:38:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Naq7Y-0006s2-Uv for emacs-devel@gnu.org; Fri, 29 Jan 2010 07:38:49 -0500 Original-Received: from [199.232.76.173] (port=40392 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naq7Y-0006rq-AF for emacs-devel@gnu.org; Fri, 29 Jan 2010 07:38:44 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:41610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Naq7V-0002Lj-Cu; Fri, 29 Jan 2010 07:38:41 -0500 Original-Received: by bwz7 with SMTP id 7so879613bwz.26 for ; Fri, 29 Jan 2010 04:38:39 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Tvp6SnaA6K4Md4MTdxfeYQoLDvUMm5VxGMSDgUjckB4=; b=shMRiVdThIqFxTw/NqyoAdNS2E74cMFT/ThwiQRDxVeIA46tVN1GEm5/g17aG/niLb 6s2rTw/+KRxf3uvyX6isZHLeQNs8c6NSZjl2uIMmTUWKYyX83yxUsqw8KtbTBOLrhHV/ FMecpvSOqdVpJXIJ0LNrX+6L6kaIyinIC/yMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cmPz3P8+3PyY2qEK3Z8vyOwvtQD2S+Z87viOAnwiHLxinx/wQ2hI7s7GgJfNBl6zaH +nXzgVomImZgi5CxKeij8shx7eTaiXZVq2uvUWrWr8wzvzd8Yv8i9Sxre814Y5F9JDbM Xe/akFe3fIN6xF1gFEpLaflV5pn5f4l+Wg2Gc= Original-Received: by 10.204.34.3 with SMTP id j3mr490000bkd.23.1264768719172; Fri, 29 Jan 2010 04:38:39 -0800 (PST) In-Reply-To: <83ockdrtv3.fsf@gnu.org> 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:120647 Archived-At: On Fri, Jan 29, 2010 at 13:14, Eli Zaretskii wrote: > The "event->uChar.AsciiChar < 128" part in the above condition causes > compiler warnings: > > =C2=A0w32inevt.c: In function `key_event': > =C2=A0w32inevt.c:473: warning: comparison is always true due to limited r= ange of data type Curious, comping with gcc (TDM-2 mingw32) 4.4.1-dw2 I don't get these warni= ngs. > Juanma, can you check that removing that > does not cause trouble in your use-case? No trouble at all. Juanma