From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacsclient 22 and 23 incompatibility Date: Tue, 04 Aug 2009 13:00:11 -0400 Message-ID: References: <40968C64-648B-4601-89EB-6197D65E5020@gmail.com> <87d47fby7n.fsf@lola.goethe.zz> <85545288-C7CC-49A9-8782-483C801D635F@gmail.com> <59B1480D-DD03-419D-83FA-C3995F4B155E@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249405232 4325 80.91.229.12 (4 Aug 2009 17:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Aug 2009 17:00:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 04 19:00:25 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYNN9-0002WX-TK for ged-emacs-devel@m.gmane.org; Tue, 04 Aug 2009 19:00:24 +0200 Original-Received: from localhost ([127.0.0.1]:36465 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYNN9-0008V7-8M for ged-emacs-devel@m.gmane.org; Tue, 04 Aug 2009 13:00:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYNN3-0008Qk-JM for emacs-devel@gnu.org; Tue, 04 Aug 2009 13:00:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYNMz-0008Mz-T9 for emacs-devel@gnu.org; Tue, 04 Aug 2009 13:00:17 -0400 Original-Received: from [199.232.76.173] (port=47098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYNMz-0008Mq-Ps for emacs-devel@gnu.org; Tue, 04 Aug 2009 13:00:13 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYNMz-0006Jy-Bv for emacs-devel@gnu.org; Tue, 04 Aug 2009 13:00:13 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n74H0BDT007587; Tue, 4 Aug 2009 13:00:11 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 4DF813A1B3; Tue, 4 Aug 2009 13:00:11 -0400 (EDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Tue, 04 Aug 2009 09:23:40 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3333=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113664 Archived-At: >>> This happens to me when Gnus is trying to connect to servers while >>> one of them is not responding. I find the fact that C-g could not >>> interrupt it rather annoying. >> Yes, but with exactly the same configuration this effect occurs only >> with Emacs 23.1, not with Emacs 22.3. > That sounds like the case where we want some `immediate_quit' > replacement when SYNC_INPUT is defined. > http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01283.html Indeed, Stefan