From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Wells Newsgroups: gmane.emacs.devel Subject: Re: [jbw@macs.hw.ac.uk: strange Emacs 22.1 failure due to utf-8-compose-scripts when --no-window-system used] Date: Tue, 17 Jul 2007 11:27:14 +0100 Message-ID: <86644jwcjh.fsf@macs.hw.ac.uk> References: <86hco4wed4.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184668022 26989 80.91.229.12 (17 Jul 2007 10:27:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 10:27:02 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 12:26:58 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 1IAkGf-0003Lb-K9 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 12:26:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAkGf-0000bS-2g for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 06:26:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAkGa-0000av-PC for emacs-devel@gnu.org; Tue, 17 Jul 2007 06:26:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAkGZ-0000aJ-4p for emacs-devel@gnu.org; Tue, 17 Jul 2007 06:26:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAkGY-0000aG-Ti for emacs-devel@gnu.org; Tue, 17 Jul 2007 06:26:50 -0400 Original-Received: from izanami.macs.hw.ac.uk ([137.195.13.6]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IAkGX-0005OU-B8; Tue, 17 Jul 2007 06:26:49 -0400 Original-Received: from lxultra1.macs.hw.ac.uk ([137.195.27.173]:48467 helo=127.0.0.1) by izanami.macs.hw.ac.uk with smtp (Exim 4.51) id 1IAkGS-0004P7-Ti; Tue, 17 Jul 2007 11:26:44 +0100 Original-Received: (nullmailer pid 16385 invoked by uid 1001); Tue, 17 Jul 2007 10:27:14 -0000 In-Reply-To: (Kenichi Handa's message of "Tue, 17 Jul 2007 13:35:21 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74971 Archived-At: Kenichi Handa writes: > In article <86hco4wed4.fsf@macs.hw.ac.uk>, Joe Wells writes: > >> Kenichi Handa writes: >> > Sorry for the late response, but I can't reproduce that >> > problem with the latest CVS code. > >> That sounds like good news. > >> Am I correct in assuming others _can_ reproduce the problem with the >> official Emacs 22.1 release? > > No. I've just tried with the released version of Emacs > 22.1, but I couldn't reproduce it. Can _anyone_ else reproduce the bug? If you have the bug, then the following invocation of Emacs 22.1 will raise a recursive load error: export LC_CTYPE=en_US.UTF-8 emacs --no-window-system --quick --eval '(setq utf-8-compose-scripts t)' --load "lao-util" -- Joe >> Otherwise maybe I need to provide better >> instructions for reproducing the problem. > > Please, if you can reprodue the bug with the latest CVS code. > > --- > Kenichi Handa > handa@m17n.org