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 Date: Sun, 12 Apr 2015 01:46:33 +0100 Message-ID: References: <55228FD2.3080501@yandex.ru> <552330A2.1090406@yandex.ru> <55248915.5070707@yandex.ru> <5525DA9F.2000301@yandex.ru> <87oamx8kgw.fsf@gmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1428799643 31153 80.91.229.3 (12 Apr 2015 00:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Apr 2015 00:47:23 +0000 (UTC) Cc: raman , emacs-devel , Dmitry Gutov To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 12 02:47:22 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 1Yh63V-0007Tr-O3 for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2015 02:47:21 +0200 Original-Received: from localhost ([::1]:44159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh63V-00057U-4e for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 20:47:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh62m-0004bL-0K for emacs-devel@gnu.org; Sat, 11 Apr 2015 20:46:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yh62l-0005Yc-79 for emacs-devel@gnu.org; Sat, 11 Apr 2015 20:46:35 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:36152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh62k-0005Y0-Uu for emacs-devel@gnu.org; Sat, 11 Apr 2015 20:46:35 -0400 Original-Received: by lagv1 with SMTP id v1so35425464lag.3 for ; Sat, 11 Apr 2015 17:46:34 -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=JGySe4+1hVuBN4YcQHGyY65cfZdUJJNnK0hfb5N8YXA=; b=chrKQda2Sn6NI8cRkBC4beICcrkd8ekViak2Bc36idhxlrFqBEDgjC7MWRmvX1oqs1 bY6X+VYQii3nyB0hJ1QlSN5KEubXbiTq/LRFrXk5gglyFA3HscF1aE4mmM40E1QstQpQ 3SHKgEXkCnrWvN5uZ2euB7Yb8cOK63xVgf1R/ssT93opIN/vwCOpbCJXakKNGN8MZG0a 8uA+5U0uzw+splxo3n7Y1OAbDilc8MNKNGbHIzNErnNgQrjFlV8SSETm1s82yG5xt903 HvGLKKTBDEcKBGzBFidupeRflxnzk8fSByNwZPKeSlDBiAGVqpByfTlfhhgwJGFDVaUd 5j8A== X-Received: by 10.112.97.202 with SMTP id ec10mr7287459lbb.4.1428799594030; Sat, 11 Apr 2015 17:46:34 -0700 (PDT) Original-Received: by 10.25.150.131 with HTTP; Sat, 11 Apr 2015 17:46:33 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: AsPadiH1rV0c2d5COMIcRtizZd4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f 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:185308 Archived-At: > AFAIK those messages are under the control of package.el, so we > can/should simply fix those. E.g. compilation shouldn't emit any > messages, since warnings and such should go to a buffer instead. But it does. `byte-recompile-directory' emits 3 messages per file being compiled ("Checking", "Compiling", and "Wrote"), and 1 message per file not to be compiled ("Checking"). These are not under the control of package.el, and I'd appreciate if someone could do something about them. Maybe only print to the compilation buffer, or only message when the command was called interactively.