From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 22.1.50; function (keyboard-coding-system) doesn't consistent with variable keyboard-coding-system Date: Tue, 04 Sep 2007 13:26:17 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1188880022 19695 80.91.229.12 (4 Sep 2007 04:27:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 04:27:02 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: Zhang Wei Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 06:27:01 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 1ISQ0C-0001hL-TC for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 06:27:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISQ0B-0008AJ-Hm for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 00:26:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISQ07-000897-4t for emacs-devel@gnu.org; Tue, 04 Sep 2007 00:26:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISQ05-00088S-U0 for emacs-devel@gnu.org; Tue, 04 Sep 2007 00:26:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISQ05-00088L-Kk for emacs-devel@gnu.org; Tue, 04 Sep 2007 00:26:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISQ05-0004oB-D7 for emacs-devel@gnu.org; Tue, 04 Sep 2007 00:26:53 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISPzq-0003uH-JF for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 00:26:38 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ISPzz-0004my-56 for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 00:26:52 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISPzy-0004kW-Aq; Tue, 04 Sep 2007 00:26:47 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l844QPi7001412; Tue, 4 Sep 2007 13:26:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l844QOrr012143; Tue, 4 Sep 2007 13:26:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l844QH5u006210; Tue, 4 Sep 2007 13:26:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1ISPzV-0003yz-2H; Tue, 04 Sep 2007 13:26:17 +0900 In-reply-to: (message from Zhang Wei on Tue, 04 Sep 2007 12:01:27 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77717 gmane.emacs.pretest.bugs:19728 Archived-At: Sorry for not responding on this matter. In article , Zhang Wei writes: > 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. FYI, on GNU/Linux, when invoked by "emacs -nw", keyboard-coding-system is correctly set. --- Kenichi Handa handa@m17n.org