all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Wurgler <twurgler@goodyear.com>
Cc: rms@gnu.org, twurgler@goodyear.com,
	philippe.waroquiers@eurocontrol.int,
	stef.van-vlierberghe@eurocontrol.int, emacs-devel@gnu.org,
	bruce@perens.com
Subject: Re: [rms@gnu.org: Re: [twurgler@goodyear.com: emacs-21.2.90 on HP 11.0]]
Date: Wed, 17 Jul 2002 14:39:30 -0400 (EDT)	[thread overview]
Message-ID: <200207171839.OAA14070@rds294.goodyear.com> (raw)
In-Reply-To: 5983E4DAC939D311B2F20008C7E62E7A075D238B@clsh01xch.office.cfmu.eurocontrol.be


Ok, here is a patch that I did for the sysdep.c to take out SA_RESTART for hp.
Just went around it.  This patch + Richard's patch for process.c  + adding the 
line in hpux11.h (#define USG_SUBTTY_WORKS) seems to fix all the problems I
reported.  Both for cc and gcc.  I don't know that this is the proper thing to
do, of course.




*** sysdep.c.~1~	Mon Nov 19 09:48:11 2001
--- sysdep.c	Wed Jul 17 11:06:11 2002
***************
*** 2803,2808 ****
--- 2803,2814 ----
    struct sigaction new_action, old_action;
    sigemptyset (&new_action.sa_mask);
    new_action.sa_handler = action;
+ 
+   /* the hpux11 portion below by wurgler 7/17/2002 */
+ 
+ #ifdef HPUX11
+   new_action.sa_flags = 0;
+ #else
  #ifdef SA_RESTART
    /* Emacs mostly works better with restartable system services. If this
     * flag exists, we probably want to turn it on here.
***************
*** 2811,2816 ****
--- 2817,2824 ----
  #else
    new_action.sa_flags = 0;
  #endif
+ #endif /* HPUX11 */
+ 
    sigaction (signal_number, &new_action, &old_action);
    return (old_action.sa_handler);
  }

  parent reply	other threads:[~2002-07-17 18:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-17 10:46 [rms@gnu.org: Re: [twurgler@goodyear.com: emacs-21.2.90 on HP 11.0]] WAROQUIERS Philippe
2002-07-17 13:47 ` Tom Wurgler
2002-07-18 14:55   ` Richard Stallman
2002-07-17 18:39 ` Tom Wurgler [this message]
2002-07-18 14:55 ` Richard Stallman
2002-07-19 13:37   ` Tom Wurgler
2002-07-19 21:11     ` Stef Van Vlierberghe
  -- strict thread matches above, loose matches on Subject: below --
2002-07-16 14:11 WAROQUIERS Philippe
2002-07-15 10:42 WAROQUIERS Philippe
2002-07-16 13:29 ` Richard Stallman
2002-07-16 13:49   ` Tom Wurgler
2002-07-17  3:03     ` Richard Stallman
     [not found] <5983E4DAC939D311B2F20008C7E62E7A075D2365@clsh01xch.office.cfmu.eurocontrol.be>
2002-07-12 11:12 ` Richard Stallman
2002-07-12 21:52   ` Stef Van Vlierberghe
2002-07-13 14:20     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200207171839.OAA14070@rds294.goodyear.com \
    --to=twurgler@goodyear.com \
    --cc=bruce@perens.com \
    --cc=emacs-devel@gnu.org \
    --cc=philippe.waroquiers@eurocontrol.int \
    --cc=rms@gnu.org \
    --cc=stef.van-vlierberghe@eurocontrol.int \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.