From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.bugs Subject: bug#17577: 24.3.91; Error during redisplay prevent quitting. Date: Sat, 24 May 2014 14:29:44 -0400 Message-ID: <5380E518.30008@cornell.edu> References: <87lhtrzsod.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1400956236 3050 80.91.229.3 (24 May 2014 18:30:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 May 2014 18:30:36 +0000 (UTC) Cc: 17577@debbugs.gnu.org To: Stefan Monnier , Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat May 24 20:30:28 2014 Return-path: Envelope-to: geb-bug-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 1WoGi8-0001jR-4S for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 May 2014 20:30:24 +0200 Original-Received: from localhost ([::1]:49017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoGi7-0000Ym-Gu for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 May 2014 14:30:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoGhw-0000Wc-M9 for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 14:30:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoGhp-0008S1-7c for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 14:30:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoGhp-0008RM-5V for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 14:30:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WoGho-0004MB-5m for bug-gnu-emacs@gnu.org; Sat, 24 May 2014 14:30:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ken Brown Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 May 2014 18:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17577 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17577-submit@debbugs.gnu.org id=B17577.140095618116673 (code B ref 17577); Sat, 24 May 2014 18:30:04 +0000 Original-Received: (at 17577) by debbugs.gnu.org; 24 May 2014 18:29:41 +0000 Original-Received: from localhost ([127.0.0.1]:59302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WoGhQ-0004Kr-Vn for submit@debbugs.gnu.org; Sat, 24 May 2014 14:29:41 -0400 Original-Received: from limerock01.mail.cornell.edu ([128.84.12.99]:47978) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WoGhO-0004KX-5y for 17577@debbugs.gnu.org; Sat, 24 May 2014 14:29:39 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s4OITWDk028292; Sat, 24 May 2014 14:29:32 -0400 Original-Received: from [192.168.1.3] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s4OITVtv022387 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 24 May 2014 14:29:32 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:89459 Archived-At: On 5/24/2014 11:50 AM, Stefan Monnier wrote: > I installed the patch below into the `emacs-24' branch. This patch is causing a problem with emacsclient, at least on Cygwin. I've tested both the GTK build and the w32 build. To reproduce: $ emacs --daemon -Q Starting Emacs daemon. $ emacsclient.exe -c Waiting for Emacs... Now do `C-x 5 0' to close the client window; emacsclient is still running and has to be killed from the shell. Ken