From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Fischmeister Newsgroups: gmane.emacs.help Subject: Re: Emacs >24.5 hangs on yank() Date: Thu, 29 Oct 2015 13:18:31 -0400 Message-ID: <87h9l9wq78.fsf@uwaterloo.ca> References: <876120gpoz.fsf@turtle.gmx.de> Reply-To: sfischme@uwaterloo.ca NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446139225 6545 80.91.229.3 (29 Oct 2015 17:20:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 17:20:25 +0000 (UTC) To: Sven Joachim , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 29 18:20:16 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 1Zrqs0-0004CM-Nu for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2015 18:20:12 +0100 Original-Received: from localhost ([::1]:45473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqrz-0008GP-OR for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2015 13:20:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqr4-0007IF-Qu for help-gnu-emacs@gnu.org; Thu, 29 Oct 2015 13:19:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrqr0-0005Gx-Qd for help-gnu-emacs@gnu.org; Thu, 29 Oct 2015 13:19:14 -0400 Original-Received: from mailservices.uwaterloo.ca ([129.97.128.141]:56363 helo=mailchk-m04.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqr0-0005FV-MJ for help-gnu-emacs@gnu.org; Thu, 29 Oct 2015 13:19:10 -0400 Original-Received: from connect.uwaterloo.ca (connhub1.connect.uwaterloo.ca [129.97.149.113]) by mailchk-m04.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id t9THIq6w019933 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK); Thu, 29 Oct 2015 13:19:02 -0400 Original-Received: from CONNHUB3.connect.uwaterloo.ca (129.97.149.103) by connhub1.connect.uwaterloo.ca (129.97.149.101) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 29 Oct 2015 13:18:32 -0400 Original-Received: from uwaterloo.ca (172.16.38.197) by connhub3.connect.uwaterloo.ca (129.97.149.121) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 29 Oct 2015 13:18:31 -0400 In-Reply-To: <876120gpoz.fsf@turtle.gmx.de> X-Homepage: http://esg.uwaterloo.ca X-UUID: b85acd11-6994-468d-89f6-394b80bcd2cd X-Miltered: at mailchk-m04 with ID 563254FC.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: clamav-milter 0.98.7 at mailchk-m04 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 129.97.128.141 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:107869 Archived-At: >> Any ideas what is going on? At the moment I have to restart emacs about >> every two hours because of this. > > Try to apply commit a27ae9d7650a1230d4359eaf0a949f827315a6d2[1] from the > emacs-24 branch, hopefully it will fix the issue. I now also tried the git branch "emacs-24" which includes this patch, and there I still have the problem when emacs tries to interact with the clipboard. However, when running the master branch, I do not have this problem. Sebastian