unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: 51096@debbugs.gnu.org
Cc: Michael Mauger <michael@mauger.com>
Subject: bug#51096: [PATCH] Remove XEmacs compat code from sql.el
Date: Fri, 8 Oct 2021 15:09:45 -0400	[thread overview]
Message-ID: <CADwFkmnz1H2HHroN8KxxcOrRELkyo+39wuS4TTCdOFnwKwxJ-A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

Severity: wishlist

The attached patch removes the XEmacs compatibility code from sql.el.

The Emacs FAQ currently has this to say:

    4.11 What was XEmacs?
    =====================

    XEmacs was a branch version of Emacs that is no longer actively
    developed.  Originally known as “Lucid Emacs”, XEmacs was forked from a
    prerelease version of Emacs 19.  XEmacs last released a new version on
    January 30, 2009, which lacks many important features that exist in
    Emacs.  Since its development has stopped, we do not expect to see any
    new releases.

       In the past, it was not uncommon for Emacs packages to include code
    for compatibility with XEmacs.  Nowadays, most built-in and third party
    packages have either stopped supporting XEmacs or were developed
    exclusively for Emacs.

IOW, this support is probably not relevant to maintain these days.

Any objections to the attached patch?

[-- Attachment #2: 0001-Remove-XEmacs-compat-code-from-sql.el.patch --]
[-- Type: text/x-diff, Size: 1835 bytes --]

From eee5301d7338aa28f0227c29687f0707c26f9a5a Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Fri, 8 Oct 2021 21:04:04 +0200
Subject: [PATCH] Remove XEmacs compat code from sql.el

* lisp/progmodes/sql.el (sql-interactive-mode-map, sql-mode)
(sql-interactive-mode): Remove XEmacs compat code.
---
 lisp/progmodes/sql.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index d0e0a1154e..f55115e902 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -1352,8 +1352,6 @@ sql-is-sqli-buffer-p
 (defvar sql-interactive-mode-map
   (let ((map (make-sparse-keymap)))
     (set-keymap-parent map comint-mode-map)
-    (if (fboundp 'set-keymap-name)
-	(set-keymap-name map 'sql-interactive-mode-map)); XEmacs
     (define-key map (kbd "C-j") 'sql-accumulate-and-indent)
     (define-key map (kbd "C-c C-w") 'sql-copy-column)
     (define-key map (kbd "O") 'sql-magic-go)
@@ -4160,10 +4158,6 @@ sql-mode
 	    (modify-syntax-entry ?\\\\ \"\\\\\" sql-mode-syntax-table)))"
   :abbrev-table sql-mode-abbrev-table
 
-  (when (and (featurep 'xemacs)
-             sql-mode-menu)
-      (easy-menu-add sql-mode-menu))
-
   ;; (smie-setup sql-smie-grammar #'sql-smie-rules)
   (setq-local comment-start "--")
   ;; Make each buffer in sql-mode remember the "current" SQLi buffer.
@@ -4286,9 +4280,6 @@ sql-interactive-mode
   (setq mode-name
         (concat "SQLi[" (or (sql-get-product-feature sql-product :name)
                             (symbol-name sql-product)) "]"))
-  (when (and (featurep 'xemacs)
-             sql-interactive-mode-menu)
-    (easy-menu-add sql-interactive-mode-menu))
 
   ;; Note that making KEYWORDS-ONLY nil will cause havoc if you try
   ;; SELECT 'x' FROM DUAL with SQL*Plus, because the title of the column
-- 
2.30.2


             reply	other threads:[~2021-10-08 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 19:09 Stefan Kangas [this message]
2021-10-08 19:22 ` bug#51096: [PATCH] Remove XEmacs compat code from sql.el Michael Mauger via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-08 19:41   ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmnz1H2HHroN8KxxcOrRELkyo+39wuS4TTCdOFnwKwxJ-A@mail.gmail.com \
    --to=stefan@marxist.se \
    --cc=51096@debbugs.gnu.org \
    --cc=michael@mauger.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).