From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "christopherbalz" Newsgroups: gmane.emacs.help Subject: Re: How to get rid of stock (standard) speedbar if do not have root access? Date: 19 Dec 2006 09:24:47 -0800 Organization: http://groups.google.com Message-ID: <1166549087.424249.34000@80g2000cwy.googlegroups.com> References: <1166031290.755052.213430@l12g2000cwl.googlegroups.com> <1166032206.891346.41680@f1g2000cwa.googlegroups.com> <1166119968.268142.212260@16g2000cwy.googlegroups.com> <1166190895.571195.71580@79g2000cws.googlegroups.com> <1166469167.594417.150820@80g2000cwy.googlegroups.com> <1166527912.744080.242980@j72g2000cwa.googlegroups.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1166550062 8438 80.91.229.10 (19 Dec 2006 17:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2006 17:41:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 19 18:40:59 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 1GwixQ-00063P-8l for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 18:40:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwixP-0001Ux-Sk for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 12:40:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!80g2000cwy.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 54 Original-NNTP-Posting-Host: 208.51.197.126 Original-X-Trace: posting.google.com 1166549093 19540 127.0.0.1 (19 Dec 2006 17:24:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 Dec 2006 17:24:53 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 80g2000cwy.googlegroups.com; posting-host=208.51.197.126; posting-account=vuULPQwAAACC6U0oTIeYncV2pdCE-Ru0 Original-Xref: shelby.stanford.edu gnu.emacs.help:144145 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:39748 Archived-At: Previously, I had restarted Emacs many times and always got the same error. There were no changes to my configuration on the last restart. But there was one significant difference -- the whole machine on which Emacs was running was restarted. I forgot to mention that in my most recent post. And I used the JDE all yesterday, with the speedbar, and saw no error. I don't know exactly what had changed from before that made the difference, but it looks like your solution worked. Thanks very much. Here is what I have in my .emacs file regarding loading the speedbar, which apparently works well: (add-to-list 'load-path (expand-file-name "~/emacs/site/jde/lisp")) (add-to-list 'load-path (expand-file-name "~/emacs/site/cedet/common")) (load-file (expand-file-name "~/emacs/site/speedbar/sb-image.el")) ;; Override stock, system speedbar. (load-file (expand-file-name "~/emacs/site/speedbar/dframe.elc")) ;; Override stock, system speedbar. (load-file (expand-file-name "~/emacs/site/speedbar/speedbar.elc")) ;; Override stock, system speedbar. (add-to-list 'load-path (expand-file-name "~/emacs/site/elib")) ;; Emacs Code Browser is an optional-element to the JDEE Suite: (add-to-list 'load-path "~/emacs/site/ecb") Robert Thorpe wrote: > christopherbalz wrote: > > I've got this Emacs: > > > > GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll > > bars) of 2005-08-08 on tweety.build.redhat.com > > > > and Speedbar 1.0pre3 > > > > I notice from my Ubuntu system at home that 21.4 or so is the latest > > shipping version. > > It's very little different from 21.3. All it does is fix a remote hole > in one of the ancillary programs. The new-new version is coming soon > though, it's in pretest as far as I know. > > > Interestingly, on re-start of Emacs and just a few operations, > > including using the speedbar with jde and pulling up javadoc in a web > > browser from c-c c-v c-w at point, there is no error. > > Without more information it's hard to see that problem. It could be > that the path to speedbar needs to be in load-path. > > > In any case, the > > error is more of an inconvenience than anything more. > > I see.