From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel Subject: Re: poor handling of multiple C-g with multi-tty (apparent hangs) Date: Sat, 20 Dec 2008 14:13:14 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229778821 9987 80.91.229.12 (20 Dec 2008 13:13:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 13:13:41 +0000 (UTC) Cc: ami@fischman.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 14:14:46 2008 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 1LE1fK-0001gP-0f for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 14:14:46 +0100 Original-Received: from localhost ([127.0.0.1]:51096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE1e7-0003r4-Fb for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 08:13:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LE1e0-0003pH-E5 for emacs-devel@gnu.org; Sat, 20 Dec 2008 08:13:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LE1dx-0003o9-Rn for emacs-devel@gnu.org; Sat, 20 Dec 2008 08:13:23 -0500 Original-Received: from [199.232.76.173] (port=41326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE1dx-0003o6-Kn for emacs-devel@gnu.org; Sat, 20 Dec 2008 08:13:21 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:50314) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LE1dx-0006I4-11 for emacs-devel@gnu.org; Sat, 20 Dec 2008 08:13:21 -0500 Original-Received: (qmail invoked by alias); 20 Dec 2008 13:13:18 -0000 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp059) with SMTP; 20 Dec 2008 14:13:18 +0100 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX1/0OpA8pTj04sICj8fMEtyTxXGKFhN7d4D0hmJDRP arH523xhgpHyBU Original-Received: by mt-computer.local (Postfix, from userid 502) id 59F3BC02162; Sat, 20 Dec 2008 14:13:15 +0100 (CET) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107118 Archived-At: Ami Fischman writes: > Note that that elisp snippet is a bit extreme - in fact this behavior > can be triggered in much more innocuous ways, such as interrupting a > *compilation* at an inopportune moment. But I don't have a simple > repro recipe like the above for the more mundane ways I also encountered this problem in a normal situation; to reproduce: 1) Download http://www.logic.at/prolog/ediprolog/ediprolog.el and install SWI-Prolog from www.swi-prolog.org . 2) $ emacs -Q -nw -f server-start 3) $ emacsclient -c ediprolog.el M-x eval-buffer 4) In the *scratch* buffer, insert on a separate line: ?- X is 7^7^7. and do M-x ediprolog-dwim with point on that line. While the quite large number is inserted in the buffer (it takes a while), press C-g a few times, until the server suspends.