From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rolando Pereira <*.*@*.*> Newsgroups: gmane.emacs.help Subject: Re: Source file is newer than byte-compiled file Date: Sun, 20 Mar 2011 16:18:53 +0000 Organization: A noiseless patient Spider Message-ID: <87zkop7ok2.fsf@sapo.pt> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300656181 14975 80.91.229.12 (20 Mar 2011 21:23:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2011 21:23:01 +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 22:22:57 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 1Q1Q5P-0006i0-PJ for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Mar 2011 22:22:55 +0100 Original-Received: from localhost ([127.0.0.1]:55057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1Q5P-0002y8-6K for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Mar 2011 17:22:55 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Injection-Info: mx01.eternal-september.org; posting-host="so2tAWe2Ht24SgTgemlnEw"; logging-data="14402"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yEIMvFLn/4D1laMtVFr7N" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:AXInnsJfH7VsQjR8ayXrqcigDA4= sha1:cGGRbyQUdiD1s2dHptlCNcrL/ho= Original-Xref: usenet.stanford.edu gnu.emacs.help:186154 X-Mailman-Approved-At: Sun, 20 Mar 2011 17:20:39 -0400 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:80298 Archived-At: Florian Beck writes: > 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? > Check out bug #2061: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2061 While it doesn't appear to offer a solution to your problem, it does explain the rationale behind that behaviour.