all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "René Kyllingstad" <listmailemacs@kyllingstad.com>
Cc: schwab@linux-m68k.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112126: Reorder conditions	that are written backwards
Date: Mon, 25 Mar 2013 17:49:41 +0200	[thread overview]
Message-ID: <83li9b1nu2.fsf@gnu.org> (raw)
In-Reply-To: <CAEP=tek8hmaN-geLKwzpotDqiY86ib2PG2M4_ZSXqew1Ry+EVQ@mail.gmail.com>

> From: René Kyllingstad <listmailemacs@kyllingstad.com>
> Date: Mon, 25 Mar 2013 16:38:06 +0100
> Cc: Andreas Schwab <schwab@linux-m68k.org>,
> 	"Emacs Dev \[emacs-devel\]" <emacs-devel@gnu.org>
> 
> > >   Reorder conditions that are written backwards
> >
> > Backwards according to what?
> 
> If you were explaining it to someone, which would you say:
> 
>      If i is greater than zero and less than N
> 
> or
> 
>      If zero is less than i, and i is less than N

This is not really relevant, as Andreas didn't change any code like
this:

  if (0 < i && i < N)

He only changed things like this:

  if (0 < i)




  reply	other threads:[~2013-03-25 15:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 15:38 [Emacs-diffs] /srv/bzr/emacs/trunk r112126: Reorder conditions that are written backwards René Kyllingstad
2013-03-25 15:49 ` Eli Zaretskii [this message]
2013-03-25 16:30   ` Paul Eggert
2013-03-26 13:56 ` James Cloos
     [not found] <E1UJknW-0004ja-JF@vcs.savannah.gnu.org>
2013-03-25 14:06 ` Stefan Monnier
2013-03-25 14:32   ` Andreas Schwab
2013-03-26 14:21     ` Ted Zlatanov

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=83li9b1nu2.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=listmailemacs@kyllingstad.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=schwab@linux-m68k.org \
    /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.