emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updated project-specific settings patch


From: Tom Tromey
Subject: Re: Updated project-specific settings patch
Date: Wed, 21 May 2008 13:49:01 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]