From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: lisp/gnus/.dir-locals.el Date: Mon, 13 Sep 2010 22:57:26 +0200 Message-ID: References: <83aanyhrnz.fsf@gnu.org> <5n1v95koyt.fsf@fencepost.gnu.org> <837hiq5dh4.fsf@gnu.org> <83bp814l5x.fsf@gnu.org> <838w354f7i.fsf@gnu.org> <8362y94egs.fsf@gnu.org> <834odt4cd4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284411507 32259 80.91.229.12 (13 Sep 2010 20:58:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 20:58:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 22:58:24 2010 Return-path: Envelope-to: ged-emacs-devel@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 1OvG6U-0007T5-MG for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 22:58:20 +0200 Original-Received: from localhost ([127.0.0.1]:37911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvG6R-0001HF-Mc for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 16:58:15 -0400 Original-Received: from [140.186.70.92] (port=57456 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvG6M-0001H0-KI for emacs-devel@gnu.org; Mon, 13 Sep 2010 16:58:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvG6L-0003vg-Aa for emacs-devel@gnu.org; Mon, 13 Sep 2010 16:58:10 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:40662) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvG6L-0003vW-3q; Mon, 13 Sep 2010 16:58:09 -0400 Original-Received: by iwn33 with SMTP id 33so7827960iwn.0 for ; Mon, 13 Sep 2010 13:58:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LhyZ6EAb8PvdqibwV4dYwWS1g5/vTfWMLmLrijrrvdU=; b=PrrNUh9iHeDxhjxogCC6v277XEYgDE9yVbrAST9eRGTJNZflEO15nAo49ico91v354 +a10+5BVNSjqcuksMOYfrWuWF8+9zBZgccBsnTXpbWELBIOpb5ABdjXE6YDkBGkjzmVK cIR0i2psc19VM5Iztp7lbeAWNSDK6tTJg63KQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=kkH+E6fQ9V/qW/9A26koeYY531kYhUNpoFx/x3Y6JqfHp52DVlI3blDIZX0zOokT6x 6CEWAk+zxPJ7p5JVWaEtN6NpYQLMOmlH8dH1zUhw/tVRC5qi8Kuq065YhTwfJYwuetVf bopGMVGLRBM2vopRsvo0V413HIAcvBT5btfBg= Original-Received: by 10.231.31.129 with SMTP id y1mr6722701ibc.45.1284411488127; Mon, 13 Sep 2010 13:58:08 -0700 (PDT) Original-Received: by 10.231.150.195 with HTTP; Mon, 13 Sep 2010 13:57:26 -0700 (PDT) In-Reply-To: <834odt4cd4.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130097 Archived-At: On Mon, Sep 13, 2010 at 22:28, Eli Zaretskii wrote: > Or by non-obvious black magic. Yeah, that too. > Anyway, I think Glenn fixed that in the byte compiler, so the problem > should go away on Windows as well now. If you're talking about this change: ------------------------------------------------------------ revno: 101384 committer: Glenn Morris branch nick: trunk timestamp: Wed 2010-09-08 08:59:10 -0700 message: * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore dir-locals-= file. it does not work, at least on Windows. Bootstrapping still generates lisp/gnus/.dir-locals.elc. I've double-checked that the .elc is not a leftover from a pre-101384 build (moreover, I thoroughly clean the workspace before each bootstrap). =C2=A0 =C2=A0 Juanma