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 31945b6c3f: * lisp/progmodes/eglot.el (eglot): Ensure managed-major-mode is a list Date: Fri, 28 Oct 2022 14:30:02 +0300 Message-ID: <83fsf8jidh.fsf@gnu.org> References: <166668943749.31970.9379739764487638921@vcs2.savannah.gnu.org> <20221025091717.DD9A3C0E4BF@vcs2.savannah.gnu.org> <834jvold15.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18123"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org, stephen_leake@stephe-leake.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 28 13:31:10 2022 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 1ooNZt-0004Us-Fs for ged-emacs-devel@m.gmane-mx.org; Fri, 28 Oct 2022 13:31:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ooNZ7-0006ix-4D; Fri, 28 Oct 2022 07:30:21 -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 1ooNYz-0006aO-4C for emacs-devel@gnu.org; Fri, 28 Oct 2022 07:30:13 -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 1ooNYy-0002ID-NR; Fri, 28 Oct 2022 07:30:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=fXLVd6EgvYk7J10nQhWsCyjHSm5b4WVqMW6hYiRWAlo=; b=HPcHhn0IlexsWeujKtN9 b/UzCa9QzAcDPmVWOwUP+Rtm+aAc249lmAN4oS9l3l7MKwyp8VcqeiQFc95E5Wlr216MKovutE9Ws FyauNTraI/7UXfj88MezrFzaLLRO46hnR1oex3YTa3lhcaw7PIY9EvEoy/WmUHJZWvW5AkTurxfGB qyB7zafg72OuQwvexnPv0UTKq1DqnPoQin7iCY41b16I0mYPxggXASUkKH7Tn2PYY/Em988f/Rv2z WCh1VmCS46ZMuwqr9G3LadSLDZKsb6SqHvAurbIH8ltWTw0Je+fTKk7SDQEV4pJsgWZc1KAAXEzhr VR33t7byBdb7Kg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooNYs-0005KG-An; Fri, 28 Oct 2022 07:30:06 -0400 In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Fri, 28 Oct 2022 09:32:08 +0100) 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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298669 Archived-At: > From: João Távora > Date: Fri, 28 Oct 2022 09:32:08 +0100 > Cc: rms@gnu.org, emacs-devel@gnu.org, stephen_leake@stephe-leake.org > > It's just that my (and seemingly Richard's) preference is a little more > lax. If something is definitely off cosmetically (say, very long lines > or misleadingly hard to read indentation), then a separate commit > that targets those cosmetics shortcomings is acceptable. I'm okay with your preferences in the package for whose maintenance you are responsible. But people who read this list should be aware of our project-wide preferences, lest they somehow interpret what you and Richard say as what they need to follow in general. This list is read by many people, not just the three of us.