From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re-enable SIGIO when waiting for events Date: Wed, 05 Aug 2015 10:46:21 -0700 Message-ID: <55C24BED.9060708@cs.ucla.edu> References: <1436615880-1719-1-git-send-email-mac@mcrowe.com> <87fv4n5g05.fsf@linaro.org> <87lhef6uc0.fsf@gnu.org> <55A950C1.8020602@cs.ucla.edu> <20150721124220.GA6160@mcrowe.com> <20150730163155.GA7628@mcrowe.com> <87h9ola3bz.fsf@gnu.org> <877fpghnic.fsf@linaro.org> <20150805142814.GA6222@mcrowe.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1438796816 28231 80.91.229.3 (5 Aug 2015 17:46:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2015 17:46:56 +0000 (UTC) Cc: =?windows-1252?Q?Alex_Benn=E9e?= To: Mike Crowe , Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 19:46:50 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 1ZN2m8-00029A-IN for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2015 19:46:48 +0200 Original-Received: from localhost ([::1]:41549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN2m8-0004Db-5X for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2015 13:46:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN2lr-0004DD-GN for Emacs-devel@gnu.org; Wed, 05 Aug 2015 13:46:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZN2lm-0008OQ-Eb for Emacs-devel@gnu.org; Wed, 05 Aug 2015 13:46:31 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:44187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZN2lm-0008O3-83 for Emacs-devel@gnu.org; Wed, 05 Aug 2015 13:46:26 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0F4791601C6; Wed, 5 Aug 2015 10:46:24 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id JWcPqUG-kRly; Wed, 5 Aug 2015 10:46:23 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6743C160D04; Wed, 5 Aug 2015 10:46:23 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5vdk5cyVDNkH; Wed, 5 Aug 2015 10:46:23 -0700 (PDT) Original-Received: from [10.11.1.58] (wsip-98-189-253-11.oc.oc.cox.net [98.189.253.11]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 415411601C6; Wed, 5 Aug 2015 10:46:23 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 In-Reply-To: <20150805142814.GA6222@mcrowe.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:188454 Archived-At: On 08/05/2015 07:28 AM, Mike Crowe wrote: > Is there any chance of committing the fix to emacs-24? It doesn't > cherry-pick cleanly but only requires minor fixing (attached.) Don't see why not. I pushed it. I doubt whether emacs-24 will be used for any new release, so this is mostly just a bookkeeping entry.