-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emacs 25: lock up with gui dialog boxes #3
Comments
Hi Joseph, thanks for the bug report and recipe - it seems to be a problem on Linux as it works okay on Windows - I'd just built 25.0.50.1 also. But apparently I won't be able to test it until I set up a Linux VM, but that's something I've been needing to do also. Regards, |
@bburns has there been any movement on this one? I just moved up to 25.1 and I'm getting |
Hi, thanks for the report - is this related to the gui dialog box lockup? If not I created a new issue here - #9 I've got a Linux VM setup but am not getting that error with 25.1 - more details there. Regarding the gui dialog lockup - it bit me while testing 25.1 - but now I've got a VM setup and can see if I can make any progress on it. |
For the longest time I didn't realize this bug was caused by clipmon, which is a very useful package for me. I tried compiling with very up-to-date gtk in case there was a but with that. At the moment I'm not loading clipmon and I was missing it. I have a little solution below that works for my use case. I wasn't using auto insert, just using clipmon to have emacs get everything from the system clipboard into the kill ring. My new way of doing this has been working well so I'm sharing it here: Install CopyQ. Create an automatic command called SendToEmacs, with the command:
Under this command's Advanced tab, set this to an automatic action (happens every time text is copied) and set it to match all text/plain formatted items with the content This doesn't use the clipmon package. Instead that eval in the CopyQ command above could be to run Another option to use clipmon without CopyQ and without emacs timers would be to subscribe to dbus events of clipboard changes. I believe klipper, gpaste, or similar as a WM clipboard manager could provide those necessary signals. |
Please see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22214. Since I'm unsure if this is a problem in Emacs 25 or clipmon (or both) I copy the debbug report here.
Regards,
Joseph
The text was updated successfully, but these errors were encountered: