From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: comint-run can't send signals to subjob Date: Thu, 07 Nov 2002 10:09:11 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <20021106184931.EF51329F8B@mailer.gslt.hum.gu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036683174 29602 80.91.224.249 (7 Nov 2002 15:32:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 15:32:54 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189oeI-0007h3-00 for ; Thu, 07 Nov 2002 16:32:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oep-0008W5-00; Thu, 07 Nov 2002 10:33:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189oT4-0004b8-00 for bug-gnu-emacs@gnu.org; Thu, 07 Nov 2002 10:21:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189oT0-0004ZJ-00 for bug-gnu-emacs@gnu.org; Thu, 07 Nov 2002 10:21:13 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oHP-0001Vq-00 for bug-gnu-emacs@gnu.org; Thu, 07 Nov 2002 10:09:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 189oHP-0007xG-00; Thu, 07 Nov 2002 10:09:11 -0500 Original-To: robert@gslt.hum.gu.se In-reply-to: <20021106184931.EF51329F8B@mailer.gslt.hum.gu.se> (message from Robert Andersson on Wed, 6 Nov 2002 19:49:31 +0100 (MET)) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3841 when running a programme in comint-run it will not accept any signals from this buffer, I am not sure what it means to "accept signals from a buffer". But rather than explain it, please send a precise test case. That will show us more precisely than any amount of description. Please read the Bugs section in the Emacs manual, which provides guidelines on how to write a bug report to give us the necessary information so we can fix the bug. In file included from /usr/openwin/include/X11/Xos.h:79, from xfaces.c:279: /usr/include/strings.h:25: conflicting types for `memmove' /usr/include/iso/string_iso.h:62: previous declaration of `memmove' /usr/include/strings.h:26: parse error before `0' /usr/include/strings.h:26: warning: conflicting types for built-in function `memset' Would you please try the latest pretest and see if it compiles? If it does not, I hope you will tell us what change is needed to make it compile. Only a Solaris user can tell us how to fix this problem.