bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Stallman
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)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]