From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: nxml-mode: consider changing nxml-sexp-element-flag default Date: Mon, 19 Mar 2018 17:03:06 -0400 Message-ID: References: <1521144097.2469677.1304661504.09A209E0@webmail.messagingengine.com> <86h8pen9st.fsf@dod.no> <1521492750.2916267.1308771384.398BDC27@webmail.messagingengine.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1521493298 22427 195.159.176.226 (19 Mar 2018 21:01:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2018 21:01:38 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: jostein@kjonigsen.net, Steinar Bang , emacs-devel@gnu.org To: Jostein =?windows-1252?Q?Kj=F8nigsen?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 22:01:34 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ey1uO-0005ia-Ke for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 22:01:32 +0100 Original-Received: from localhost ([::1]:43887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey1wR-0004cu-O4 for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 17:03:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey1wL-0004cb-49 for emacs-devel@gnu.org; Mon, 19 Mar 2018 17:03:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey1wI-0006Yj-Il for emacs-devel@gnu.org; Mon, 19 Mar 2018 17:03:33 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey1wI-0006YL-D5 for emacs-devel@gnu.org; Mon, 19 Mar 2018 17:03:30 -0400 Original-Received: from lechazo.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w2JL36lA011103; Mon, 19 Mar 2018 17:03:07 -0400 Original-Received: by lechazo.home (Postfix, from userid 20848) id 959C8632A7; Mon, 19 Mar 2018 17:03:06 -0400 (EDT) In-Reply-To: <1521492750.2916267.1308771384.398BDC27@webmail.messagingengine.com> ("Jostein =?windows-1252?Q?Kj=F8nigsen=22's?= message of "Mon, 19 Mar 2018 21:52:30 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6245=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6245> : inlines <6504> : streams <1781681> : uri <2611238> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223836 Archived-At: > In case there's no objections and we decide to go through with this, > I've change the default and run "make check". > It seems no tests are impacted, and the patch is therefore pretty small. > Is there anything more we'll need to do? Mention the change in etc/NEWS ? Stefan