From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: typo in accept-process-output (process.c) Date: Sun, 05 Aug 2007 14:21:10 +0200 Message-ID: <85643u8955.fsf@lola.goethe.zz> References: <87ejiinq6b.fsf@debby.local.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186316509 27586 80.91.229.12 (5 Aug 2007 12:21:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2007 12:21:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dieter Wilhelm Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 05 14:21:47 2007 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 1IHf7A-0005FM-FW for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2007 14:21:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHf74-0002fN-Nf for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2007 08:21:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHf71-0002ev-CP for emacs-devel@gnu.org; Sun, 05 Aug 2007 08:21:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHf6x-0002eh-RJ for emacs-devel@gnu.org; Sun, 05 Aug 2007 08:21:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHf6x-0002ee-Kx for emacs-devel@gnu.org; Sun, 05 Aug 2007 08:21:31 -0400 Original-Received: from mail-in-06.arcor-online.net ([151.189.21.46]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IHf6v-0003Lg-QA for emacs-devel@gnu.org; Sun, 05 Aug 2007 08:21:30 -0400 Original-Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 917BD31F464; Sun, 5 Aug 2007 14:21:20 +0200 (CEST) Original-Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 8208BABEB1; Sun, 5 Aug 2007 14:21:20 +0200 (CEST) Original-Received: from lola.goethe.zz (dslb-084-061-057-031.pools.arcor-ip.net [84.61.57.31]) by mail-in-10.arcor-online.net (Postfix) with ESMTP id 47E0624E33C; Sun, 5 Aug 2007 14:21:20 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id AD1671C3D500; Sun, 5 Aug 2007 14:21:10 +0200 (CEST) In-Reply-To: <87ejiinq6b.fsf@debby.local.net> (Dieter Wilhelm's message of "Sun\, 05 Aug 2007 14\:04\:12 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.91.1/3859/Sun Aug 5 11:16:51 2007 on mail-in-10.arcor-online.net X-Virus-Status: Clean X-Detected-Kernel: Linux 2.4-2.6 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:76051 Archived-At: Dieter Wilhelm writes: > Hi > > There's a typo in Emacs 22.1 (still there in EMACS_22_BASE). Is it OK > when I post typos here or should I do it with a bug report? > > Index: process.c > =================================================================== > --- process.c (revision 7) > +++ process.c (working copy) > @@ -3920,7 +3920,7 @@ > If optional fourth arg JUST-THIS-ONE is non-nil, only accept output > from PROCESS, suspending reading output from other processes. > If JUST-THIS-ONE is an integer, don't run any timers either. > -Return non-nil iff we received any output before the timeout expired. */) > +Return non-nil if we received any output before the timeout expired. */) > (process, seconds, millisec, just_this_one) > register Lisp_Object process, seconds, millisec, just_this_one; That is not a typo. >>From The Free On-line Dictionary of Computing (27 SEP 03) [foldoc]: iff if and only if, i.e. necessary and sufficient. For example, two figures are {congruent} iff one can be placed over the other so that they coincide. (2002-12-28) -- David Kastrup, Kriemhildstr. 15, 44793 Bochum