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: Wed, 27 Jan 2010 10:50:14 +0100 Message-ID: References: <87fx5vef1j.fsf@stupidchicken.com> <87sk9sga2k.fsf@stupidchicken.com> <83aaw068mj.fsf@gnu.org> <4B5F9ECB.1010601@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 1264585863 2313 80.91.229.12 (27 Jan 2010 09:51:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2010 09:51:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 27 10:50:55 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.50) id 1Na4Y2-00013x-Ch for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 10:50:54 +0100 Original-Received: from localhost ([127.0.0.1]:47161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na4Y3-0008EE-4d for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 04:50:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na4Xu-0008Bb-HF for emacs-devel@gnu.org; Wed, 27 Jan 2010 04:50:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na4Xp-00088v-Nr for emacs-devel@gnu.org; Wed, 27 Jan 2010 04:50:45 -0500 Original-Received: from [199.232.76.173] (port=59645 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na4Xp-00088g-KL for emacs-devel@gnu.org; Wed, 27 Jan 2010 04:50:41 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:61358) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na4Xj-0001yA-G8; Wed, 27 Jan 2010 04:50:35 -0500 Original-Received: by bwz7 with SMTP id 7so2209112bwz.26 for ; Wed, 27 Jan 2010 01:50:34 -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=AmQ6ob1jpONNdl8nkjgcvJ6TCU8rl16821IZBqw5U6Y=; b=GmgA1T49XnpAf4kgbKycrpuFxbOlpQkN3w0Bh70Y9W3UNTJoAldC51BFn0VTyMScgM WztsZ+6I8bXmCSuoFSoLup28ouB1NBnc5uQKYleSmIroR3UjUNOc8BoRDIXZZQrWkRag 6Ko6t0REr8mOYKnLJtT5a/RMPnKGaFdwMwh7k= 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=EWGK3cPXiaByBUFnjmSMq+nbcCcwDd2iCl8iEE7VmV7mTcQ9gBU79izj7pKE4JlSJ5 euLtYKrzNOLwkQR+1Ngq2sZz/0EmnJzlYOMWdjG9iCGvMUnlypgCzP138shvxm6jO7e+ w0X2I/NxRLXXy/yjPEDX+3G0YbGeWU0vCVZh4= Original-Received: by 10.204.32.204 with SMTP id e12mr568972bkd.115.1264585834098; Wed, 27 Jan 2010 01:50:34 -0800 (PST) In-Reply-To: <4B5F9ECB.1010601@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:120489 Archived-At: On Wed, Jan 27, 2010 at 03:02, Jason Rumney wrote: > w32inevt.c needs the equivalent of this code from w32term.c at the point > where it currently sets the event kind to ASCII_KEYSTROKE_EVENT. > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0inev.kind =3D inev.code <= 128 ? ASCII_KEYSTROKE_EVENT > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0: = MULTIBYTE_CHAR_KEYSTROKE_EVENT; =C3=B1 -> "A-C-H-M-S-s-\244 is undefined" so something more needs to be done. Juanma