From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Updated project-specific settings patch Date: Wed, 21 May 2008 13:49:01 -0600 Message-ID: References: <87hccukqp9.fsf@stupidchicken.com> <87wslpkr9n.fsf@stupidchicken.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211399375 26084 80.91.229.12 (21 May 2008 19:49:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2008 19:49:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 21 21:50:13 2008 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 1JyuK2-0002xD-SK for ged-emacs-devel@m.gmane.org; Wed, 21 May 2008 21:50:03 +0200 Original-Received: from localhost ([127.0.0.1]:44364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyuJI-0001iC-KM for ged-emacs-devel@m.gmane.org; Wed, 21 May 2008 15:49:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyuJD-0001hk-A9 for emacs-devel@gnu.org; Wed, 21 May 2008 15:49:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyuJB-0001hD-QV for emacs-devel@gnu.org; Wed, 21 May 2008 15:49:09 -0400 Original-Received: from [199.232.76.173] (port=41672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyuJB-0001hA-Jx for emacs-devel@gnu.org; Wed, 21 May 2008 15:49:09 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]:57293) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyuJB-0000F8-7w for emacs-devel@gnu.org; Wed, 21 May 2008 15:49:09 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4LJn2tE021583; Wed, 21 May 2008 15:49:02 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4LJn2pr002358; Wed, 21 May 2008 15:49:02 -0400 Original-Received: from opsy.redhat.com (vpn-10-51.bos.redhat.com [10.16.10.51]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4LJn1IJ025282; Wed, 21 May 2008 15:49:02 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 25B7F508079; Wed, 21 May 2008 13:49:01 -0600 (MDT) X-Attribution: Tom In-Reply-To: <87wslpkr9n.fsf@stupidchicken.com> (Chong Yidong's message of "Tue\, 20 May 2008 10\:02\:28 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97487 Archived-At: Chong> I missed that part of your patch. Sorry for the noise. I've read it Chong> now, and have a couple of minor comments. Thanks. What do you think of the appended patch? I tried to take your comments into account, as well as Miles'. Chong> On another note: does your patch include a enable-directory-variables Chong> option, analogous to enable-local-variables, that allows the user to Chong> turn off directory variable scanning? If not, maybe should. Based on Stefan's response, I don't plan to write this. However, if you feel strongly about it, let me know and I will write a patch. Tom 2008-05-21 Tom Tromey * custom.texi (Directory Variables): Grammar fix. Link to Safe File Variables node. Index: custom.texi =================================================================== RCS file: /sources/emacs/emacs/doc/emacs/custom.texi,v retrieving revision 1.10 diff -u -c -r1.10 custom.texi cvs diff: conflicting specifications of output style *** custom.texi 19 May 2008 22:36:08 -0000 1.10 --- custom.texi 21 May 2008 19:43:26 -0000 *************** *** 1268,1274 **** @cindex local variables in directories @cindex directory local variables ! Emacs provides a way to specify local variable values per-directory. This can be done one of two ways. The first approach is to put a special file, named --- 1268,1274 ---- @cindex local variables in directories @cindex directory local variables ! Emacs provides a mechanism to specify local variable values per-directory. This can be done one of two ways. The first approach is to put a special file, named *************** *** 1320,1326 **** @end example Unsafe directory-local variables are handled in the same way as ! unsafe file-local variables. @node Key Bindings @section Customizing Key Bindings --- 1320,1326 ---- @end example Unsafe directory-local variables are handled in the same way as ! unsafe file-local variables (@pxref{Safe File Variables}). @node Key Bindings @section Customizing Key Bindings