From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: [23.1.50] C-y not processed immediately on a terminal Date: Sat, 12 Dec 2009 18:36:17 +0900 Message-ID: <87pr6k5yb2.fsf@catnip.gol.com> References: <20091212.170921.154994048134698066.kasahara@nc.kyushu-u.ac.jp> <20091212.173933.1986491780039580529.kasahara@nc.kyushu-u.ac.jp> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260610609 27125 80.91.229.12 (12 Dec 2009 09:36:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Dec 2009 09:36:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yoshiaki Kasahara Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 12 10:36:42 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 1NJOP4-0004UT-2T for ged-emacs-devel@m.gmane.org; Sat, 12 Dec 2009 10:36:42 +0100 Original-Received: from localhost ([127.0.0.1]:55611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJOP3-0005ES-ON for ged-emacs-devel@m.gmane.org; Sat, 12 Dec 2009 04:36:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJOOt-0005Da-Gr for emacs-devel@gnu.org; Sat, 12 Dec 2009 04:36:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJOOn-0005CA-AX for emacs-devel@gnu.org; Sat, 12 Dec 2009 04:36:29 -0500 Original-Received: from [199.232.76.173] (port=40321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJOOn-0005C2-1K for emacs-devel@gnu.org; Sat, 12 Dec 2009 04:36:25 -0500 Original-Received: from smtp11.dentaku.gol.com ([203.216.5.73]:36597) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJOOk-0001Hx-VR; Sat, 12 Dec 2009 04:36:23 -0500 Original-Received: from 218.33.236.143.eo.eaccess.ne.jp ([218.33.236.143] helo=catnip.gol.com) by smtp11.dentaku.gol.com with esmtpa (Dentaku) id 1NJOOi-0002zl-AJ; Sat, 12 Dec 2009 18:36:20 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id 417D7DF8C; Sat, 12 Dec 2009 18:36:17 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: <20091212.173933.1986491780039580529.kasahara@nc.kyushu-u.ac.jp> (Yoshiaki Kasahara's message of "Sat, 12 Dec 2009 17:39:33 +0900 (JST)") Original-Lines: 34 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:118564 Archived-At: Yoshiaki Kasahara writes: >> For several months I felt annoying that Emacs on a terminal (emacs >> -nw) ignored "C-y" until next key input. Even C-q C-y is not processed >> immediately ("^Y" doesn't show up on the screen) until I type another >> key. I tried from C-a to C-z, and only C-y was affected. It occured >> with emacs -Q -nw. > > Also I noticed that when I typed "C-y 1", halfwidth =E3=82=A2 was inserted > into the buffer. So I guess C-y is treated as a prefix of halfwidth > katakana. What's LANG (etc) set to? If I do: LANG=3Dja_JP.euc-jp emacs -Q -nw then I see your problem. But if I do: LANG=3Dja_JP.utf8 emacs -Q -nw (or, LANG=3DC, or LANG=3Dja_JP.shift_jis, etc) There's no problem. So I'd guess your keyboard-coding-system is set to something which interprets C-y (you can turn it off using "C-x m k"). -Miles --=20 Suburbia: where they tear out the trees and then name streets after them.