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: [emacs-unicode-2] `where-is-internal' fails for `delete-backward-char' in global-map Date: Thu, 20 Sep 2007 16:53:07 +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 1190274811 17339 80.91.229.12 (20 Sep 2007 07:53:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 07:53:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tetsuo Tsukamoto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 09:53:30 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 1IYGqm-0006MX-D7 for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 09:53:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYGqk-00031X-Kt for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 03:53:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYGqi-00031M-HU for emacs-devel@gnu.org; Thu, 20 Sep 2007 03:53:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYGqh-000312-1r for emacs-devel@gnu.org; Thu, 20 Sep 2007 03:53:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYGqg-00030z-VD for emacs-devel@gnu.org; Thu, 20 Sep 2007 03:53: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 1IYGqb-0000CE-Ot for emacs-devel@gnu.org; Thu, 20 Sep 2007 03:53:22 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l8K7r8ui028561; Thu, 20 Sep 2007 16:53:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l8K7r8cK004600; Thu, 20 Sep 2007 16:53:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l8K7r7i9026525; Thu, 20 Sep 2007 16:53:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IYGqR-0000rg-71; Thu, 20 Sep 2007 16:53:07 +0900 In-reply-to: (message from Tetsuo Tsukamoto on Sun, 16 Sep 2007 13:51:11 +0900) 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:79357 Archived-At: In article , Tetsuo Tsukamoto writes: > Under emacs-unicode-2 invoked with `-Q', > (where-is-internal 'delete-backward-char global-map) > returns nil, whereas under Emacs 22.1 or CVS HEAD it returns > ([127]). Thank you for the report. I've just installed a fix. --- Kenichi Handa handa@m17n.org