[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/ema
From: |
Eli Zaretskii |
Subject: |
Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig' |
Date: |
Fri, 21 Jun 2024 18:54:23 +0300 |
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Fri, 21 Jun 2024 16:24:56 +0200
>
> Stefan Monnier via Mailing list for Emacs changes <emacs-diffs@gnu.org>
> writes:
>
> Hi Stefan,
>
> > diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
> > index 6bf4cbe00df..6c33eb2019e 100644
> > --- a/doc/emacs/custom.texi
> > +++ b/doc/emacs/custom.texi
> > @@ -1550,6 +1550,44 @@ variables are handled in the same way as unsafe
> > file-local variables
> > do not visit a file directly but perform work within a directory, such
> > as Dired buffers (@pxref{Dired}).
> >
> > +@node EditorConfig support
> > +@subsubsection Per-Directory Variables via EditorConfig
> > +@cindex EditorConfig support
> > +
> > +The EditorConfig standard is an alternative to the @file{.dir-locals.el}
> > +files, which can control only a very small number of variables, but
> > +has the advantage of being editor-neutral. Those settings are stored in
> > +files named @file{.editorconfig}.
>
> Sorry, I'm late to the party. Shouldn't we give a reference like
> <https://spec.editorconfig.org/>?
Yes, please add that, and thanks.
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Michael Albinus, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Robert Pluim, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Stefan Monnier, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Robert Pluim, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Robert Pluim, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Eli Zaretskii, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Eli Zaretskii, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Stefan Monnier, 2024/06/21
- Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig', Eli Zaretskii, 2024/06/22
Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig',
Eli Zaretskii <=