|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] emacs-25 d4e1549: Guard terminal parameter in XTerm mouse mode |
Date: | Tue, 22 Nov 2016 20:08:27 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> + (setf (terminal-parameter nil 'xterm-mouse-last-down) > + ;; EVENT might be handed back to the input queue, which > + ;; might modify it. Copy it into the terminal parameter > + ;; to guard against that. > + (copy-sequence event)) Do you have further information about when/where events might be modified in place? It sounds like a risky operation. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |