From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Wurgler Newsgroups: gmane.emacs.devel Subject: Re: [rms@gnu.org: Re: [twurgler@goodyear.com: emacs-21.2.90 on HP 11.0]] Date: Fri, 19 Jul 2002 09:37:27 -0400 (EDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207191337.JAA18823@rds294.goodyear.com> References: <5983E4DAC939D311B2F20008C7E62E7A075D238B@clsh01xch.office.cfmu.eurocontrol.be> <200207181455.g6IEt8W24994@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027085970 6307 127.0.0.1 (19 Jul 2002 13:39:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2002 13:39:30 +0000 (UTC) Cc: philippe.waroquiers@eurocontrol.int, twurgler@goodyear.com, philippe.waroquiers@eurocontrol.int, stef.van-vlierberghe@eurocontrol.int, emacs-devel@gnu.org, bruce@perens.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VXyj-0001dc-00 for ; Fri, 19 Jul 2002 15:39:29 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17VYB8-0005dg-00 for ; Fri, 19 Jul 2002 15:52:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VXxd-0000rd-00; Fri, 19 Jul 2002 09:38:21 -0400 Original-Received: from p2.goodyear.com ([12.4.195.34] helo=goodyear.com) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VXwu-0000pL-00; Fri, 19 Jul 2002 09:37:36 -0400 Original-Received: from rds294.goodyear.com (rds294.goodyear.com [163.243.27.160]) by goodyear.com (8.9.1b+Sun/8.8.8) with ESMTP id JAA20595; Fri, 19 Jul 2002 09:37:33 -0400 (EDT) Original-Received: (from t901353@localhost) by rds294.goodyear.com (8.9.3 (PHNE_18546)/8.9.3) id JAA18823; Fri, 19 Jul 2002 09:37:27 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: <200207181455.g6IEt8W24994@aztec.santafe.edu> (message from Richard Stallman on Thu, 18 Jul 2002 08:55:08 -0600 (MDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5898 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5898 Recently Richard Stallman wrote: > Date: Thu, 18 Jul 2002 08:55:08 -0600 (MDT) > From: Richard Stallman > CC: twurgler@goodyear.com, philippe.waroquiers@eurocontrol.int, > stef.van-vlierberghe@eurocontrol.int, emacs-devel@gnu.org, > bruce@perens.com > Reply-to: rms@gnu.org > > If *both* patches are applied and POSIX_SIGNALS is defined, > all the problems above are disappearing. > In other words: > (while t) is interrupted by C-g > (sleep-for 3) really sleeps 3 seconds > abort running job in shell works (both with C-c C-c and with Signal -> > Break) > > That is good. Thanks. > > I have that the all the problems I reported are fixed with these patches (the BROKEN_SA_RESTART in sysdep.c and hpux11.h, and the process.c patch), but I don't find that the (while t) is interruptable. Did I miss a fix here? thanks tom