From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "bernardo" Newsgroups: gmane.emacs.help Subject: Re: How to reload an updated library? Date: Mon, 2 Mar 2015 12:38:56 +1100 Message-ID: <6a259550bdccf4b589d01e5ecbe3f0a7.squirrel@webmail.exetel.com.au> References: <87k2z0717b.fsf@gmail.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1425260373 17109 80.91.229.3 (2 Mar 2015 01:39:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 01:39:33 +0000 (UTC) To: "Emacs Help List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 02:39:33 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YSFKX-00006d-3u for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 02:39:33 +0100 Original-Received: from localhost ([::1]:54641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSFKW-0003Vz-Dc for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Mar 2015 20:39:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSFKK-0003Sy-6V for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 20:39:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSFKE-0003p4-UO for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 20:39:20 -0500 Original-Received: from acorn.exetel.com.au ([220.233.0.21]:52530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSFKE-0003oo-Jb for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 20:39:14 -0500 Original-Received: from localhost ([127.0.0.1] helo=webmail.exetel.com.au) by acorn.exetel.com.au with esmtp (Exim 4.71) (envelope-from ) id 1YSFJv-0002Ux-VL for help-gnu-emacs@gnu.org; Mon, 02 Mar 2015 12:39:11 +1100 Original-Received: from 202.0.86.162 (SquirrelMail authenticated user bernardo.b@exemail.com.au) by webmail.exetel.com.au with HTTP; Mon, 2 Mar 2015 12:38:56 +1100 In-Reply-To: <87k2z0717b.fsf@gmail.com> User-Agent: SquirrelMail/1.4.21 X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 220.233.0.21 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102967 Archived-At: > 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