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

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

bug#22214: 25.0.50; lock up with gui dialogs and clipmon-mode


From: Joseph Mingrone
Subject: bug#22214: 25.0.50; lock up with gui dialogs and clipmon-mode
Date: Wed, 23 Dec 2015 17:21:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (berkeley-unix)

Brian Burns <bburns.km@gmail.com> writes:
> I'll add a warning to the package, and see if I can make a minimal function
> to reproduce the error - I guess it would be something like check the
> clipboard contents, shift+down, then shift+mouse+dragdown? I'm not sure how
> the polling timer might fit into it, as it seemed to hang instantly on
> dragging the mouse down.

Here is the simplest example I can come up with that causes the problem.

;; substitute x-get-selection-value for 24.x
(run-at-time nil 2 (gui-get-primary-selection))
(menu-set-font)

Substituting larger values for the first argument of `run-at-time`
just (possibly) delays when Emacs locks up.

Attachment: signature.asc
Description: PGP signature


reply via email to

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