From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Michael Mauger via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#51096: [PATCH] Remove XEmacs compat code from sql.el Date: Fri, 08 Oct 2021 19:22:02 +0000 Message-ID: References: Reply-To: Michael Mauger 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="24524"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Michael Mauger , 51096@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 08 21:23:10 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mYvSY-00067L-9y for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Oct 2021 21:23:10 +0200 Original-Received: from localhost ([::1]:46914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYvSX-0002jP-4v for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Oct 2021 15:23:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYvSQ-0002j2-FD for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 15:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40352) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYvSQ-0008J5-7R for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 15:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mYvSQ-0007Na-1k for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 15:23:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Mauger Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Oct 2021 19:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51096 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 51096-submit@debbugs.gnu.org id=B51096.163372093628301 (code B ref 51096); Fri, 08 Oct 2021 19:23:02 +0000 Original-Received: (at 51096) by debbugs.gnu.org; 8 Oct 2021 19:22:16 +0000 Original-Received: from localhost ([127.0.0.1]:51898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYvRg-0007MO-9m for submit@debbugs.gnu.org; Fri, 08 Oct 2021 15:22:16 -0400 Original-Received: from mail-40134.protonmail.ch ([185.70.40.134]:55555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYvRd-0007M6-Tl for 51096@debbugs.gnu.org; Fri, 08 Oct 2021 15:22:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1633720923; bh=N5ya8sBYa2w9DK9o70rP3w5Onz5p5eEgRQ1mvqq40J4=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=ulvifS3HK+wQnpUGf+FkVcNZKzLM3QywnRhNzY1NOFXrLrBvHphAGGs+wW5aXod84 GPDClrIr2pQWTawix1pTA/SWZGJ6Mab9/6H57KKl91Q/RHQviCneeQ2YrMDMuNLRNM xRQ4NVZPpknRK5el4PkaUEo19TV+rrg4I261bltI= In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" X-ACL-Warn: , Michael Mauger Xref: news.gmane.io gmane.emacs.bugs:216732 Archived-At: On Friday, October 8th, 2021 at 3:09 PM, Stefan Kangas = wrote: > Severity: wishlist > > The attached patch removes the XEmacs compatibility code from sql.el. > > IOW, this support is probably not relevant to maintain these days. > > Any objections to the attached patch? Nope, doesn't appear much to be impacted here. I haven't used XEmacs since = the early 90's and have never had a request related to it. -- MICHAEL@MAUGER.COM // FSF and EFF member // GNU Emacs sql.el maintainer