From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13646: Whitespace support for file/mode-specific styles and actions Date: Thu, 07 Feb 2013 16:47:15 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360273723 23732 80.91.229.3 (7 Feb 2013 21:48:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2013 21:48:43 +0000 (UTC) Cc: 13646@debbugs.gnu.org, viniciusjl@ig.com.br To: Didier Verna Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 07 22:49:03 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U3ZL2-0004Jb-8U for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2013 22:49:00 +0100 Original-Received: from localhost ([::1]:57589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ZKj-00080v-E4 for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2013 16:48:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ZKS-0007xF-Jd for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 16:48:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3ZK6-0001dn-Ry for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 16:48:24 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ZK6-0001df-O5 for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 16:48:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U3ZK5-0000eO-Hf for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 16:48:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Feb 2013 21:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13646 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13646-submit@debbugs.gnu.org id=B13646.13602736382436 (code B ref 13646); Thu, 07 Feb 2013 21:48:01 +0000 Original-Received: (at 13646) by debbugs.gnu.org; 7 Feb 2013 21:47:18 +0000 Original-Received: from localhost ([127.0.0.1]:42533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3ZJN-0000dE-RG for submit@debbugs.gnu.org; Thu, 07 Feb 2013 16:47:18 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49619) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3ZJM-0000d8-26 for 13646@debbugs.gnu.org; Thu, 07 Feb 2013 16:47:16 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U3ZJL-0003sd-Ci; Thu, 07 Feb 2013 16:47:15 -0500 X-Spook: e-bomb Dateline bullion sweep offensive information X-Ran: 5>^:)k_[wW;$Qq"=+$Ur+KR0lTG5vO80F,P[]E/[<$fZ?Xuxz9%(zq"']!B%e8Ew8l&}B, X-Hue: green X-Attribution: GM In-Reply-To: (Didier Verna's message of "Thu, 07 Feb 2013 15:44:35 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:70850 Archived-At: Didier Verna wrote: > Another (more personal) argument, is that in general, I don't like the > idea of having settings for a single functionality scattered all over > the place. I prefer to see those settings in a centralized place, say > a customization buffer. It hasn't been said explicitly in this report AFAICS, but you don't need a dir-locals.el file to use directory local settings. You can do it in .emacs with dir-locals-set-directory-class. See http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.htm But the directory has to be fully specified (ie can't use regexps).