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: emacs-unicode: `Encoded-kbd' weirdness during batch-mode Date: Mon, 4 Oct 2004 11:57:38 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410040257.LAA09569@etlken.m17n.org> References: 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 1096858701 14853 80.91.229.6 (4 Oct 2004 02:58:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2004 02:58:21 +0000 (UTC) Cc: emacs-unicode@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 04 04:58:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEJ3B-0001ao-00 for ; Mon, 04 Oct 2004 04:58:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEJ9k-0007lL-Ud for ged-emacs-devel@m.gmane.org; Sun, 03 Oct 2004 23:04:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEJ9c-0007jt-LK for emacs-devel@gnu.org; Sun, 03 Oct 2004 23:04:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEJ9c-0007jb-1t for emacs-devel@gnu.org; Sun, 03 Oct 2004 23:04:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEJ9b-0007jR-VS for emacs-devel@gnu.org; Sun, 03 Oct 2004 23:04:47 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CEJ2j-0001zB-Rm; Sun, 03 Oct 2004 22:57:42 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id i942vd7X032711; Mon, 4 Oct 2004 11:57:39 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id i942vcU03960; Mon, 4 Oct 2004 11:57:38 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id LAA09569; Mon, 4 Oct 2004 11:57:38 +0900 (JST) Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on Mon, 04 Oct 2004 10:24:33 +0900) 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.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27867 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27867 In article , Miles Bader writes: > I have a feeling the following shouldn't happen: > $ emacs --version > GNU Emacs 22.0.0.7 > Copyright (C) 2004 Free Software Foundation, Inc. > GNU Emacs comes with ABSOLUTELY NO WARRANTY. > You may redistribute copies of Emacs > under the terms of the GNU General Public License. > For more information about these matters, see the file named COPYING. > $ echo $LANG > ja_JP.UTF-8 > $ make -C /usr/local/build/emacs/unicode/lisp recompile > make: Entering directory `/usr/local/build/emacs/unicode/lisp' > ../src/emacs -batch --no-site-file --multibyte -f batch-byte-compile /usr/local/src/emacs/unicode/lisp/progmodes/cc-mode.el > Unsupported coding system in Encoded-kbd mode: utf-8 Thank you for finding this bug. It seems that I made a mistake when I merged a change in trunk. I've just installed a fix. --- Ken'ichi HANDA handa@m17n.org