From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "jasonal" Newsgroups: gmane.emacs.bugs Subject: Problems on the input side under Win32 Date: Tue, 30 Jan 2007 14:01:59 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1170164418 6905 80.91.229.12 (30 Jan 2007 13:40:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Jan 2007 13:40:18 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 30 14:40:16 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HBtDW-0005jR-Ip for geb-bug-gnu-emacs@m.gmane.org; Tue, 30 Jan 2007 14:40:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HBtDW-0005Hb-5d for geb-bug-gnu-emacs@m.gmane.org; Tue, 30 Jan 2007 08:40:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!newsgate.cistron.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 25 Original-NNTP-Posting-Host: e102.tum.vpn.lrz-muenchen.de Original-X-Trace: quimby.gnus.org 1170162122 4927 129.187.100.102 (30 Jan 2007 13:02:02 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 30 Jan 2007 13:02:02 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Original-Xref: shelby.stanford.edu gnu.emacs.bug:42484 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15562 Archived-At: GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600) of 2007-01-01 on DTOP 1. When I type Euro sign with german keyboard (press AltGr-E) under Win32, it is displayed as \200, which is #x80. The correct Euro sign should be U+20AC. However, it behaves correctly under Linux. 2. It doesn't work under win32 if I want to type C-@ with german keyboard (press Ctrl-AltGr-q) and other similar input related to a key combination of Ctrl-AltGr-. However, it works correctly under Linux. 3. When I type Umlauts (ü ö ä ß µ etc.) with german keyboard, they behave like a prefix command that is waiting for a following type. Thus I have to type ae and a SPACE then delete the SPACE. However, it behaves correctly under Linux. 4. If there are two continued characters which are both larger than 0x80 (ü ö ä ß µ etc.), they can't be displayed correctly under win32. However, it can be displayed correctly under Linux.