From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: emacs-devel@gnu.org
Cc: Paul Eggert <eggert@cs.ucla.edu>
Subject: Re: [Emacs-diffs] master b7fa6b1 1/4: Simplify use of FOR_EACH_TAIL
Date: Sun, 05 Feb 2017 20:19:34 -0500 [thread overview]
Message-ID: <jwvwpd43yno.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <20170205213034.20306220171@vcs.savannah.gnu.org> (Paul Eggert's message of "Sun, 5 Feb 2017 21:30:34 +0000 (UTC)")
> - FOR_EACH_TAIL (tail, list, tortoise, skip)
> + FOR_EACH_TAIL (list)
I like the remove of `skip` and `tortoise` since they're really internal
and not expected to be used by users of the macro, but I'm surprised you
also decided to remove `tail`, since that one *is* used by the users of
the macro and forcing them to use `li.tail` instead of the variable of
their choice is rather odd.
Stefan
next parent reply other threads:[~2017-02-06 1:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170205213033.19755.8264@vcs.savannah.gnu.org>
[not found] ` <20170205213034.20306220171@vcs.savannah.gnu.org>
2017-02-06 1:19 ` Stefan Monnier [this message]
2017-02-06 5:23 ` [Emacs-diffs] master b7fa6b1 1/4: Simplify use of FOR_EACH_TAIL Paul Eggert
2017-02-06 15:37 ` Eli Zaretskii
2017-02-07 1:35 ` Paul Eggert
2017-02-07 15:32 ` Eli Zaretskii
2017-02-06 17:38 ` Davis Herring
2017-02-07 1:04 ` Paul Eggert
2017-02-07 20:45 ` Johan Bockgård
2017-02-07 21:50 ` Richard Stallman
2017-02-07 22:18 ` Paul Eggert
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvwpd43yno.fsf-monnier+emacsdiffs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).