From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: how to byte-compile .el files automatically after save? Date: Tue, 7 Aug 2007 17:37:16 +0200 Message-ID: <6E922FE7-209F-43B8-8CF3-144B696CF9B4@Web.DE> References: <1186444100.175756.245490@e9g2000prf.googlegroups.com> <87fy2w6prs.fsf@comcast.net> <1186460781.563107.222040@i13g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1186501090 31234 80.91.229.12 (7 Aug 2007 15:38:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2007 15:38:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: sunway Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 07 17:38:08 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IIR8J-00021k-1L for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Aug 2007 17:38:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIR89-00023K-JH for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Aug 2007 11:37:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIR7v-00023A-Qx for help-gnu-emacs@gnu.org; Tue, 07 Aug 2007 11:37:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIR7r-00022q-3M for help-gnu-emacs@gnu.org; Tue, 07 Aug 2007 11:37:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIR7q-00022n-SM for help-gnu-emacs@gnu.org; Tue, 07 Aug 2007 11:37:38 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIR7o-0002Pd-Um for help-gnu-emacs@gnu.org; Tue, 07 Aug 2007 11:37:37 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 790949471DF7; Tue, 7 Aug 2007 17:37:19 +0200 (CEST) Original-Received: from [62.134.225.107] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1IIR7X-0000WA-00; Tue, 07 Aug 2007 17:37:19 +0200 In-Reply-To: <1186460781.563107.222040@i13g2000prf.googlegroups.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+wv3ntv3ztnUl4XuLzOkaW7PknFREXD40gyX6W Ekv/fmc+rCwGPna1zrOxARaTwOzotJ1Fr4YpDnHhbbm44Ie0/z WjTTZg2m0R7mINqc6TRw== X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46380 Archived-At: Am 07.08.2007 um 06:26 schrieb sunway: > that works,but how to get rid of the *Compile-log* when byte-compile > the file? Make the hook wait some time that compilation is finished, then =20 delete the buffer =96 can be done in Elisp! -- Greetings Pete You can learn many things from children. How much patience you have, for instance. -- Franklin P. Jones