From d4979ed08fa243aa943c33fa2e311de01e115a35 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 23 Feb 2025 04:04:24 +0100 Subject: [PATCH] Mark kermit.el as obsolete While Kermit is still developed, this Emacs support library is essentially unchanged since it was added to Emacs, which seems to have been in 1988. It is also based on the old pre-Emacs 20 shell mode, so it's not clear if it even works, and much less if it is relevant with Kermit from this century. There is also this modern alternative, from 1994, which seems far more complete: https://www.kermitproject.org/archive.html#emacs The bug tracker has stayed silent, so if anyone is still using it, they will have to report a bug and ask us to unobsolete it. * lisp/obsolete/kermit.el: Add Obsolete-since header. Add link to alternative library at kermitproject.org. (cherry picked from commit 96e066be3d252efe44a8321be313a67def14ea4e) --- lisp/obsolete/kermit.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/obsolete/kermit.el b/lisp/obsolete/kermit.el index 5a3d4efb22b..0413c57b9aa 100644 --- a/lisp/obsolete/kermit.el +++ b/lisp/obsolete/kermit.el @@ -6,6 +6,7 @@ ;; Maintainer: emacs-devel@gnu.org ;; Created: 15 Feb 1988 ;; Keywords: comm +;; Obsolete-since: 31.1 ;; This file is part of GNU Emacs. @@ -24,6 +25,15 @@ ;;; Commentary: +;; This library is obsolete. +;; +;; If you are looking for Kermit support in Emacs, you might want to +;; take a look here instead: +;; +;; https://www.kermitproject.org/archive.html#emacs + +;; --- + ;; I'm not sure, but I think somebody asked about running kermit under shell ;; mode a while ago. Anyway, here is some code that I find useful. The result ;; is that I can log onto machines with primitive operating systems (VMS and -- 2.39.5