From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: recognization Date: Thu, 02 Jul 2009 15:44:48 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1246517126 7424 80.91.229.12 (2 Jul 2009 06:45:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2009 06:45:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 02 08:45:19 2009 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 1MMG2o-0007rp-GV for ged-emacs-devel@m.gmane.org; Thu, 02 Jul 2009 08:45:18 +0200 Original-Received: from localhost ([127.0.0.1]:38773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMG2n-0008B8-U3 for ged-emacs-devel@m.gmane.org; Thu, 02 Jul 2009 02:45:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMG2X-00080a-Fz for emacs-devel@gnu.org; Thu, 02 Jul 2009 02:45:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMG2T-0007zN-Ra for emacs-devel@gnu.org; Thu, 02 Jul 2009 02:45:01 -0400 Original-Received: from [199.232.76.173] (port=48106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMG2T-0007zK-Pn for emacs-devel@gnu.org; Thu, 02 Jul 2009 02:44:57 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:45075) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMG2T-0006K7-9T for emacs-devel@gnu.org; Thu, 02 Jul 2009 02:44:57 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMG2S-0004vL-A6 for emacs-devel@gnu.org; Thu, 02 Jul 2009 02:44:56 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n626im6T028684; Thu, 2 Jul 2009 15:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n626imHJ023383; Thu, 2 Jul 2009 15:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n626imkS022176; Thu, 2 Jul 2009 15:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MMG2K-0006aJ-3E; Thu, 02 Jul 2009 15:44:48 +0900 In-reply-to: (message from Herbert Euler on Thu, 2 Jul 2009 14:04:46 +0800) X-Detected-Operating-System: by mx20.gnu.org: Solaris 9 X-detected-operating-system: by monty-python.gnu.org: GNU/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:111895 Archived-At: In article , Herbert Euler writes: > I find the key is recognized differently before and after > evaluating > (set-keyboard-coding-system 'utf-8) Oops, I've just installed this fix. 2009-07-02 Kenichi Handa * international/mule.el (set-keyboard-coding-system): Force *-unix coding-system to avoid eol conversion. --- Kenichi Handa handa@m17n.org