From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: How to reload an updated library? Date: Mon, 02 Mar 2015 13:35:00 +1100 Message-ID: <87y4ngqg8b.fsf@gmail.com> References: <871tl8s2pm.fsf@debian.uxu> <87egp86ucb.fsf@gmail.com> <87zj7wqhg0.fsf@gmail.com> <8761ak6svp.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1425263731 32174 80.91.229.3 (2 Mar 2015 02:35:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 02:35:31 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 03:35:27 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 1YSGCa-0006UM-9C for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 03:35:24 +0100 Original-Received: from localhost ([::1]:54720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSGCZ-0008Sy-J5 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Mar 2015 21:35:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSGCP-0008Ss-65 for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 21:35:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSGCJ-0001oU-MT for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 21:35:12 -0500 Original-Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:44717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSGCJ-0001mL-FU for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 21:35:07 -0500 Original-Received: by pdbft15 with SMTP id ft15so13506921pdb.11 for ; Sun, 01 Mar 2015 18:35:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=B0gUqaLxrVN/Ui4BnanVXiapgmNi55qP5vj5duw/9TU=; b=TktWnMjFJukrxixlMZogFgY/IAXwUu2wiqzNG/V76B9IBJvWRcRC3ZvZG6gU5kKUas sOtfJsgwCOjC6p1qandknjWCp8SqtesZ9/SHtkcOPp7XzWxZ4QAwZVGkSPCTstP5CZUm uCA1jU4+qgzjZgsTG0BoKmrPhhxFYN+varma+r9Bfyld/dS58jhABls8zDiHk3K7RjtP Cm150jvmsck37mph1gIcMLBi2fe2GQSm0Rk5ha36jD8IszYqjlRpSHRGyVaF9wOD3LqI oNUY+CQUT8zzLvUBRKkgcer64K7Y/I42MlbrgI8J4vKrHpwlMBVprbuDvHzHqP30yF7s H7Xw== X-Received: by 10.70.36.226 with SMTP id t2mr43499153pdj.55.1425263706502; Sun, 01 Mar 2015 18:35:06 -0800 (PST) Original-Received: from localhost (ppp118-209-174-156.lns20.mel8.internode.on.net. [118.209.174.156]) by mx.google.com with ESMTPSA id nd5sm10200832pbc.64.2015.03.01.18.35.04 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 01 Mar 2015 18:35:05 -0800 (PST) In-reply-to: <8761ak6svp.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22f 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:102972 Archived-At: On 2015-03-02T13:22:02+1100, Tory S. Anderson said: TSA> You're right; usually I rely on Elpa/MELPA, but I believe TSA> (correct me if I'm wrong) that even MELPA takes a day to update, TSA> hence my use of the git repo. No, MELPA rebuilds modified packages roughly every hour (or two at most). So when i push changes to the GitHub repo for any one of the Emacs packages i maintain, a new version of the relevant package is usually available for download within 1-2 hours (sometimes much less, if i've pushed the changes minutes before a scheduled MELPA build). Alexis.