[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: typo in accept-process-output (process.c)
From: |
Michael Olson |
Subject: |
Re: typo in accept-process-output (process.c) |
Date: |
Mon, 06 Aug 2007 16:50:45 -0400 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> 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.
The conditionals "only if" and "if" are both unidirectional, whereas "if
and only if" is bidirectional. If you want to preserve the logic, it is
best to change "iff" to "if and only if". It's not nearly as gross as
changing the meaning would be.
--
Michael Olson -- FSF Associate Member #652 |
http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |
Sysadmin -- Hobbies: Lisp, GP2X, HCoop | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
pgpLFzaRdVUjJ.pgp
Description: PGP signature
- typo in accept-process-output (process.c), Dieter Wilhelm, 2007/08/05
- Re: typo in accept-process-output (process.c), David Kastrup, 2007/08/05
- Re: typo in accept-process-output (process.c), Glenn Morris, 2007/08/05
- Re: typo in accept-process-output (process.c), Dieter Wilhelm, 2007/08/05
- Re: typo in accept-process-output (process.c), Nick Roberts, 2007/08/05
- Re: typo in accept-process-output (process.c), Dieter Wilhelm, 2007/08/06
- Re: typo in accept-process-output (process.c), Richard Stallman, 2007/08/06
- Re: typo in accept-process-output (process.c),
Michael Olson <=
- Re: typo in accept-process-output (process.c), Stephen Berman, 2007/08/07
- Re: typo in accept-process-output (process.c), David Kastrup, 2007/08/07
- Re: typo in accept-process-output (process.c), Jason Rumney, 2007/08/07
- Re: typo in accept-process-output (process.c), Stefan Monnier, 2007/08/07
- RE: typo in accept-process-output (process.c), Drew Adams, 2007/08/07
- Re: typo in accept-process-output (process.c), Dieter Wilhelm, 2007/08/07
- Re: typo in accept-process-output (process.c), Lennart Borgman (gmail), 2007/08/07
- RE: typo in accept-process-output (process.c), Drew Adams, 2007/08/07
- Re: typo in accept-process-output (process.c), Jason Rumney, 2007/08/07
- RE: typo in accept-process-output (process.c), Drew Adams, 2007/08/07