From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: New dumping problem... Date: Mon, 20 Jun 2005 09:42:50 +0900 Organization: Emacsen advocacy group Message-ID: References: <20050618.020729.192953061.jet@gyve.org> <20050618.122801.78242809.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119229021 18794 80.91.229.2 (20 Jun 2005 00:57:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 00:57:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 02:56:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkAap-0002ML-89 for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 02:56:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkAgw-0007DI-P8 for ged-emacs-devel@m.gmane.org; Sun, 19 Jun 2005 21:03:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkAfN-0006th-MG for emacs-devel@gnu.org; Sun, 19 Jun 2005 21:01:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkAfB-0006mO-Jh for emacs-devel@gnu.org; Sun, 19 Jun 2005 21:01:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkAfB-0006hx-EY for emacs-devel@gnu.org; Sun, 19 Jun 2005 21:01:21 -0400 Original-Received: from [66.225.201.13] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DkAQv-0001DO-Vt for emacs-devel@gnu.org; Sun, 19 Jun 2005 20:46:38 -0400 Original-Received: from localhost.servershost.net ([127.0.0.1] helo=localhost) by washington.hostforweb.net with esmtpa (Exim 4.50) id 1DkAOX-0002p4-Hx; Sun, 19 Jun 2005 19:44:09 -0500 Original-To: Masatake YAMATO X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v) Cancel-Lock: sha1:CWioJxU/G15r6rphbfFtg/eCv1g= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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:39133 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39133 >>>>> In <20050618.122801.78242809.jet@gyve.org> >>>>> Masatake YAMATO wrote: >>> When running make, could you try -R option with setarch? >>> $ setarch i386 -R make >> Thank you very much for looking into it. I'm now home where >> there's not the pc in which Fedore Core 4 is installed, but I'll >> try that measure in Monday. Did you succeed with it? > Yes, I did. I succeeded in building Emacs under Fedora Core 4 with: ./configure args... ; setarch i386 -R make bootstrap Thanks again. Even if I used the `-R' option, I also confirmed wrapping temacs with `setarch i386 -R' when dumping Emacs (as described in etc/PROBLEMS) was ineffective. BTW, FC4 eats the C-SPC key for the `iiimx' program which is the input method for (at least?) Japanese text by default, so I couldn't use C-SPC for `set-mark-command' in Emacs. Liang Zhao kindly told me that it can be solved by removing `space' from the /usr/lib/X11/app-defaults/Iiimx file, and I put it into practice. Furthermore, I saw I can simply remove that file. While I did so, I'm still able to start writing Japanese text in gnome-terminal, Firefox, etc. using C-SPC or S-SPC. Although I cannot use C-SPC in Emacs started with the `-nw' option in gnome-terminal, it will probably be solved by modifying the X resources for gnome-terminal (I haven't found the way for that yet, though). Regards,