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: Kevin Rodgers
Subject: Re: How to get rid of stock (standard) speedbar if do not have root access?
Date: Thu, 14 Dec 2006 11:10:56 -0700
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Robert Thorpe wrote:
Ken Goldman wrote:
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.

This mostly works, there are some gotchas though.  Defvar does not
change the value of variables that are already defined.   So if an old
version of Foo.el sets up variables in a particular way, then when you
load the new version those variables will be set the same way they were
in the old version.  Using "unload" too is safer.

That problem only occurs when the library in question is dumped in to
the emacs executable (see loadup.el).

P.S.  Don't forget to byte-compile your local .el files.

--
Kevin





reply via email to

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