From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: paths Date: Sat, 22 Feb 2003 03:15:34 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1045901784 23477 80.91.224.249 (22 Feb 2003 08:16:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 22 Feb 2003 08:16:24 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org 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 18mUpZ-00066T-00 for ; Sat, 22 Feb 2003 09:16:22 +0100 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 18mUpX-0002Vb-08 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 22 Feb 2003 03:16:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18mUpO-0002BC-00 for bug-gnu-emacs@gnu.org; Sat, 22 Feb 2003 03:16:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18mUop-0001FS-00 for bug-gnu-emacs@gnu.org; Sat, 22 Feb 2003 03:16:07 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18mUop-0001DQ-00 for bug-gnu-emacs@gnu.org; Sat, 22 Feb 2003 03:15:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18mUoo-0006jk-00; Sat, 22 Feb 2003 03:15:34 -0500 Original-To: Edward Susko In-reply-to: (message from Edward Susko on Thu, 20 Feb 2003 11:07:47 -0400) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4498 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4498 I suspect this was because of name conflicts with code loaded from /usr/local/share/emacs/site-lisp which existed prior to the installation of the updated version. Emacs obeyed your customizations. In src/epaths.h, changing the ordering of directories in the path: define PATH_LOADSEARCH "/usr/local/share/emacs/21.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/local/share/emacs/21.2/leim:/usr/local/share/emacs/21.2/lisp" It is a feature that your locally installed packages override the standard ones. If you want them to apply to just a single Emacs version, put them in the directory that includes the Emacs version number. Basically, you got what you asked for, so if that isn't what you really want, you should ask for what you really want.