From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: typo in accept-process-output (process.c) Date: Mon, 06 Aug 2007 10:19:42 -0400 Message-ID: References: <87ejiinq6b.fsf@debby.local.net> <85643u8955.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186409882 9051 80.91.229.12 (6 Aug 2007 14:18:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2007 14:18:02 +0000 (UTC) Cc: dieter@duenenhof-wilhelm.de, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 16:18:00 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 1II3PD-0002Xa-LY for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2007 16:18:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1II3P7-0004bK-Le for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2007 10:17:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1II3OO-0004Gw-M0 for emacs-devel@gnu.org; Mon, 06 Aug 2007 10:17:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1II3OM-0004Eg-LB for emacs-devel@gnu.org; Mon, 06 Aug 2007 10:17:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1II3OL-0004EL-LM for emacs-devel@gnu.org; Mon, 06 Aug 2007 10:17:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1II3OI-0003o3-OZ for emacs-devel@gnu.org; Mon, 06 Aug 2007 10:17:03 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1II3Qs-0000lI-4C; Mon, 06 Aug 2007 10:19:42 -0400 In-reply-to: (message from Glenn Morris on Sun, 05 Aug 2007 16:01:16 -0400) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:76083 Archived-At: So the job only has to be done once, what replacement will people be happy with? Personally, I think plain "if" would be just fine, except perhaps to the tediously literal-minded. In some cases, just "if" is clear. Failing that, "only if". As a last resort, "if and only if" (yuck). Where just "if" is not clear, you need to get creative. Find a rewrite which is clear. "If and only if" is ok when you need it, but since it is a bit longer, you might look for a better method.