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

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

Re: Emacs hangs on X11 paste--how to diagnose?


From: Jorge A. Alfaro-Murillo
Subject: Re: Emacs hangs on X11 paste--how to diagnose?
Date: Thu, 12 Mar 2015 11:15:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Rasmus writes:

FWIW2: I see the same issue sometimes. Using Gnome-Shell. I assume it's a dbus-thingy, but I don't know what causes the error...

I also see the same issue with openbox on Debian. It generally happens after the emacs server has been running for a couple of days, emacs is the only thing that fails to paste, the rest of X programs are working fine. The issue goes away after I restart the emacs server.

In my .emacs I have for the kill-yank related part:

#+BEGIN_SRC emacs-lisp
 (setq kill-ring-max 100)
 (setq x-select-enable-clipboard t)
 (setq select-active-regions t)
 (setq save-interprogram-paste-before-kill 1)
 (setq yank-pop-change-selection t)
#+END_SRC

I also have browse-kill-ring cloned from git://github.com/browse-kill-ring/browse-kill-ring

Best,
--
Jorge.




reply via email to

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