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

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

Re: How to reload an updated library?


From: bernardo
Subject: Re: How to reload an updated library?
Date: Mon, 2 Mar 2015 12:38:56 +1100
User-agent: SquirrelMail/1.4.21

> In this case, I'm talking about the Helm package. I follow it on git and
> sometimes will `git pull` to update it, then can make it. But the only way
> I know to implement the new changes in emacs is to restart emacs. I tried
> evaluate-buffer on one of the main library files, but it didn't seem to do
> the trick. Restarting emacs is a pain if I have many ongoing projects; how
> can I implement the updates to the package without restarting emacs?
>
>

haven't tried it, but (unload-feature '....) followed by (require '....)
might be worth a shot




reply via email to

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