From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Loading souce Elisp faster Date: Wed, 27 Feb 2013 19:43:33 +0100 Message-ID: References: <87hal05omn.fsf@engster.org> <87wqtv3utc.fsf@engster.org> <87liaa4wp9.fsf@engster.org> <8738whliav.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1361990988 19597 80.91.229.3 (27 Feb 2013 18:49:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2013 18:49:48 +0000 (UTC) Cc: Emacs-Devel devel To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 19:50:11 2013 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 1UAm4u-0003wm-CU for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2013 19:50:08 +0100 Original-Received: from localhost ([::1]:46075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAm4W-0002q6-9u for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2013 13:49:44 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAm4M-0002iA-M1 for emacs-devel@gnu.org; Wed, 27 Feb 2013 13:49:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAm44-0002Ji-J2 for emacs-devel@gnu.org; Wed, 27 Feb 2013 13:49:29 -0500 Original-Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:40284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAlzK-0000Vx-Q1 for emacs-devel@gnu.org; Wed, 27 Feb 2013 13:44:24 -0500 Original-Received: by mail-we0-f181.google.com with SMTP id t44so767684wey.12 for ; Wed, 27 Feb 2013 10:44:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SdX41aUxlk5GA5TVeTqwLp7fkIZYZ56zczVLlC3NZnc=; b=Jg7/A01drexlO6I06rXNhgcqsrmJxS2bjR+5CEhfsWOQh3kum9LLmxVLJS2kEQqPxK VpQk1T5OdFhPQMQTB/+uUECyoqFKxT9zjOiu+0T8ozgHaOE1AOVoPrErIluDfqMY/DQ/ TDaRMrFiOade0L4uWNGCkytynqDiY+0VCVXE0xizTY8hAxSwTJjjMZQtaa0T3II1YMZn z+MuZFdcZOAxKFfct3lQWSfnrBXlQNj/hWVKAZtTMRXAzDsqgGu6fQM44KK7/Ume8dfE L4vJwkYK8Ebtp+vDH4XfHmMq8YerAnhxK5RPQLL8XEsCbnYI8Y9vglSID6mm2KRyz1UI lXsQ== X-Received: by 10.181.12.5 with SMTP id em5mr5818662wid.24.1361990644624; Wed, 27 Feb 2013 10:44:04 -0800 (PST) Original-Received: by 10.194.88.226 with HTTP; Wed, 27 Feb 2013 10:43:33 -0800 (PST) In-Reply-To: <8738whliav.fsf@Rainer.invalid> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::235 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:157439 Archived-At: On Wed, Feb 27, 2013 at 7:31 PM, Achim Gratz wrote: > > [1] Being able to use a "byte-compilation-server" instead of having to > start a new Emacs instance for each byte compilation. In nXhtml (which I do not have time to maintain now) I start a new Emacs for byte-compiling the whole nXhtml tree. There are a lot of files there and of course Emacs have to be restarted to make use of those byte compiled files.