From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: How to get rid of stock (standard) speedbar if do not have root access? Date: Wed, 13 Dec 2006 16:41:29 -0500 Message-ID: <4581c3cf$1@news.greennet.net> References: <1166031290.755052.213430@l12g2000cwl.googlegroups.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166049636 30171 80.91.229.10 (13 Dec 2006 22:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 22:40:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 13 23:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gucm1-0002sT-M3 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 23:40:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gucm1-0004dk-70 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 17:40:25 -0500 User-Agent: Mozilla/5.0 (X11; U; AIX 000C89FF4C00; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: <1166031290.755052.213430@l12g2000cwl.googlegroups.com> Original-NNTP-Posting-Host: 192.91.197.52 X-Original-NNTP-Posting-Host: 192.91.197.52 Original-X-Trace: 14 Dec 2006 16:36:15 -0500, 192.91.197.52 Original-Lines: 18 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!198.186.194.250.MISMATCH!transit3.readnews.com!news-out.readnews.com!newspeer1.nwr.nac.net!feedme.ziplink.net!news.greennet.net!192.91.197.52 Original-Xref: shelby.stanford.edu gnu.emacs.help:143922 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39527 Archived-At: christopherbalz wrote: > I'm running the latest speedbar, as required by the Java Dev > Environment for Emacs, so I need (per the instructions) to delete the > stock speedbar. But, as with many users, I am working in an > environment where I do not have root access. So I can't delete the old > speedbar. > > Is there a way to get rid of the stock speedbar without having to copy > over the entire install dir on the system to my local account and > redirect Emacs on startup completely to that? For example, is there a > way to manipulate the load path to avoid just the old speedbar, and > leave the other loading unchanged? I'm using emacs 21.3 on a managed system. I find that if I put my local .el file directory in load-path ahead of the system version, it uses mine. So I don't delete old ones. I just install new ones in my local .el directory.