From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6649: 24.0.50; C-g doesn't work since emacs 23.1 on BSD Date: Fri, 30 Jul 2010 00:55:19 -0400 Message-ID: References: <20100716070811.3CD845742@memory-leak.sm.sony.co.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280466488 8543 80.91.229.12 (30 Jul 2010 05:08:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 05:08:08 +0000 (UTC) Cc: Andreas Schwab , 6649@debbugs.gnu.org To: enami tsugutomo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 30 07:08:05 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OehpC-0000JW-LA for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Jul 2010 07:08:02 +0200 Original-Received: from localhost ([127.0.0.1]:35122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OehpB-0004iz-W3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Jul 2010 01:08:02 -0400 Original-Received: from [140.186.70.92] (port=39727 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oehp1-0004hY-UM for bug-gnu-emacs@gnu.org; Fri, 30 Jul 2010 01:07:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oehp0-0005Bg-Gp for bug-gnu-emacs@gnu.org; Fri, 30 Jul 2010 01:07:51 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47838) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oehp0-0005Bc-Ei for bug-gnu-emacs@gnu.org; Fri, 30 Jul 2010 01:07:50 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OehdZ-0002Mm-NM; Fri, 30 Jul 2010 00:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jul 2010 04:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6649 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6649-submit@debbugs.gnu.org id=B6649.12804657079085 (code B ref 6649); Fri, 30 Jul 2010 04:56:01 +0000 Original-Received: (at 6649) by debbugs.gnu.org; 30 Jul 2010 04:55:07 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oehcg-0002MU-V5 for submit@debbugs.gnu.org; Fri, 30 Jul 2010 00:55:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oehcf-0002Lx-Lx for 6649@debbugs.gnu.org; Fri, 30 Jul 2010 00:55:05 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oehct-0004Fn-3Z; Fri, 30 Jul 2010 00:55:19 -0400 In-Reply-To: (enami tsugutomo's message of "30 Jul 2010 09\:39\:56 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 30 Jul 2010 00:56:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:39072 Archived-At: enami tsugutomo writes: > Dan Nicolaescu writes: > >> It's interesting that other platforms that do not use INTERRUPT_INPUT >> like Solaris still work. It would be interesting to know why. > > I'm also interesting to know the behavior on other systems. If you are interested, I can send you the system call trace on Solaris, if you want to study why it works...