From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Konstantin Kharlamov Newsgroups: gmane.emacs.devel Subject: Re: nxml comments fix (was: Start of Emacs 30 release cycle) Date: Mon, 01 Jul 2024 16:15:57 +0300 Message-ID: References: <86frt3eptb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19405"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.52.3 To: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 01 15:17:36 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 1sOGuW-0004t0-9V for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Jul 2024 15:17:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOGtX-00076d-Vs; Mon, 01 Jul 2024 09:16:40 -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 1sOGtE-000748-Ae for emacs-devel@gnu.org; Mon, 01 Jul 2024 09:16:22 -0400 Original-Received: from forward501d.mail.yandex.net ([178.154.239.209]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOGt9-0006yq-0v; Mon, 01 Jul 2024 09:16:14 -0400 Original-Received: from mail-nwsmtp-smtp-production-main-36.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-36.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:4718:0:640:5b95:0]) by forward501d.mail.yandex.net (Yandex) with ESMTPS id F355760AC8; Mon, 1 Jul 2024 16:15:58 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-36.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id vFVIjHhX1eA0-s7BghfAQ; Mon, 01 Jul 2024 16:15:58 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1719839758; bh=YuXFUxLpHGHX/+37GxpEp8YTjMKlQOQ+gcKvP3oKv4I=; h=In-Reply-To:Date:References:To:From:Subject:Message-ID; b=NnsU5697+U+cYDB5aJ824XHWqCAYqMMC8ivNTPg6Ln+ZEH5SXBcc7SmCX6KaTWAIk OiDJxYVSyYiNe0zT04G+BMUCM4/ZScuuOVdlfU+bd7KeUeYeS0cThxZjARhbvYF+U1 jiBXTkOdHDQIxjODkMENGMdR3FDE1ni40c/bgTA4= Authentication-Results: mail-nwsmtp-smtp-production-main-36.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.ru In-Reply-To: <86frt3eptb.fsf@gnu.org> Received-SPF: pass client-ip=178.154.239.209; envelope-from=Hi-Angel@yandex.ru; helo=forward501d.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:321017 Archived-At: On Sun, 2024-06-23 at 16:44 +0300, Eli Zaretskii wrote: > I hope to make the first pretest of Emacs 30.1 in about a month from > now. Hello! As it's soon the pretest time, I'd just like to point out a simple nxml-mode bugfix that would be nice to have in Emacs 30 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71772 (the 1-st patch out of the two).