From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Tools bar an menu bar in rev. 115447? [Cygwin] Date: Thu, 12 Dec 2013 08:11:06 +0400 Message-ID: <52A9375A.7010702@yandex.ru> References: <52A633AB.40604@alice.it> <52A67FC5.1090705@yandex.ru> <83y53txtj5.fsf@gnu.org> <52A79FDC.807@alice.it> <52A8A692.5000809@cornell.edu> <52A8DB15.5070504@alice.it> <52A8E043.6080104@cornell.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1386821489 32449 80.91.229.3 (12 Dec 2013 04:11:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2013 04:11:29 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Angelo Graziosi To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 12 05:11:34 2013 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 1Vqxcb-000319-Lo for ged-emacs-devel@m.gmane.org; Thu, 12 Dec 2013 05:11:33 +0100 Original-Received: from localhost ([::1]:33220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqxcb-0003O3-1m for ged-emacs-devel@m.gmane.org; Wed, 11 Dec 2013 23:11:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqxcR-0003DV-DO for emacs-devel@gnu.org; Wed, 11 Dec 2013 23:11:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqxcK-0001v5-GF for emacs-devel@gnu.org; Wed, 11 Dec 2013 23:11:23 -0500 Original-Received: from forward6l.mail.yandex.net ([84.201.143.139]:58326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqxcD-0001uW-1V; Wed, 11 Dec 2013 23:11:09 -0500 Original-Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward6l.mail.yandex.net (Yandex) with ESMTP id 73BF414E0CF3; Thu, 12 Dec 2013 08:11:07 +0400 (MSK) Original-Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 00E491B60575; Thu, 12 Dec 2013 08:11:06 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id fNHDkrBlDR-B6PWLZf2; Thu, 12 Dec 2013 08:11:06 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1386821466; bh=VJ9YY43cNlUkD0bKYYQjtwmiykGLH0hqfP+IcTbeDlY=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Oew/D2rd42cM+9KyxoBTmGOWYHdRka1nif/Stwxn8ni0JNzy+gbl8MEETNPsM+bxS PPqBERvL76RG5x7AcmxWY4NpqvRjTDR7B9l8odPdcumrw4M9R6bAbFL1e1rr+tZBXm sEPcBpU03KylFebF7ZcVbl6JQhofgV78UiIEJkTY= Authentication-Results: smtp14.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <52A8E043.6080104@cornell.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.139 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:166320 Archived-At: On 12/12/2013 01:59 AM, Ken Brown wrote: > Dmitry, did you have some reason for removing that code? I can't see > that it has anything to do with the bug you were trying to fix. I missed the fact that poll_for_input_1 is needed to call terminal socket hooks :-(. Reverted in r115478. Dmitry