From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: Compile leim and install to existing emacs Date: 15 May 2003 20:58:35 +0100 Organization: freedom2surf Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87d6iliwgi.fsf@gmx.net> <874r3wnuy9.fsf@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053029081 21464 80.91.224.249 (15 May 2003 20:04:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 20:04:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 15 22:04:39 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GOum-0005Hn-00 for ; Thu, 15 May 2003 22:01:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GOu1-0000dk-02 for gnu-help-gnu-emacs@m.gmane.org; Thu, 15 May 2003 16:00:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!demon!mephistopheles.news.clara.net!news.clara.net!news.freedom2surf.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 195.137.103.251 Original-X-Trace: news.freedom2surf.net 1053028740 8863 195.137.103.251 (15 May 2003 19:59:00 GMT) Original-X-Complaints-To: abuse@freedom2surf.net Original-NNTP-Posting-Date: Thu, 15 May 2003 19:59:00 +0000 (UTC) X-Face: .PruP48JRO{Z6Rfz?YkZ>)zR+7!Up"`!1Cvq{fGd)@K; y]C:8r\CrJ^Mj\_U"9*WD2 I#zdK_#tw]y9*Y$?ge&b23Zt7zpknL{)F7Px4DVSY6b9dg[^VtkN-R_$YJ0cL''j[,}O#k{k| User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:113283 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9779 upro writes: > Jason Rumney writes: > > > upro writes: > > > >> Is it possible to compile leim seperately and install into an existing > >> emacs tree (mine is at /usr/share/emacs)? > > > > Yes. Normally leim is built after the rest of Emacs anyway. > > > The leim I got (leim-21.3.tar.gz) unpackes right into the emacs-21.3 > source tree. Right. But once built it can be copied to another installation of Emacs without any problems. You can also get a precompiled leim from the /gnu/windows/emacs/ directory of ftp.gnu.org. Or if you manually create the Makefile based on some minor editing of Makefile.in, it is possible to build it seperately without the Emacs src.