From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: assertion failed: c == event->code Date: Thu, 13 Dec 2007 16:37:37 +0000 Message-ID: <47615FD1.5080009@gnu.org> References: <47613EC3.7020004@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1197563917 7504 80.91.229.12 (13 Dec 2007 16:38:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2007 16:38:37 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 13 17:38:47 2007 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 1J2r53-0007nj-1c for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2007 17:38:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2r4k-0005IV-QV for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2007 11:38:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2r4S-00057Z-Pr for emacs-devel@gnu.org; Thu, 13 Dec 2007 11:38:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2r4O-00055g-Cf for emacs-devel@gnu.org; Thu, 13 Dec 2007 11:38:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2r4O-00055d-4N for emacs-devel@gnu.org; Thu, 13 Dec 2007 11:37:56 -0500 Original-Received: from mk-outboundfilter-4-a-1.mail.uk.tiscali.com ([212.74.114.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2r4N-0004jm-Ox for emacs-devel@gnu.org; Thu, 13 Dec 2007 11:37:55 -0500 Original-X-Trace: 554251/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$INTERNET-ACCEPTED/None/212.183.132.40 X-SBRS: None X-RemoteIP: 212.183.132.40 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAPTuYEfUt4Qo/2dsb2JhbAAIqjs Original-Received: from host212-183-132-40.uk.access.vodafone.net (HELO [192.168.0.34]) ([212.183.132.40]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 13 Dec 2007 16:37:51 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: 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:85129 Archived-At: Juanma Barranquero wrote: > I can type C-º, C-ª, C-¿, C-¡, C-ñ, C-Ñ, C-ç, C-Ç. > OK, I see the code in keyboard.c tries to handle ISO controls (with the top bit set). Since the keyboard coding system is cp1252, the ISO control codes get translated into the characters you are seeing. This doesn't explain why the eassert is triggering though, as the original characters are within the expected range (0-0xff).