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: Wed, 18 Jul 2007 16:27:13 +0100 Message-ID: <86sl7lvijy.fsf@macs.hw.ac.uk> References: <86hco4wed4.fsf@macs.hw.ac.uk> <86644jwcjh.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1184772422 9641 80.91.229.12 (18 Jul 2007 15:27:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2007 15: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 Wed Jul 18 17:27:00 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 1IBBQY-0007YM-O0 for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 17:26:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBBQY-0006q0-0y for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 11:26:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBBQU-0006pl-VV for emacs-devel@gnu.org; Wed, 18 Jul 2007 11:26:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBBQT-0006pS-Cs for emacs-devel@gnu.org; Wed, 18 Jul 2007 11:26:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBBQT-0006pP-7N for emacs-devel@gnu.org; Wed, 18 Jul 2007 11:26:53 -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 1IBBQR-0007iS-ST; Wed, 18 Jul 2007 11:26:52 -0400 Original-Received: from lxultra1.macs.hw.ac.uk ([137.195.27.173]:35997 helo=127.0.0.1) by izanami.macs.hw.ac.uk with smtp (Exim 4.51) id 1IBBQN-0005fP-2X; Wed, 18 Jul 2007 16:26:47 +0100 Original-Received: (nullmailer pid 19307 invoked by uid 1001); Wed, 18 Jul 2007 15:27:13 -0000 In-Reply-To: <86644jwcjh.fsf@macs.hw.ac.uk> (Joe Wells's message of "Tue, 17 Jul 2007 11:27:14 +0100") 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:75074 Archived-At: Joe Wells writes: > 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=3Den_US.UTF-8 > emacs --no-window-system --quick --eval '(setq utf-8-compose-scripts t)= ' --load "lao-util" I have reverified the bug. I tested in a dummy account to make sure none of my account settings affected things. I have also verified that I get the bug when using the console (no X windows). Here are some more details on my configuration. I am using Ubuntu=C2=A06.06 LTS (=E2=80=9CDapper Drake=E2=80=9D) with all packages ful= ly updated. Everything I am using is standard Ubuntu except for my kernel and Emacs. I am using a custom Linux kernel version 2.6.17 (this version was fairly current a year ago) with a few extra patches applied by my hardware middleman. As I reported in my original report, I built Emacs with these options: export CFLAGS=3D'-O0 -g3 -ggdb' ./configure --prefix=3D$HOME/local2 --enable-debug --disable-nls --with-x= -toolkit=3Dgtk I suppose that the =E2=80=9C--disable-nls=E2=80=9D or =E2=80=9C--with-x-too= lkit=3Dgtk=E2=80=9D options might contribute to the bug. I hope this is information helps others to reproduce the bug. --=20 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.