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: Tue, 14 Sep 2010 01:06:27 +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> <8339td4a47.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 1284419241 30292 80.91.229.12 (13 Sep 2010 23:07:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 23:07:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 01:07:19 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 1OvI7J-000774-7L for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2010 01:07:17 +0200 Original-Received: from localhost ([127.0.0.1]:54320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvI7I-0002jl-JN for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 19:07:16 -0400 Original-Received: from [140.186.70.92] (port=45403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvI7C-0002jf-E1 for emacs-devel@gnu.org; Mon, 13 Sep 2010 19:07:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvI7B-0003Qu-9G for emacs-devel@gnu.org; Mon, 13 Sep 2010 19:07:10 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:46055) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvI7B-0003Qq-4R; Mon, 13 Sep 2010 19:07:09 -0400 Original-Received: by gwj16 with SMTP id 16so2936969gwj.0 for ; Mon, 13 Sep 2010 16:07: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=rbplby2FRT+6FCxQfZqkYDGTxdOTR3yqylRrDU8k/Pg=; b=BwEpo6ehg61J/tnjzF6/RN59NSyBb1I2PxoN6BL6edCjHlNekxSPeWBsayvpLiyO/E pHEO1OG8TupS7e9QrYYWuVWVhE3fwfg30gSrm07Nnr6GZEnyLtqmUN4+h4MFYf7ft6qX 7QU0j8+ONwEOfXPm1BXB/xkVufrODB5qW/QiU= 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=Fpzet1LsZUXoag/NZkBckqXRnIxOpXCToO+/3JYzuTYKK6Y5aJ6NRopd4DHEyCh1BY O+GH9e/oh5gllvJShk9kDL0pOYOHL+hRCw6sJ2ASqZtykfn/Z2xYqIEEqFJ5SFe2Oy0N WkOLixfmRFon9UMXH0Jqyqn8lyXgJ9bdiQtLU= Original-Received: by 10.150.196.10 with SMTP id t10mr808972ybf.405.1284419228328; Mon, 13 Sep 2010 16:07:08 -0700 (PDT) Original-Received: by 10.231.150.195 with HTTP; Mon, 13 Sep 2010 16:06:27 -0700 (PDT) In-Reply-To: <8339td4a47.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:130104 Archived-At: On Mon, Sep 13, 2010 at 23:16, Eli Zaretskii wrote: > How about filing a bug report, then? I don't consider it a bug, really. As I said, I think `dir-locals-file' files should include ;; no-byte-compile: t =C2=A0 =C2=A0 Juanma