From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Blunderbuss ".dir-locals.el" raises everything in its path!! Date: Mon, 13 Jul 2009 13:09:24 +0800 Message-ID: <4A5AC184.5050805@gnu.org> References: <20090712144137.GB2524@muc.de> <87hbxhony6.fsf@stupidchicken.com> <20090712180623.GA1009@muc.de> <87k52dycha.fsf@stupidchicken.com> 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: ger.gmane.org 1247461833 20204 80.91.229.12 (13 Jul 2009 05:10:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2009 05:10:33 +0000 (UTC) Cc: Alan Mackenzie , =?ISO-8859-1?Q?Jan_Dj=E4rv?= , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 13 07:10:25 2009 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.50) id 1MQDny-00031D-Tp for ged-emacs-devel@m.gmane.org; Mon, 13 Jul 2009 07:10:23 +0200 Original-Received: from localhost ([127.0.0.1]:53686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQDnx-0005Jv-TI for ged-emacs-devel@m.gmane.org; Mon, 13 Jul 2009 01:10:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQDnr-0005JJ-1I for emacs-devel@gnu.org; Mon, 13 Jul 2009 01:10:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQDnl-0005J7-5i for emacs-devel@gnu.org; Mon, 13 Jul 2009 01:10:13 -0400 Original-Received: from [199.232.76.173] (port=49425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQDnk-0005J4-Rj for emacs-devel@gnu.org; Mon, 13 Jul 2009 01:10:08 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.243]:51666) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQDnk-0003JE-IO for emacs-devel@gnu.org; Mon, 13 Jul 2009 01:10:08 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so909947rvb.6 for ; Sun, 12 Jul 2009 22:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=MqgpT+YnpsDWKGNWbEjgsZofm2axBybd0ivuDbfW0d8=; b=uCtl5AEN96E7SJOEtOlVtEdBuazWTKTss0+dxOmwQS/MQaGUj1exTNY4u/ji2fOyTs vsoa8lQjrsP1zyXWb+/0q1GQJ7CegHTM1HKOMknz8mVV4Ti6oWxnsgS1pZS6LV9Ipz03 LxcT33J0dxV/T79IHATRd8P1/yBc1nftq9+i4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=FiWcjp3uKazrm1rKgq9cxSWhkN+VI1ZFC/1TiRzg+ClPjPuejpAyln+NnJCnZaJO7i 9Vgg0vZjQ4mlXRQyZ1tV8gj2DVtuNPgipnFkHorOhDHWSpr26h84SY/PGSS0iW7kwAy0 cwCTQkK6d5/bYO70a9jlcH1srr2e+dL73NhFA= Original-Received: by 10.140.192.14 with SMTP id p14mr2370412rvf.253.1247461804850; Sun, 12 Jul 2009 22:10:04 -0700 (PDT) Original-Received: from ?10.1.1.112? ([61.4.103.130]) by mx.google.com with ESMTPS id l31sm20802313rvb.53.2009.07.12.22.10.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 12 Jul 2009 22:10:04 -0700 (PDT) User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) In-Reply-To: <87k52dycha.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.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:112394 Archived-At: Chong Yidong wrote: > This indicates that we should not set c-file-style in the .dir-locals.el > file of the Emacs source tree. > I think it points to a bug in the handling of c-file-style. The documentation of c-cleanup-list (which is the variable that Jan was surprised about) says that it should only be affected by the style when it is set to set-from-style.