From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Async package.el Date: Tue, 07 Apr 2015 12:13:07 +0300 Message-ID: <55239FA3.40301@yandex.ru> References: <55228FD2.3080501@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428398026 1022 80.91.229.3 (7 Apr 2015 09:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2015 09:13:46 +0000 (UTC) Cc: emacs-devel To: Daiki Ueno , Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 11:13:36 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 1YfPZe-0000bj-N4 for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 11:13:34 +0200 Original-Received: from localhost ([::1]:43965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfPZd-0003wa-T6 for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 05:13:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfPZL-0003vq-ON for emacs-devel@gnu.org; Tue, 07 Apr 2015 05:13:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfPZH-00061W-IO for emacs-devel@gnu.org; Tue, 07 Apr 2015 05:13:15 -0400 Original-Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:35455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfPZH-00061S-Cz; Tue, 07 Apr 2015 05:13:11 -0400 Original-Received: by wgyo15 with SMTP id o15so38294348wgy.2; Tue, 07 Apr 2015 02:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=szl9Ky6r3KcM6pYqDtdx/ukiCaH4Mk3+TI2hl41xigE=; b=UNvPunAEHL3H5OO237N6IFddIY0cU5R0cfa3W4uReQRIG/bdGFNIoWwPeeF+ceEh/R x2bJurZyqSAk4S8miy5ho6TzcCsVZpEUrzGp4B1SpXSJWi3KPZOomet1dCYBSvDbzDiu wei8DatCvfDwGWjb4aAZ5hylT39nrF1cOJyrB6pjd69OwUVXg+O+xxbQWgBHgmLMOXY5 aaQjdn0yq7L6OriTdaS80c/Vlbc5QnlPt92YW+j6BsB/I8KhZBdBnwwAd78ihgMQB1H4 WYPkEgSrsrrx931pjTSHtj02W9YT+rUvAYjUtgeCwBECu/P++xhFMofnJ5awpItK758b hkCA== X-Received: by 10.180.78.65 with SMTP id z1mr2805676wiw.14.1428397990693; Tue, 07 Apr 2015 02:13:10 -0700 (PDT) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id kr5sm10060248wjc.1.2015.04.07.02.13.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Apr 2015 02:13:10 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22d 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:185063 Archived-At: On 04/07/2015 08:31 AM, Daiki Ueno wrote: > Though maybe it might be off topic, I was wondering if it is possible to > do the compilation (and perhaps downloading / unpacking) phase in a > separate Emacs process, so that the running Emacs session is not > affected by loading the compile-time requirements of a package. https://github.com/jwiegley/emacs-async/blob/master/async-bytecomp.el implements something like that.