From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex =?utf-8?Q?Benn=C3=A9e?= Newsgroups: gmane.emacs.devel Subject: Question about wait_reading_process_output Date: Fri, 05 Jun 2015 10:49:50 +0100 Message-ID: <874mmmbi2p.fsf@linaro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1433497801 27561 80.91.229.3 (5 Jun 2015 09:50:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2015 09:50:01 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 11:49:57 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 1Z0oG4-0000q4-FW for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2015 11:49:48 +0200 Original-Received: from localhost ([::1]:46183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oFt-0006R6-QS for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2015 05:49:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oFq-0006Qm-NS for emacs-devel@gnu.org; Fri, 05 Jun 2015 05:49:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0oFo-0001L3-2g for emacs-devel@gnu.org; Fri, 05 Jun 2015 05:49:34 -0400 Original-Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:53608 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0oFn-0001Kt-Sy for emacs-devel@gnu.org; Fri, 05 Jun 2015 05:49:32 -0400 Original-Received: from localhost ([127.0.0.1] helo=zen.linaro.local) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1Z0pbl-0000Ul-Ay for emacs-devel@gnu.org; Fri, 05 Jun 2015 13:16:17 +0200 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: alex.bennee@linaro.org X-SA-Exim-Scanned: No (on socrates.bennee.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 88.198.71.155 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:187030 Archived-At: Hi, I've been digging into the code trying to get an idea of why bug#16737 fires. My question is where in wait_reading_process_output does it ensure the various terminal socket reads are run? AFAICT the x-selection notifications come via this path. -- Alex Bennée