From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: How to reload an updated library? Date: Sun, 01 Mar 2015 18:22:16 -0500 Message-ID: <87k2z0717b.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425252158 29797 80.91.229.3 (1 Mar 2015 23:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Mar 2015 23:22:38 +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 00:22:38 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 1YSDBz-0000bR-R4 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 00:22:35 +0100 Original-Received: from localhost ([::1]:54328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSDBz-0000IZ-3R for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Mar 2015 18:22:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSDBn-0000IT-VN for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 18:22:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSDBm-0005yF-Ae for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 18:22:23 -0500 Original-Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:33008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSDBm-0005yB-6G for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 18:22:22 -0500 Original-Received: by qcxm20 with SMTP id m20so22014443qcx.0 for ; Sun, 01 Mar 2015 15:22:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=EVltUsxro78cZVqndzG6if3YSmXcrRidf44cbOrAV38=; b=WIrmlDLSHAPtnQF7yRSGfa4by4rO7E/7v8efrvWPEtERSY9wMSRV55Jz63x6uAYzPh i6ryYChJkTmMr9jy6IaMZOWZCrZ2sxh+V953ua3XPRRj2PzcMPw/vsIVyd7KHbUX2+el DbrF1w9Myh196Xq1QL/yvyImj9sn9ACZwVasMlwj6u3ZXz9aCqVid6+SGSPz83AUhfYj kqacYC/5WwRP1zKikE4wzQe50gDEydWahm2nCj1PLtu7ZY+coCGkwa9pQdkl4lDHd6m+ ex4QFfGZn6nxu+A3ZI9WRhrAPcbtEvXP4bXLh4J5hDlT6OLqlh4vcwZDkvLpodkfxwYt FRRg== X-Received: by 10.140.152.2 with SMTP id 2mr46805694qhy.16.1425252141385; Sun, 01 Mar 2015 15:22:21 -0800 (PST) Original-Received: from localhost.localdomain ([2601:0:a640:1577:ee55:f9ff:feb5:5589]) by mx.google.com with ESMTPSA id o15sm7318307qaa.3.2015.03.01.15.22.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Mar 2015 15:22:20 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::233 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:102963 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?