From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: Blunderbuss ".dir-locals.el" raises everything in its path!! Date: Mon, 13 Jul 2009 06:23:21 +0300 Message-ID: <87r5wlw9jq.fsf@kobe.laptop> References: <20090712144137.GB2524@muc.de> <87hbxhony6.fsf@stupidchicken.com> <20090712180623.GA1009@muc.de> <87k52dycha.fsf@stupidchicken.com> <20090712212103.GB1009@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247455448 9676 80.91.229.12 (13 Jul 2009 03:24:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2009 03:24:08 +0000 (UTC) Cc: Chong Yidong , Jan =?iso-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 13 05:24:01 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 1MQC92-0002RB-3W for ged-emacs-devel@m.gmane.org; Mon, 13 Jul 2009 05:24:00 +0200 Original-Received: from localhost ([127.0.0.1]:52537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQC91-000457-Av for ged-emacs-devel@m.gmane.org; Sun, 12 Jul 2009 23:23:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQC8w-000444-RS for emacs-devel@gnu.org; Sun, 12 Jul 2009 23:23:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQC8s-000407-8o for emacs-devel@gnu.org; Sun, 12 Jul 2009 23:23:54 -0400 Original-Received: from [199.232.76.173] (port=44194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQC8s-000404-3j for emacs-devel@gnu.org; Sun, 12 Jul 2009 23:23:50 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]:43456) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQC8r-0002jd-GH for emacs-devel@gnu.org; Sun, 12 Jul 2009 23:23:49 -0400 Original-Received: from kobe.laptop (adsl129-38.kln.forthnet.gr [77.49.248.38]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-9) with ESMTP id n6D3NQoe022033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Jul 2009 06:23:33 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n6D3NPQk048462 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Jul 2009 06:23:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n6D3NNSD048461; Mon, 13 Jul 2009 06:23:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) In-Reply-To: <20090712212103.GB1009@muc.de> (Alan Mackenzie's message of "Sun, 12 Jul 2009 21:21:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) X-Hellug-MailScanner-ID: n6D3NQoe022033 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.838, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.56, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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:112388 Archived-At: On Sun, 12 Jul 2009 21:21:03 +0000, Alan Mackenzie wrote: > That's fine by me! As well as amending that file, I've juiced up the doc > strings in the two pertinent CC Mode variables, and put some stuff into > the Emacs and Elisp manuals. > Index: doc/emacs/custom.texi > =================================================================== ... > --- 1267,1288 ---- ... > ! Note that Emacs applies these settings for each file it loads, after > ! having initialized the file's major mode and run the mode hook. These > ! settings can override those made by a user in his .emacs, possibly in > ! a mode hook, so you should be careful not to set variables which are a > ! matter of personal choice. You should probably not set > ! @code{c-file-syle} and @code{c-file-offsets} here (@pxref{File > ! Styles,,,ccmode}). That seems like a good and useful note. Thanks :) There's a tiny typo in the new text. `c-file-syle' should be `c-file-style'. The same typo is repeated in the new text of `doc/lispref/variables.texi'.