From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#8058: 24.0.50; NTEmacs LControl+RAlt chord ignored Date: Wed, 16 Feb 2011 20:02:05 +0200 Message-ID: <83oc6bx3he.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1297879674 30160 80.91.229.12 (16 Feb 2011 18:07:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 18:07:54 +0000 (UTC) Cc: 8058-done@debbugs.gnu.org To: Le Wang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 16 19:07:49 2011 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.69) (envelope-from ) id 1Ppln3-0006Av-2I for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Feb 2011 19:07:49 +0100 Original-Received: from localhost ([127.0.0.1]:38522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppln2-0001Hh-EE for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Feb 2011 13:07:48 -0500 Original-Received: from [140.186.70.92] (port=37687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppllq-0000OZ-O5 for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 13:06:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppllp-000313-R0 for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 13:06:34 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppllp-00030s-Ox for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 13:06:33 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PplZi-0000W6-9Q for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 12:54:02 -0500 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 Feb 2011 17:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 8058 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 8058@debbugs.gnu.org, eliz@gnu.org Original-Received: via spool by 8058-done@debbugs.gnu.org id=D8058.12978788281966 (code D ref 8058); Wed, 16 Feb 2011 17:54:02 +0000 Original-Received: (at 8058-done) by debbugs.gnu.org; 16 Feb 2011 17:53:48 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PplZU-0000Ve-Ie for submit@debbugs.gnu.org; Wed, 16 Feb 2011 12:53:48 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PplZS-0000VS-Dq for 8058-done@debbugs.gnu.org; Wed, 16 Feb 2011 12:53:47 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LGQ00L001ZCZP00@a-mtaout20.012.net.il> for 8058-done@debbugs.gnu.org; Wed, 16 Feb 2011 20:02:01 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.187.92]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LGQ00L7L23CZR10@a-mtaout20.012.net.il>; Wed, 16 Feb 2011 20:02:01 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 16 Feb 2011 12:54:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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:44190 Archived-At: > Date: Thu, 17 Feb 2011 00:25:24 +0800 > From: Le Wang > Cc: > > 1. runemacs -Q > 2. C-hk ++x > > notice nothing happens. Key chord does not register. I've seen this with > 23.2.1 and CVS Emacs. Is this by design? Yes. + produces the AltGr key, which is needed on non-US English keyboards to produce some non-ASCII characters. If you don't want Emacs to recognize AltGr, set the variable w32-recognize-altgr to a nil value. This variable is documented in the Emacs manual, btw. I'm closing the bug report.