From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Newsgroups: gmane.emacs.help Subject: Re: Emacs hangs on X11 paste--how to diagnose? Date: Thu, 12 Mar 2015 11:15:36 -0400 Message-ID: <87k2ymfdrb.fsf@yale.edu> References: <85315b32-0239-40bd-b5da-6268881d2832@googlegroups.com> <87fv9bgfgv.fsf@debian.uxu> <87mw3i4cfj.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1426173420 6768 80.91.229.3 (12 Mar 2015 15:17:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2015 15:17:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 12 16:16:50 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YW4qt-0001rl-KS for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2015 16:16:47 +0100 Original-Received: from localhost ([::1]:60599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW4qs-0003mx-MG for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2015 11:16:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW4qb-0003kq-O4 for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 11:16:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW4qW-0004Mo-7m for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 11:16:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW4qW-0004HL-15 for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 11:16:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YW4qD-0001BS-TV for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 16:16:10 +0100 Original-Received: from nat-130-132-173-151.central.yale.edu ([130.132.173.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2015 16:16:00 +0100 Original-Received: from jorge.alfaro-murillo by nat-130-132-173-151.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Mar 2015 16:16:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-130-132-173-151.central.yale.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:FkY54jVF4wE7U9M73DSwuQfXzgo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103114 Archived-At: 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.