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 21:07:48 +0100 Message-ID: References: <87fx5vef1j.fsf@stupidchicken.com> <87sk9sga2k.fsf@stupidchicken.com> <83aaw068mj.fsf@gnu.org> <4B5F9ECB.1010601@gnu.org> <87aavz63x2.fsf@wanchan.jasonrumney.net> <87636n5xom.fsf@wanchan.jasonrumney.net> 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 1264622921 15841 80.91.229.12 (27 Jan 2010 20:08:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2010 20:08:41 +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 21:08:30 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 1NaEBc-0004Ky-0Q for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 21:08:24 +0100 Original-Received: from localhost ([127.0.0.1]:37932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaEBb-0005uW-DH for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 15:08:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaEBV-0005tA-3W for emacs-devel@gnu.org; Wed, 27 Jan 2010 15:08:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaEBQ-0005kF-Co for emacs-devel@gnu.org; Wed, 27 Jan 2010 15:08:16 -0500 Original-Received: from [199.232.76.173] (port=47620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaEBQ-0005k2-8b for emacs-devel@gnu.org; Wed, 27 Jan 2010 15:08:12 -0500 Original-Received: from mail-bw0-f219.google.com ([209.85.218.219]:41181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaEBN-00035F-W0; Wed, 27 Jan 2010 15:08:10 -0500 Original-Received: by bwz19 with SMTP id 19so5162525bwz.8 for ; Wed, 27 Jan 2010 12:08: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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=nEdD/BD+47uqJSiLRliT5B6y+BH3Zt2h73lc7x3Vhas=; b=c/e8/zApoW3mpBCQwNsIKvBpEdZnnr6aPbjocH6WU60+hzGxRFyR1HX5NMWtntt0ZC 0MNpFzt43Fi9UI/SNUcnt4nJZoLcbFI+rrccy2OFq0ERs3n/ikrCeXE42BaK04HQ5UnG 3rHNd6A1bnHsCDFwA08IUaETnDFidqwjYwCZg= 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=ahZft7eJ8Tq0OcbU408vc8KBT6usV7uCwUlszAw+evH7J80muhhzNcVU+9TuIS6N48 9GViqWdZYUlJmYjquaF7v8IhQlgWkPVaOHTs6E9934vxLh6qseBrHbjNyv4jT87YQWXb xkhWsPY2rfyWnqiwtrT+lD8/9wYoXbo8L9CAo= Original-Received: by 10.204.160.147 with SMTP id n19mr4964799bkx.182.1264622888151; Wed, 27 Jan 2010 12:08:08 -0800 (PST) In-Reply-To: <87636n5xom.fsf@wanchan.jasonrumney.net> 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:120521 On Wed, Jan 27, 2010 at 17:18, Jason Rumney wrote: > try changing that to: > > =C2=A0 =C2=A0 else if (event->uChar.AsciiChar > 0 && event->uChar.AsciiCh= ar < 128) That works, yeah. Now with C:\> chcp 1252 C:\> emacs -Q -nw I'm able to type and correctly display all spanish characters (=C3=87=C3=A7=C3=91=C3=B1=C2=A1=C2=BF=C2=BA=C2=AA plus accented chars). Juanma