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

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

bug#40703: [PATCH] Make autoarg.el obsolete


From: Michael Heerdegen
Subject: bug#40703: [PATCH] Make autoarg.el obsolete
Date: Mon, 20 Apr 2020 03:27:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Kangas <stefan@marxist.se> writes:

> It sounds like you see the same thing as me.

Exactly.

(defun autoarg-kp-digit-argument (arg)
  [...]
  (setq overriding-terminal-local-map universal-argument-map)) ;; <---

That's not good.  u-a-map contains the normal number keys (first
problem), and the overriding-terminal-local-map is never uninstalled
(that's why it can't be turned off).

Michael.





reply via email to

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