From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Byte Compile Question Date: Fri, 27 Jul 2012 08:18:48 -0700 Message-ID: References: <3D93829C-05BC-4BF3-94D2-716E8443DE9A@gmail.com> <87a9ylck6r@ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1343402358 6880 80.91.229.3 (27 Jul 2012 15:19:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jul 2012 15:19:18 +0000 (UTC) Cc: 'Perry Smith' To: "'Christopher Schmidt'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 27 17:19:17 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SumJv-0007ie-Js for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 17:19:15 +0200 Original-Received: from localhost ([::1]:58551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SumJu-00055S-Mn for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jul 2012 11:19:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SumJk-000558-It for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 11:19:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SumJb-0005I4-RF for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 11:19:04 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:39217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SumJb-0005Hs-KV for help-gnu-emacs@gnu.org; Fri, 27 Jul 2012 11:18:55 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q6RFIqN1029242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 27 Jul 2012 15:18:53 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q6RFIqT8003307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jul 2012 15:18:52 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q6RFIpew008769; Fri, 27 Jul 2012 10:18:52 -0500 Original-Received: from dradamslap1 (/10.159.222.163) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 27 Jul 2012 08:18:51 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac1sCj88WwbmKCUNTq2pDZR2P7+aUAAAMzRA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 In-Reply-To: <87a9ylck6r@ch.ristopher.com> X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86110 Archived-At: > You can implement automatic byte compilation by customising > load-source-file-function. Here is my auto-compile implementation. See also command `byte-recompile-directory'.