From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 45f6cfb89e2: Merge remote-tracking branch 'origin/scratch/emacs-editorconfig' Date: Fri, 21 Jun 2024 18:54:23 +0300 Message-ID: <861q4ql2a8.fsf@gnu.org> References: <171897896087.14973.179765515924525117@vcs2.savannah.gnu.org> <20240621140923.49EF2C1FB70@vcs2.savannah.gnu.org> <8734p6s79j.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28507"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 21 17:54:49 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sKgbB-000760-4I for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jun 2024 17:54:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sKgar-0005nV-NB; Fri, 21 Jun 2024 11:54:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sKgao-0005mk-A9 for emacs-devel@gnu.org; Fri, 21 Jun 2024 11:54:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sKgao-00068H-1y; Fri, 21 Jun 2024 11:54:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=pEGaALZQru2UUgRS0TukaFmvk+QvTqvq7CL6R1nUrYk=; b=Mcpf3joc5Pyx hNTUWDeZWGgNkossrk0m5zDA0bvUU5edM9fferf813P//NghjmB7T01oBbR262qkTlNZjFNnVUAVq zGkzh7jC3sp9FUme5P2TT40+n29ueG7MNGUcVNkCEScSV6dBgGp3tECloOrHdaePnCQSU2Xlmgu+8 puk2DmFcnyaHj6qoCn20I+nzpPLpToyCg8E3FHw/sS5sllZ5Gbvh1NVRmIsPNmrtUeeHl1utgWf09 HhKEVYGYE8mbejP9iwfaz89qs9pr2Qi0k7UVYQr7CJD7KZpMqzgQUfet+FEtWtG9Fim2urh4yWjpC SEJRcsslUq79y7hfIt/FZw==; In-Reply-To: <8734p6s79j.fsf@gmx.de> (message from Michael Albinus on Fri, 21 Jun 2024 16:24:56 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320418 Archived-At: > From: Michael Albinus > Cc: Stefan Monnier > Date: Fri, 21 Jun 2024 16:24:56 +0200 > > Stefan Monnier via Mailing list for Emacs changes > 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 > ? Yes, please add that, and thanks.