From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: Re: quail-show/set keyboard Date: Mon, 19 Mar 2007 17:04:07 +0900 Message-ID: <20070319170407.1564@henman-np.b-eng.it.to-be.co.jp> References: <20070319115427.3036@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174291470 978 80.91.229.12 (19 Mar 2007 08:04:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 08:04:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 09:04:22 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 1HTCqr-0006V1-3M for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 09:04:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTCsI-0005UA-EH for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 03:05:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTCsF-0005Sa-GC for emacs-devel@gnu.org; Mon, 19 Mar 2007 04:05:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTCsE-0005R8-LB for emacs-devel@gnu.org; Mon, 19 Mar 2007 04:05:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTCsE-0005Qv-HM for emacs-devel@gnu.org; Mon, 19 Mar 2007 03:05:46 -0500 Original-Received: from ns-2.to-be.co.jp ([219.127.155.130]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HTCqm-00030a-1I for emacs-devel@gnu.org; Mon, 19 Mar 2007 04:04:17 -0400 Original-Received: (qmail 64888 invoked from network); 19 Mar 2007 17:04:08 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 19 Mar 2007 17:04:08 +0900 Original-Received: (qmail 1534 invoked from network); 19 Mar 2007 17:04:08 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 19 Mar 2007 17:04:08 +0900 Original-Received: (qmail 1529 invoked by alias); 19 Mar 2007 17:04:07 +0900 Original-Received: (qmail 1510 invoked from network); 19 Mar 2007 17:04:07 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.5.188) by imss-3.it.to-be.co.jp with SMTP; 19 Mar 2007 17:04:07 +0900 In-reply-to: Your message of Mon, 19 Mar 2007 13:47:04 +0900 X-Mailer: MH-E 8.0.3; GNU Mailutils 1.1.90; GNU Emacs 22.0.93 X-detected-kernel: FreeBSD 4.6-4.9 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:68085 Archived-At: > From: Kenichi Handa > > > Specifically, I explicitly set the > > > quail-set-keyboard-layout ==> jp106 > > quail-show-keyboard-layout => jp106 > > > But, when I type shift numbericals 6-0 I am getting "standard keyboard layout" codes. > > I can't reproduce that bug. Which input method did you try? After rebuilding freetype2 (probably no relation) and a shutdown startup sequence and it is back to normal now... I can reproduce it either. Which is strange becuase I tried powering down and up before.... > Please check if Emacs works as expected when started with -Q > argument. If it works, then please find which of your > settings in .emacs is the culprit. When it happens again I'll try it. But I haven't been touching my .emacs file. Thanks darel Henman