GNU bug report logs - #43315
28.0.50; Improvements to menu-bar Edit: add redo

Previous Next

Package: emacs;

Reported by: Caio Henrique <caiohcs0 <at> gmail.com>

Date: Thu, 10 Sep 2020 18:30:02 UTC

Severity: normal

Tags: fixed, patch

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Richard Stallman <rms <at> gnu.org>
To: Caio Henrique <caiohcs0 <at> gmail.com>
Cc: 43315 <at> debbugs.gnu.org
Subject: bug#43315: 28.0.50; Improvements to menu-bar Edit: add redo
Date: Fri, 11 Sep 2020 00:18:05 -0400
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > +    (bindings--define-key menu [undo-redo]
  > +      '(menu-item "Redo" undo-redo
  > +                  :enable (and (not buffer-read-only)
  > +                           (undo--last-change-was-undo-p buffer-undo-list))
  > +                  :help "Undo last undo"))
  > +

There is no harm putting it in the menu.  But I doubt we can find a key for it.

-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)






This bug report was last modified 4 years and 311 days ago.

Previous Next


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