GNU bug report logs - #9317
[PATCH] Don't install .dir-locals.el

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Thu, 18 Aug 2011 03:50:02 UTC

Severity: minor

Tags: patch

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo <sdl.web <at> gmail.com>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 9317 <at> debbugs.gnu.org, Chong Yidong <cyd <at> stupidchicken.com>
Subject: bug#9317: [PATCH] Don't install .dir-locals.el
Date: Thu, 18 Aug 2011 23:04:09 -0400
> This is a minor bug but since the main .dir-locals.el in the toplevel of
> the repo isn't installed, neither should lisp/gnus/.dir-locals.el and
> maybe others.

I'm not sure it's something that needs fixing: the toplevel .dir-locals
has no clear destination (since the various subdirectories get installed
into different parts of the file system), where the
lisp/gnus/.dir-locals.el has a very clear destination, so I think it's
actually good to install it there.


        Stefan


> === modified file 'Makefile.in'
> --- Makefile.in	2011-07-09 00:18:49 +0000
> +++ Makefile.in	2011-08-18 03:45:26 +0000
> @@ -535,6 +535,7 @@
>  		rm -f  $${subdir}/.gitignore ; \
>  		rm -f  $${subdir}/.arch-inventory ; \
>  		rm -f  $${subdir}/.DS_Store ; \
> +		rm -f  $${subdir}/.dir-locals.el ; \
>  		rm -f  $${subdir}/\#* ; \
>  		rm -f  $${subdir}/.\#* ; \
>  		rm -f  $${subdir}/*~ ; \






This bug report was last modified 13 years and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.