From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re-enable SIGIO when waiting for events Date: Fri, 17 Jul 2015 10:50:55 +0200 Message-ID: <87lhef6uc0.fsf@gnu.org> References: <1436615880-1719-1-git-send-email-mac@mcrowe.com> <87fv4n5g05.fsf@linaro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1437123081 27019 80.91.229.3 (17 Jul 2015 08:51:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2015 08:51:21 +0000 (UTC) Cc: Mike Crowe , Emacs Developers To: Alex =?utf-8?Q?Benn=C3=A9e?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 17 10:51:11 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZG1ML-0007Qp-4P for ged-emacs-devel@m.gmane.org; Fri, 17 Jul 2015 10:51:09 +0200 Original-Received: from localhost ([::1]:43587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG1MK-0008VC-85 for ged-emacs-devel@m.gmane.org; Fri, 17 Jul 2015 04:51:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG1MG-0008Uz-SQ for emacs-devel@gnu.org; Fri, 17 Jul 2015 04:51:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG1MB-0002rV-TQ for emacs-devel@gnu.org; Fri, 17 Jul 2015 04:51:04 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG1MB-0002rN-Pd for emacs-devel@gnu.org; Fri, 17 Jul 2015 04:50:59 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4207420A25 for ; Fri, 17 Jul 2015 04:50:59 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 17 Jul 2015 04:50:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=D5g3kBIPNhRoqCD tjrFA4tIRNCU=; b=AHm5k79rNX6cvUEGin2xTz2d29Naty+VioDHsRfuJGRF8D1 SLu/BuVmCCY+V94Dl6J8M1FuhKWHavBj+zSU2jPWKDtxqW6m8q6wBkOLWsi3hUtq ljy0FKngrHETDF0eNx10OwiYSf5HoeaWHuAiK+RMOcvJHMzLy6Yjw2uV/fro= X-Sasl-enc: yw4VrMV8NtrO4VC9Dl3T15LBm8sr4uYsVvD43K/6pCtd 1437123058 Original-Received: from thinkpad-t440p (unknown [2.162.55.55]) by mail.messagingengine.com (Postfix) with ESMTPA id EB0B26801D1; Fri, 17 Jul 2015 04:50:57 -0400 (EDT) Mail-Followup-To: Alex =?utf-8?Q?Benn=C3=A9e?= , Mike Crowe , Emacs Developers In-Reply-To: <87fv4n5g05.fsf@linaro.org> ("Alex \=\?utf-8\?Q\?Benn\=C3\=A9e\=22's\?\= message of "Fri, 17 Jul 2015 09:45:46 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187919 Archived-At: Alex Benn=C3=A9e writes: >> Reinstating the re-enabling of SIGIO in kbd_buffer_get_event solves >> the problems reported in bug 16737 for me. > > I've patched my local emacs-24 branch and will give it a spin to see > if the problem still occurs. Thanks! I'm using it since yesterday and didn't see that issue anymore although I've done some heavy c&p-ing between my browser and emacs which used to trigger the problem with a very high likelyhood. Bye, Tassilo