From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.help Subject: Source file is newer than byte-compiled file Date: Sun, 20 Mar 2011 00:34:54 +0100 Message-ID: <4D853D9E.1040602@miszellen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300577737 22780 80.91.229.12 (19 Mar 2011 23:35:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2011 23:35:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 20 00:35:33 2011 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.69) (envelope-from ) id 1Q15gC-0000dd-QJ for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Mar 2011 00:35:32 +0100 Original-Received: from localhost ([127.0.0.1]:40570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q15gC-0007ED-C9 for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Mar 2011 19:35:32 -0400 Original-Received: from [140.186.70.92] (port=56744 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q15ff-0007Bu-HM for help-gnu-emacs@gnu.org; Sat, 19 Mar 2011 19:35:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q15fe-0001g1-Bc for help-gnu-emacs@gnu.org; Sat, 19 Mar 2011 19:34:59 -0400 Original-Received: from mo-p00-ob.rzone.de ([81.169.146.160]:34697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q15fd-0001fv-QW for help-gnu-emacs@gnu.org; Sat, 19 Mar 2011 19:34:58 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1300577695; l=479; s=domk; d=streitblatt.de; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From: Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=oTFP/b4xpYJOVAtzUrUa5nA5iwc=; b=BaqoduO9tt/iQ4PX5nULUvyNSh7AArlfgzzpa9MP1n2IHxtoxfnIRYNfmohhdZvvZuG hRDLBfZv46yQOf4CApktftwZ3KKrPEb+VvaW4yHlddJaOML0R/uLLUyp2SD0ocFfA2JhY dVThW5AbgjOuChIRZ2z/0xxQyu1WWJx73Ro= X-RZG-AUTH: :KmALZ0mpdbGonPxw7gDkop508XQjelhLxGYn4B74/jTNdrjLjuwMuuiy8j0BYX6h4QCrsg== X-RZG-CLASS-ID: mo00 Original-Received: from [192.168.2.100] (p5499534E.dip.t-dialin.net [84.153.83.78]) by post.strato.de (mrclete mo54) (RZmta 25.8) with ESMTPA id N0029dn2JMouCi for ; Sun, 20 Mar 2011 00:34:54 +0100 (MET) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 81.169.146.160 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:80286 Archived-At: Whenever I have a source file more recent than the byte compiled file, Emacs warns me but loads the byte-compiled file nevertheless. Is there a way to make Emacs do the opposite, i.e. eval the source file instead of loading the compiled file? I recompile my elisp files in `kill-emacs-hook', but for some reason that doesn't seem to be called when Emacs is killed (eg. by `reboot'). Anyway, I am sure there is a way to change the default, but I cannot figure it out.