From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: BIG5-HKSCS? Date: Mon, 17 Nov 2003 10:12:11 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200311170112.KAA11194@etlken.m17n.org> References: <200311130153.KAA04615@etlken.m17n.org> <200311130610.PAA04983@etlken.m17n.org> NNTP-Posting-Host: deer.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 1069031651 15939 80.91.224.253 (17 Nov 2003 01:14:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 01:14:11 +0000 (UTC) Cc: emacs-unicode@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Nov 17 02:14:09 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALXxw-0003LO-00 for ; Mon, 17 Nov 2003 02:14:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALXxw-0002b1-00 for ; Mon, 17 Nov 2003 02:14:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALYud-0000Al-L1 for emacs-devel@quimby.gnus.org; Sun, 16 Nov 2003 21:14:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALYuH-00007g-3j for emacs-devel@gnu.org; Sun, 16 Nov 2003 21:14:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALYtf-000875-7R for emacs-devel@gnu.org; Sun, 16 Nov 2003 21:14:19 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALYte-00086U-Af; Sun, 16 Nov 2003 21:13:46 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id hAH1CCh16233; Mon, 17 Nov 2003 10:12:12 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6/3.7W-20010823150639) with ESMTP id hAH1CBs05827; Mon, 17 Nov 2003 10:12:11 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id KAA11194; Mon, 17 Nov 2003 10:12:11 +0900 (JST) Original-To: jas@extundo.com In-reply-to: (message from Simon Josefsson on Sat, 15 Nov 2003 23:32:08 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17850 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17850 In article , Simon Josefsson writes: >> As bbdb is not a part of Emacs, I have no idea what is wrong >> with it. > Here is a test case: > (setq bbdb-mode-map (make-keymap)) > (suppress-keymap bbdb-mode-map) > (define-key bbdb-mode-map [(?\;)] 'bbdb-record-edit-notes) > (define-key bbdb-mode-map [(??)] 'bbdb-help) Thank you. I found a bug in handling Lucid style event type list. I've just installed a fix. By the way, Oliver Scholz has also started testing emacs-unicode and our discussion shifted to emacs-unicode@gnu.org mailing list. I think it is better to use that mailing list for bug-reports specific to emacs-unicode. --- Ken'ichi HANDA handa@m17n.org