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: [23.1.50] C-y not processed immediately on a terminal Date: Wed, 16 Dec 2009 09:43:18 +0900 Message-ID: References: <20091212.170921.154994048134698066.kasahara@nc.kyushu-u.ac.jp> <20091212.173933.1986491780039580529.kasahara@nc.kyushu-u.ac.jp> <87pr6k5yb2.fsf@catnip.gol.com> <20091212.224716.1155467487217038227.kasahara@nc.kyushu-u.ac.jp> <87r5qyx0ix.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260924354 4559 80.91.229.12 (16 Dec 2009 00:45:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Dec 2009 00:45:54 +0000 (UTC) Cc: emacs-devel@gnu.org, kasahara@nc.kyushu-u.ac.jp, miles@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 16 01:45:46 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 1NKi0p-0005f6-GV for ged-emacs-devel@m.gmane.org; Wed, 16 Dec 2009 01:45:07 +0100 Original-Received: from localhost ([127.0.0.1]:55450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKi0p-0007Sg-6N for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2009 19:45:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKhzJ-0006nE-B2 for emacs-devel@gnu.org; Tue, 15 Dec 2009 19:43:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKhzE-0006jx-8Z for emacs-devel@gnu.org; Tue, 15 Dec 2009 19:43:32 -0500 Original-Received: from [199.232.76.173] (port=40014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKhzE-0006jr-3a for emacs-devel@gnu.org; Tue, 15 Dec 2009 19:43:28 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:33452) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKhzA-0001Ve-GV; Tue, 15 Dec 2009 19:43:24 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id nBG0hJWA009574; Wed, 16 Dec 2009 09:43:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id nBG0hJKq001854; Wed, 16 Dec 2009 09:43:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id nBG0hIvl028468; Wed, 16 Dec 2009 09:43:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NKhz4-0004oY-GL; Wed, 16 Dec 2009 09:43:18 +0900 In-Reply-To: (message from Richard Stallman on Tue, 15 Dec 2009 08:12:11 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 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:118644 Archived-At: In article , Richard Stallman writes: > It's not an input method, it's a keyboard encoding (in this case > EUC-JP), and that's determined by an outsider party/standard/... > Perhaps we should support it but warn users to avoid it. Maybe we > should offer a modified version adapted to work better with Emacs. As I wrote, this was a bug of decoder and is already fixed. As far as I know, all coding systems derived from locale (and thus automatically used as keyboard coding system) are ascii-compatible. It's possible that one tries set ascii-noncompatible coding system to keyboard coding system manually, but set-keyboard-coding-system already has a code to signal an error in such a case. --- Kenichi Handa handa@m17n.org