From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Async Package.el Feedback Date: Tue, 7 Apr 2015 10:41:51 +0100 Message-ID: References: <21795.9431.463084.313806@gargle.gargle.HOWL> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113402e069f43405131f3938 X-Trace: ger.gmane.org 1428399732 28996 80.91.229.3 (7 Apr 2015 09:42:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2015 09:42:12 +0000 (UTC) Cc: emacs-devel To: raman@google.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 11:42:09 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YfQ1G-0000mj-P5 for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 11:42:06 +0200 Original-Received: from localhost ([::1]:44040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfQ1F-0003uH-IF for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 05:42:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfQ13-0003u1-KH for emacs-devel@gnu.org; Tue, 07 Apr 2015 05:41:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfQ12-0003Cb-PG for emacs-devel@gnu.org; Tue, 07 Apr 2015 05:41:53 -0400 Original-Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:35131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfQ12-0003CT-H3 for emacs-devel@gnu.org; Tue, 07 Apr 2015 05:41:52 -0400 Original-Received: by lbbuc2 with SMTP id uc2so34779640lbb.2 for ; Tue, 07 Apr 2015 02:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=/fbjZ/BrXqKKDt2BLZbgiyH+VX8hokxCi1QkbYmj8es=; b=vFup8Gr1LTFx4cpSiMhCRF13ojDjHb3qzPLgSG1uocNBav4CSQakk7pa0IJYmiZzGC O9p+jnKaqzO2G0PKsNrJg9BTCjhI8Mo8Ps+MorjWAi7U9w6UF+ZNKoBOSnxc63uoTIio LTpR032kgox3F+uBwwPu0AEokH+OyXR4yKFP3pToSkNq6fi0oibQChD8sR7Ujo+uo0kZ swr9J7oc93rR/RQEsdbldqGF8qfqz5NaInSOTAn7pXOBjotyc9rMOGPADx488d0mPUnJ R9UsP1AQZMS7REhTc4UfcoQsYSm5964Jm2oqon5BAd2qcoIBxvbN/h1UTBKWzxDoDdS5 GZGw== X-Received: by 10.112.29.180 with SMTP id l20mr6709173lbh.95.1428399711710; Tue, 07 Apr 2015 02:41:51 -0700 (PDT) Original-Received: by 10.25.150.131 with HTTP; Tue, 7 Apr 2015 02:41:51 -0700 (PDT) In-Reply-To: <21795.9431.463084.313806@gargle.gargle.HOWL> X-Google-Sender-Auth: DGXwjmehGemem4az2GO1PvxvvRY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185064 Archived-At: --001a113402e069f43405131f3938 Content-Type: text/plain; charset=UTF-8 > 0. On startup, Emacs still appears to block while loading the gpg bits for the various archives. > > 1. Even though installs happen asynchronously, there is a large amount of chatter in the Messages area -- can that be silenced? Thanks for the comments, I'll look into improving these points > 2. This is a admittedly a special case: For many years, my emacs-startup file is called emacs-startup.el and is versioned by git -- ~!/.emacs is a symlink. > > The code in package.el that adds the (package-initialize) to the top of the startup file appears to go open the startup file each time to check if its magic cookie is present at the top -- so in my case, each package update caused the yes/no prompt -- perhaps remember that the cookie is added via a lisp var (hopefully customizable by the user) Technically this is unrelated to the async feature, but it looks like a serious issue. What yes/no prompt are you talking about? --001a113402e069f43405131f3938 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> 0. On startup, Emacs still appears to = block while=C2=A0 loading the gpg bits for the various archives.
>
> 1. Even though installs happen asynchronously, there is a large amount= of chatter in the Messages area -- can that be silenced?

Thanks for the comments, I'll look into improving these points

> 2. This is a admittedly a special case: For many years, my emacs-start= up file is called emacs-startup.el and is versioned by git -- ~!/.emacs is = a symlink.
>
> The code in package.el that adds the (package-initialize) to the top= =C2=A0 of the startup file appears to go open the startup file each=C2=A0 t= ime to=C2=A0 check if its magic cookie is present at the top -- so in my ca= se, each package update caused the yes/no prompt -- perhaps remember that t= he cookie is added via a lisp var (hopefully customizable by the user)
<= /p>

Technically this is unrelated to the async feature, but i= t looks like a serious issue. What yes/no prompt are you talking about?

--001a113402e069f43405131f3938--