all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
       [not found] ` <E1Xyoer-0007kX-9x@vcs.savannah.gnu.org>
@ 2014-12-10 23:45   ` Ted Zlatanov
  2014-12-11  2:00     ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Ted Zlatanov @ 2014-12-10 23:45 UTC (permalink / raw)
  To: emacs-devel; +Cc: Glenn Morris

On Wed, 10 Dec 2014 21:18:53 +0000 Glenn Morris <rgm@gnu.org> wrote: 

GM>     * lisp/let-alist.el: Cosmetic changes.
GM> -;; Local Variables:
GM> -;; sentence-end-double-space: t
GM> -;; End:
GM> -
GM>  ;;; let-alist.el ends here

Why remove this?  It seemed like a reasonable local override, but I'm OK
with removing it if that's how it is.

Ted



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
  2014-12-10 23:45   ` master 7b24460: * lisp/let-alist.el: Cosmetic changes Ted Zlatanov
@ 2014-12-11  2:00     ` Glenn Morris
  2014-12-11 11:55       ` Ted Zlatanov
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2014-12-11  2:00 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov wrote:

> GM> -;; Local Variables:
> GM> -;; sentence-end-double-space: t
> GM> -;; End:
> GM> -
> GM>  ;;; let-alist.el ends here
>
> Why remove this?

Because that's both the default value, and the setting from
.dir-locals.el, so re-specifying the same value in an individual file is
just clutter.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
  2014-12-11  2:00     ` Glenn Morris
@ 2014-12-11 11:55       ` Ted Zlatanov
  2014-12-11 15:23         ` Ted Zlatanov
  2014-12-11 15:24         ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Ted Zlatanov @ 2014-12-11 11:55 UTC (permalink / raw)
  To: emacs-devel

On Wed, 10 Dec 2014 21:00:11 -0500 Glenn Morris <rgm@gnu.org> wrote: 

GM> Ted Zlatanov wrote:
GM> -;; Local Variables:
GM> -;; sentence-end-double-space: t
GM> -;; End:
GM> -
GM> ;;; let-alist.el ends here
>> 
>> Why remove this?

GM> Because that's both the default value, and the setting from
GM> .dir-locals.el, so re-specifying the same value in an individual file is
GM> just clutter.

Oh, I see.

This package will also be maintained outside the Emacs core. It would
make life eaiser if the file could be the same in both places. Could you
reconsider?

Thanks
Ted




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
  2014-12-11 11:55       ` Ted Zlatanov
@ 2014-12-11 15:23         ` Ted Zlatanov
  2014-12-11 15:24         ` Stefan Monnier
  1 sibling, 0 replies; 6+ messages in thread
From: Ted Zlatanov @ 2014-12-11 15:23 UTC (permalink / raw)
  To: emacs-devel

On Thu, 11 Dec 2014 06:55:58 -0500 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> On Wed, 10 Dec 2014 21:00:11 -0500 Glenn Morris <rgm@gnu.org> wrote: 
GM> Ted Zlatanov wrote:
GM> -;; Local Variables:
GM> -;; sentence-end-double-space: t
GM> -;; End:
GM> -
GM> ;;; let-alist.el ends here
>>> 
>>> Why remove this?

GM> Because that's both the default value, and the setting from
GM> .dir-locals.el, so re-specifying the same value in an individual file is
GM> just clutter.

TZ> Oh, I see.

TZ> This package will also be maintained outside the Emacs core. It would
TZ> make life eaiser if the file could be the same in both places. Could you
TZ> reconsider?

Um, never mind, Artur removed those local vars from the package he
pushed into the GNU ELPA.

Ted




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
  2014-12-11 11:55       ` Ted Zlatanov
  2014-12-11 15:23         ` Ted Zlatanov
@ 2014-12-11 15:24         ` Stefan Monnier
  2014-12-11 23:16           ` Artur Malabarba
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2014-12-11 15:24 UTC (permalink / raw)
  To: emacs-devel

> This package will also be maintained outside the Emacs core. It would
> make life eaiser if the file could be the same in both places. Could you
> reconsider?

I think it's perfectly fine to keep such redundant settings, of course.
But, if you re-add it, please check with C-u M-x checkdoc-current-buffer
that the result follows the formatting convention.


        Stefan



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 7b24460: * lisp/let-alist.el: Cosmetic changes.
  2014-12-11 15:24         ` Stefan Monnier
@ 2014-12-11 23:16           ` Artur Malabarba
  0 siblings, 0 replies; 6+ messages in thread
From: Artur Malabarba @ 2014-12-11 23:16 UTC (permalink / raw)
  Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

We can leave them out now.
I've setup my configs accordingly so I don't mind anymore.
On 11 Dec 2014 13:24, "Stefan Monnier" <monnier@iro.umontreal.ca> wrote:

> > This package will also be maintained outside the Emacs core. It would
> > make life eaiser if the file could be the same in both places. Could you
> > reconsider?
>
> I think it's perfectly fine to keep such redundant settings, of course.
> But, if you re-add it, please check with C-u M-x checkdoc-current-buffer
> that the result follows the formatting convention.
>
>
>         Stefan
>
>

[-- Attachment #2: Type: text/html, Size: 872 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-11 23:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20141210211853.29755.50819@vcs.savannah.gnu.org>
     [not found] ` <E1Xyoer-0007kX-9x@vcs.savannah.gnu.org>
2014-12-10 23:45   ` master 7b24460: * lisp/let-alist.el: Cosmetic changes Ted Zlatanov
2014-12-11  2:00     ` Glenn Morris
2014-12-11 11:55       ` Ted Zlatanov
2014-12-11 15:23         ` Ted Zlatanov
2014-12-11 15:24         ` Stefan Monnier
2014-12-11 23:16           ` Artur Malabarba

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.