unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31
@ 2024-09-14 19:25 Stefan Kangas
  2024-09-15  0:02 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-09-15  5:43 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Kangas @ 2024-09-14 19:25 UTC (permalink / raw)
  To: 73257

Severity: wishlist

We usually delete libraries obsoleted 10 years ago at the time of a new
Emacs release.  This should mean that anything made obsolete before
24.5, released on 2015-04-10, are candidates for deletion in Emacs 31.

This is the full list of such libraries:

    24.1 lisp/obsolete/pgg-def.el
    24.1 lisp/obsolete/pgg-gpg.el
    24.1 lisp/obsolete/pgg-parse.el
    24.1 lisp/obsolete/pgg-pgp.el
    24.1 lisp/obsolete/pgg-pgp5.el
    24.1 lisp/obsolete/pgg.el
    24.3 lisp/obsolete/bruce.el
    24.4 lisp/obsolete/info-edit.el
    24.4 lisp/obsolete/iswitchb.el
    24.4 lisp/obsolete/longlines.el
    24.4 lisp/obsolete/meese.el
    24.4 lisp/obsolete/otodo-mode.el
    24.4 lisp/obsolete/rcompile.el
    24.4 lisp/obsolete/sup-mouse.el
    24.4 lisp/obsolete/terminal.el
    24.4 lisp/obsolete/yow.el
    24.5 lisp/obsolete/cc-compat.el
    24.5 lisp/obsolete/crisp.el
    24.5 lisp/obsolete/tpu-edt.el
    24.5 lisp/obsolete/tpu-extras.el
    24.5 lisp/obsolete/tpu-mapper.el
    24.5 lisp/obsolete/vi.el
    24.5 lisp/obsolete/vip.el
    24.5 lisp/obsolete/ws-mode.el

1. We cannot yet remove iswitchb.el, as isearchb.el depends on it (see
   Bug#36260).

2. We also cannot remove longlines.el, as so-long.el depends on it, and
   even recommends it in certain cases.

3. ISTR that Eli objected to removing bruce.el in Emacs 30, so I'm
   assuming this objection this still stands.

Are there any other blockers or considerations?





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

* bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31
  2024-09-14 19:25 bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31 Stefan Kangas
@ 2024-09-15  0:02 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-09-15  5:43 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-09-15  0:02 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 73257

Stefan Kangas <stefankangas@gmail.com> writes:

> Are there any other blockers or considerations?

pgg is still being used.  Please don't delete it on impulse.





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

* bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31
  2024-09-14 19:25 bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31 Stefan Kangas
  2024-09-15  0:02 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-09-15  5:43 ` Eli Zaretskii
  2024-09-15 15:01   ` Drew Adams via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2024-09-15  5:43 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 73257

> From: Stefan Kangas <stefankangas@gmail.com>
> Date: Sat, 14 Sep 2024 12:25:49 -0700
> 
>     24.1 lisp/obsolete/pgg-def.el
>     24.1 lisp/obsolete/pgg-gpg.el
>     24.1 lisp/obsolete/pgg-parse.el
>     24.1 lisp/obsolete/pgg-pgp.el
>     24.1 lisp/obsolete/pgg-pgp5.el
>     24.1 lisp/obsolete/pgg.el
>     24.3 lisp/obsolete/bruce.el
>     24.4 lisp/obsolete/info-edit.el
>     24.4 lisp/obsolete/iswitchb.el
>     24.4 lisp/obsolete/longlines.el
>     24.4 lisp/obsolete/meese.el
>     24.4 lisp/obsolete/otodo-mode.el
>     24.4 lisp/obsolete/rcompile.el
>     24.4 lisp/obsolete/sup-mouse.el
>     24.4 lisp/obsolete/terminal.el
>     24.4 lisp/obsolete/yow.el
>     24.5 lisp/obsolete/cc-compat.el
>     24.5 lisp/obsolete/crisp.el
>     24.5 lisp/obsolete/tpu-edt.el
>     24.5 lisp/obsolete/tpu-extras.el
>     24.5 lisp/obsolete/tpu-mapper.el
>     24.5 lisp/obsolete/vi.el
>     24.5 lisp/obsolete/vip.el
>     24.5 lisp/obsolete/ws-mode.el
> 
> 1. We cannot yet remove iswitchb.el, as isearchb.el depends on it (see
>    Bug#36260).
> 
> 2. We also cannot remove longlines.el, as so-long.el depends on it, and
>    even recommends it in certain cases.
> 
> 3. ISTR that Eli objected to removing bruce.el in Emacs 30, so I'm
>    assuming this objection this still stands.
> 
> Are there any other blockers or considerations?

I'd leave the TPU and Crisp/Brief emulations alone.





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

* bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31
  2024-09-15  5:43 ` Eli Zaretskii
@ 2024-09-15 15:01   ` Drew Adams via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 4+ messages in thread
From: Drew Adams via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-09-15 15:01 UTC (permalink / raw)
  To: Eli Zaretskii, Stefan Kangas; +Cc: 73257@debbugs.gnu.org

> >     24.1 lisp/obsolete/pgg-def.el
> >     24.1 lisp/obsolete/pgg-gpg.el
> >     24.1 lisp/obsolete/pgg-parse.el
> >     24.1 lisp/obsolete/pgg-pgp.el
> >     24.1 lisp/obsolete/pgg-pgp5.el
> >     24.1 lisp/obsolete/pgg.el
> >     24.3 lisp/obsolete/bruce.el
> >     24.4 lisp/obsolete/info-edit.el
> >     24.4 lisp/obsolete/iswitchb.el
> >     24.4 lisp/obsolete/longlines.el
> >     24.4 lisp/obsolete/meese.el
> >     24.4 lisp/obsolete/otodo-mode.el
> >     24.4 lisp/obsolete/rcompile.el
> >     24.4 lisp/obsolete/sup-mouse.el
> >     24.4 lisp/obsolete/terminal.el
> >     24.4 lisp/obsolete/yow.el
> >     24.5 lisp/obsolete/cc-compat.el
> >     24.5 lisp/obsolete/crisp.el
> >     24.5 lisp/obsolete/tpu-edt.el
> >     24.5 lisp/obsolete/tpu-extras.el
> >     24.5 lisp/obsolete/tpu-mapper.el
> >     24.5 lisp/obsolete/vi.el
> >     24.5 lisp/obsolete/vip.el
> >     24.5 lisp/obsolete/ws-mode.el
> >
> > 1. We cannot yet remove iswitchb.el, as isearchb.el depends on it (see
> >    Bug#36260).
> >
> > 2. We also cannot remove longlines.el, as so-long.el depends on it,
> and
> >    even recommends it in certain cases.
> >
> > 3. ISTR that Eli objected to removing bruce.el in Emacs 30, so I'm
> >    assuming this objection this still stands.
> >
> > Are there any other blockers or considerations?
> 
> I'd leave the TPU and Crisp/Brief emulations alone.

FWIW, I uploaded info-edit.el and iswitchb.el to
Emacs Wiki.  There are wiki pages that refer to
them and code on the wiki that uses them.

Dunno whether other 31-removed libraries should
similarly be archived/uploaded.  I'm not familiar
with them.






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

end of thread, other threads:[~2024-09-15 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 19:25 bug#73257: 31.0.50; Deleting obsolete libraries in Emacs 31 Stefan Kangas
2024-09-15  0:02 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-15  5:43 ` Eli Zaretskii
2024-09-15 15:01   ` Drew Adams via Bug reports for GNU Emacs, the Swiss army knife of text editors

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