help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get rid of stock (standard) speedbar if do not have root acce


From: christopherbalz
Subject: Re: How to get rid of stock (standard) speedbar if do not have root access?
Date: 19 Dec 2006 09:24:47 -0800
User-agent: G2/1.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]