From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: emacs-unicode: `Encoded-kbd' weirdness during batch-mode Date: Mon, 04 Oct 2004 10:24:33 +0900 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=euc-jp Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1096853136 6641 80.91.229.6 (4 Oct 2004 01:25:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2004 01:25:36 +0000 (UTC) Cc: emacs-unicode@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 04 03:25:28 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 1CEHbU-0007J4-00 for ; Mon, 04 Oct 2004 03:25:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEHi3-0004ws-EU for ged-emacs-devel@m.gmane.org; Sun, 03 Oct 2004 21:32:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEHhq-0004sp-5E for emacs-devel@gnu.org; Sun, 03 Oct 2004 21:32:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEHhp-0004sV-Ht for emacs-devel@gnu.org; Sun, 03 Oct 2004 21:32:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEHhp-0004sL-Fd for emacs-devel@gnu.org; Sun, 03 Oct 2004 21:32:01 -0400 Original-Received: from [202.32.8.202] (helo=tyo202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CEHaq-0000Gu-Jb; Sun, 03 Oct 2004 21:24:49 -0400 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.162] (may be forged)) by tyo202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i941Ohn14149; Mon, 4 Oct 2004 10:24:43 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i941OhW06486; Mon, 4 Oct 2004 10:24:43 +0900 (JST) Original-Received: from edsgm02.lsi.nec.co.jp ([10.50.208.12]) by mailsv5.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id i941ObN29718; Mon, 4 Oct 2004 10:24:37 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edsgm02.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id i941OaoW024535; Mon, 4 Oct 2004 10:24:36 +0900 (JST) Original-Received: from mctpc71 (mctpc71.ucom.lsi.nec.co.jp [10.30.118.121]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i941OZwt001203; Mon, 4 Oct 2004 10:24:35 +0900 (JST) Original-Received: by mctpc71 (Postfix, from userid 31295) id 8BDE74D0; Mon, 4 Oct 2004 10:24:34 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 29 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:27863 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27863 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 /us= r/local/src/emacs/unicode/lisp/progmodes/cc-mode.el Unsupported coding system in Encoded-kbd mode: utf-8 make: *** [/usr/local/src/emacs/unicode/lisp/progmodes/cc-mode.elc] =A5= =A8=A5=E9=A1=BC 255 make: Leaving directory `/usr/local/build/emacs/unicode/lisp' Compilation succeeds if I do `LANG=3DC' first. Thanks, -Miles --=20 Occam's razor split hairs so well, I bought the whole argument!