From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: emacs error Date: Mon, 19 Jul 2004 09:55:09 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40FBEEDD.2000004@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090252539 32549 80.91.224.253 (19 Jul 2004 15:55:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2004 15:55:39 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 19 17:55:22 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 1BmaU5-0004uw-00 for ; Mon, 19 Jul 2004 17:55:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmaWm-0003Yw-Jd for geb-bug-gnu-emacs@m.gmane.org; Mon, 19 Jul 2004 11:58:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BmaWk-0003YY-HG for bug-gnu-emacs@gnu.org; Mon, 19 Jul 2004 11:58:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BmaWi-0003Y3-5x for bug-gnu-emacs@gnu.org; Mon, 19 Jul 2004 11:58:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmaWi-0003Xs-2m for bug-gnu-emacs@gnu.org; Mon, 19 Jul 2004 11:58:04 -0400 Original-Received: from [132.239.1.55] (helo=mailbox3.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BmaTw-00013F-TB for bug-gnu-emacs@gnu.org; Mon, 19 Jul 2004 11:55:13 -0400 Original-Received: from Mail.FU-Berlin.DE (mail.fu-berlin.de [130.133.1.2]) by mailbox3.ucsd.edu (8.13.0.Alpha0/8.13.0.Alpha0) with ESMTP id i6JFt89D051369 for ; Mon, 19 Jul 2004 08:55:09 -0700 (PDT) Original-Received: by Mail.FU-Berlin.DE (Exim 4.40) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1BmaTr-0002wb-Kt>; Mon, 19 Jul 2004 17:55:07 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Mon, 19 Jul 2004 17:55:07 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 43 X-Orig-X-Trace: news.uni-berlin.de nz87Kmd+JLalTGbHKQz5DgaZ9u6aE9netxBSwVTbBuXrlFgjE= User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-Spamscanner: mailbox3.ucsd.edu (v1.4 May 20 2004 13:55:33, 2.2/5.0 2.63) X-MailScanner: PASSED (v1.2.8 25674 i6JFt89D051369 mailbox3.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8443 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8443 Moore, Jerry C wrote: > What is this directory for or should it be a link to > /usr/local/share/emacs/21.3/lisp > > # emacs > Warning: Lisp directory `/usr/local/share/emacs/21.3/leim' does not exist. From the emacs-21.3/INSTALL file: | 1. If you want to be able to input international characters which | your keyboard doesn't support directly (i.e. you cannot type | them at the shell prompt), download the leim-M.N.tar.gz | distribution and unpack it into the same directory where you have | unpacked the main Emacs distribution. See ADDITIONAL | DISTRIBUTION FILES, below, for more about this. ... | ADDITIONAL DISTRIBUTION FILES | | * leim-M.N.tar.gz | | The Emacs Lisp code for input methods for various international | character scripts allows you to input characters in scripts which are | not directly supported by your keyboard. It is distributed in a | separate tar file because it amounts to a significant fraction of the | size of the distribution. This tar file is called leim-M.N.tar.gz, | with the same version number as Emacs, and it unpacks into the | directory emacs-M.N/leim. | | You should unpack leim-M.N.tar.gz into the same directory where you | have previously unpacked the main Emacs distribution. It fills in the | contents of one subdirectory, which is present in the main Emacs | distribution only in dummy form. | | Once you have unpacked the Leim tar file into the Emacs source tree, | building and installing Emacs automatically installs the input method | support as well. If you have built Emacs without unpacking Leim | first, just unpack Leim, build Emacs again, and install it again. -- Kevin Rodgers