From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 22.1.50; function (keyboard-coding-system) doesn't consistent with variable keyboard-coding-system Date: Sat, 08 Sep 2007 11:44:06 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189241065 12856 80.91.229.12 (8 Sep 2007 08:44:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2007 08:44:25 +0000 (UTC) Cc: id.brep@gmail.com, emacs-devel@gnu.org, handa@m17n.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 08 10:44:25 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 1ITvvQ-0003wJ-6y for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 10:44:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITvvO-0008O3-3B for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 04:44:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITvvK-0008MD-GI for emacs-devel@gnu.org; Sat, 08 Sep 2007 04:44:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITvvI-0008JV-CX for emacs-devel@gnu.org; Sat, 08 Sep 2007 04:44:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITvvI-0008JO-5k for emacs-devel@gnu.org; Sat, 08 Sep 2007 04:44:12 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITvvD-0000U8-W9; Sat, 08 Sep 2007 04:44:08 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-141-251.inter.net.il [80.230.141.251]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IVM87781 (AUTH halo1); Sat, 8 Sep 2007 11:43:57 +0300 (IDT) In-reply-to: (message from Richard Stallman on Tue, 04 Sep 2007 18:57:41 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:78245 Archived-At: > From: Richard Stallman > Date: Tue, 04 Sep 2007 18:57:41 -0400 > Cc: emacs-pretest-bug@gnu.org, id.brep@gmail.com, emacs-devel@gnu.org > > > In my system (Windows XP, cp936 locale), function > > (keyboard-coding-system) returns nil, while variable > > keyboard-coding-system has a value of "cp936", this result in that > > chinese characters can't be inputed with system input method, I have to > > add (set-keyboard-coding-system 'cp936) in my ~/.emacs to make the > > system input method work, which was not necessary some days ago. > > I suspect that this is because of multi-tty change which was > installed some days ago. Those who know about multi-tty > codes, please check what was broken. > > I don't think so, because the version number he gives is that of > EMACS_22_BASE. In multi-tty, the version number is 23.0.50. > > Please investigate this as a bug in Emacs 22. There's no bug in Emacs 22.x, neither in the released version 22.1 nor in the current EMACS_22_BASE branch in CVS. The trunk does exhibit the bug Like Handa-san, I suspect that this problem is caused by the multi-tty merge.