unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40703: [PATCH] Make autoarg.el obsolete
@ 2020-04-19  1:20 Stefan Kangas
  2020-04-19 14:08 ` Eli Zaretskii
  2022-02-15  9:56 ` bug#40703: Unable to turn off autoarg-kp-mode Lars Ingebrigtsen
  0 siblings, 2 replies; 13+ messages in thread
From: Stefan Kangas @ 2020-04-19  1:20 UTC (permalink / raw)
  To: 40703

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

Severity: wishlist

autoarg.el "provides `autoarg-mode', a global minor mode meant to
emulate a facility reported from Twenex Emacs whereby digit keys
supplied prefix args rather than self inserting, with a digit sequence
terminated by space acting to insert the digits".

While searching the web, I could find no evidence of autoarg-mode
being discussed or even mentioned.  It is presumably not very useful
in this day and age.  (I also found a breaking bug in autoarg-kp-mode
where enabling it also enables autoarg-mode.  Nobody seems to have
noticed.)

Does anyone object to marking it obsolete?

Best regards,
Stefan Kangas

[-- Attachment #2: 0001-Make-autoarg.el-obsolete.patch --]
[-- Type: text/x-patch, Size: 1432 bytes --]

From c355b5b5ea91b7125a80b23b3de3bd2655915b17 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Sun, 19 Apr 2020 02:56:55 +0200
Subject: [PATCH] Make autoarg.el obsolete

* lisp/autoarg.el: Move from here...
* lisp/obsolete/autoarg.el: ...to here.
* etc/NEWS: Announce that autoarg.el is now obsolete.
---
 etc/NEWS                       | 5 +++++
 lisp/{ => obsolete}/autoarg.el | 1 +
 2 files changed, 6 insertions(+)
 rename lisp/{ => obsolete}/autoarg.el (99%)

diff --git a/etc/NEWS b/etc/NEWS
index 025d5c14a7..476973e9eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,6 +288,11 @@ prefix on the Subject line in various languages.
 These new navigation commands are bound to 'n' and 'p' in
 'apropos-mode'.
 
+** The autoarg.el library is now marked obsolete.
+This library provides the 'autoarg-mode' and 'autoarg-kp-mode' minor
+modes to emulate the behavior of the historical editor Twenex Emacs.
+It is believed to no longer be useful.
+
 \f
 * New Modes and Packages in Emacs 28.1
 
diff --git a/lisp/autoarg.el b/lisp/obsolete/autoarg.el
similarity index 99%
rename from lisp/autoarg.el
rename to lisp/obsolete/autoarg.el
index eba7a187fa..b93d663e2f 100644
--- a/lisp/autoarg.el
+++ b/lisp/obsolete/autoarg.el
@@ -5,6 +5,7 @@
 ;; Author:  Dave Love <fx@gnu.org>
 ;; Created: 1998-09-04
 ;; Keywords: abbrev, emulations
+;; Obsolete-since: 28.1
 
 ;; This file is part of GNU Emacs.
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-02-15  9:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  1:20 bug#40703: [PATCH] Make autoarg.el obsolete Stefan Kangas
2020-04-19 14:08 ` Eli Zaretskii
2020-04-19 23:25   ` Stefan Kangas
2020-04-19 23:57     ` Michael Heerdegen
2020-04-20  0:57       ` Stefan Kangas
2020-04-20  1:27         ` Michael Heerdegen
2020-04-20 14:29       ` Eli Zaretskii
2020-04-24 10:02         ` Stefan Kangas
2020-09-30 17:59           ` Lars Ingebrigtsen
2020-10-03 23:01             ` Michael Heerdegen
2020-10-05  6:45               ` Lars Ingebrigtsen
2020-10-05  6:59                 ` Eli Zaretskii
2022-02-15  9:56 ` bug#40703: Unable to turn off autoarg-kp-mode Lars Ingebrigtsen

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).