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: Thu, 06 Sep 2007 21:35:55 +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 1189082199 12033 80.91.229.12 (6 Sep 2007 12:36:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 12:36:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, id.brep@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 14:36:39 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 1ITGb0-0005lJ-MH for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 14:36:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITGay-0001E4-WD for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 08:36:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITGav-0001Cx-IX for emacs-devel@gnu.org; Thu, 06 Sep 2007 08:36:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITGas-00018i-V3 for emacs-devel@gnu.org; Thu, 06 Sep 2007 08:36:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITGas-00018W-OH for emacs-devel@gnu.org; Thu, 06 Sep 2007 08:36:22 -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 1ITGaj-0005m6-SW; Thu, 06 Sep 2007 08:36:14 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l86CZwOp023046; Thu, 6 Sep 2007 21:35:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l86CZw37022371; Thu, 6 Sep 2007 21:35:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l86CZt7D025702; Thu, 6 Sep 2007 21:35:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1ITGaR-0005t9-I4; Thu, 06 Sep 2007 21:35:55 +0900 In-reply-to: (message from Richard Stallman on Tue, 04 Sep 2007 18:57:41 -0400) 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-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:77972 gmane.emacs.pretest.bugs:19756 Archived-At: In article , Richard Stallman 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. > 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. I tested EMACS_22_BASE, before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, and the latest trunk on Windows-XP. The first two have no problem. merge-multi-tty-to-trunk can't be build because of compilation error. The latest trunk code can be build but, (keyboard-coding-system) returns nil. So, I still think that the problem is because of multi-tty merging. --- Kenichi Handa handa@m17n.org