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 20:54:09 +0200 Message-ID: References: <83aanyhrnz.fsf@gnu.org> <5n1v95koyt.fsf@fencepost.gnu.org> <837hiq5dh4.fsf@gnu.org> <83bp814l5x.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 1284404100 29637 80.91.229.12 (13 Sep 2010 18:55:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 18:55:00 +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 20:54:59 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 1OvEB8-0002pS-7V for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 20:54:58 +0200 Original-Received: from localhost ([127.0.0.1]:36062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEB7-0007B8-R4 for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 14:54:57 -0400 Original-Received: from [140.186.70.92] (port=39085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEB1-0007Aa-Lb for emacs-devel@gnu.org; Mon, 13 Sep 2010 14:54:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvEB0-00038U-Lt for emacs-devel@gnu.org; Mon, 13 Sep 2010 14:54:51 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:34684) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEB0-00038K-Jh; Mon, 13 Sep 2010 14:54:50 -0400 Original-Received: by yxk8 with SMTP id 8so2832058yxk.0 for ; Mon, 13 Sep 2010 11:54:49 -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=USxLlTYaMEtZkT0XGKR6RwXdiQ5Oa1MNuJniU6dgZvc=; b=ZudzrZGK/XNcDkYbshKNNNlL/2a/WeL6eVgREzfxCkmZ37rwcHkA65uYRFcY/DZA7/ aLGMkG2YdMVwJTvAn+qcbZ5yy4keS8zGPlPA3JLKrVkZxeT8rvzei7XqRuJj+dqGOMGq NoHmz6VYBEX4TwSl6Yg8J9+nZJIrEJx2kfJag= 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=Hj7F1/2g5YlcjfEIud7WnpBI2xHqIOS7NxFe3zGSO8JGkxOc6JG097fwUaO4v4x51h NUrnGtTI++zxKpn19/8SeEZbDh7Zzkjztw2qgaxlGs28L2DeioT6sYjyn51nJ3FnYDJm zQfImFXHaivlL5iP1fSzicRbs0PxjZoQiGJyc= Original-Received: by 10.90.120.12 with SMTP id s12mr2992551agc.7.1284404089487; Mon, 13 Sep 2010 11:54:49 -0700 (PDT) Original-Received: by 10.231.150.195 with HTTP; Mon, 13 Sep 2010 11:54:09 -0700 (PDT) In-Reply-To: <83bp814l5x.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:130083 Archived-At: On Mon, Sep 13, 2010 at 19:18, Eli Zaretskii wrote: > So Juanma's question is still valid: how does the Unix build avoid > compiling gnus/.dir-locals.el? I think Glenn just said it: apparently, on Unix it does not compile dotfile= s. =C2=A0 =C2=A0 Juanma