GNU bug report logs - #41087
27.0.91; How to remove Emacs 27 changes to minibuffer?

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Mon, 4 May 2020 21:11:02 UTC

Severity: wishlist

Found in version 27.0.91

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


Message #28 received at 41087-done <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 41087-done <at> debbugs.gnu.org
Subject: Re: bug#41087: 27.0.91; How to remove Emacs 27 changes to minibuffer?
Date: Wed, 13 May 2020 01:50:22 +0300
> I do think the doc, and NEWS, could help by
> clearly saying how to revert the changes.  Maybe
> it does so sufficiently; I haven't studied it.

There are a lot of such preprocessing lines in your libraries

  (< emacs-major-version 23)
  (= emacs-major-version 24)

so you could add something like

  (>= emacs-major-version 27)

to handle changes in Emacs 27.

Since NEWS describes how to get back a previous behavior,
I'm closing this report.




This bug report was last modified 5 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.