From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Eduardo Bellani <ebellani@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Fix clocktable scope parameter
Date: Sun, 05 Mar 2017 11:54:59 +0100 [thread overview]
Message-ID: <87y3wk6lj0.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87zih04s3n.fsf@brickabode.com> (Eduardo Bellani's message of "Sat, 04 Mar 2017 19:03:40 -0300")
Hello,
Thank you. Some comments follow.
Eduardo Bellani <ebellani@gmail.com> writes:
> org-clock.el: Fix clocktable scope parameter
Why is it a "fix"? I think this patch belongs to master branch, not
maint.
> * lisp/org-clock.el (org-dblock-write:clocktable): Funcall the scope
> argument if it is a function.
>
> * doc/org.texi: Document the feature of using a function, both bounded
> and as a lambda form, as the scope for the clocktable.
Since a bounded symbol and a lambda form are both functions, I'd rather
not distinguish them. Actually, this distinction is usually not made.
> + symbol @r{scan the files returned by calling the nullary function bound to this symbol}
> + lambda-form @r{Same as above, but the nullary function is passed as a lambda form.}
See above. I suggest:
function @r{...}
> - ((pred consp) scope)
> + ((pred #'functionp) (funcall scope))
(pred functionp)
> + ((pred listp) scope)
Is there any reason to change consp into listp? This change doesn't
appear in the commit message.
Could you provide an entry in ORG-NEWS? Also, would you mind writing
a couple of simple tests in test-org-clock.el?
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2017-03-05 10:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-15 15:02 [PATCH] Fix clocktable scope parameter Eduardo Bellani
2016-12-15 15:10 ` Nicolas Goaziou
2016-12-15 15:31 ` Eduardo Bellani
2016-12-15 16:04 ` Eduardo Bellani
2016-12-15 18:04 ` Thomas S. Dye
2016-12-15 19:16 ` Eduardo Bellani
2016-12-15 20:56 ` Nicolas Goaziou
2016-12-15 23:37 ` Eduardo Bellani
2016-12-16 21:11 ` Nicolas Goaziou
2016-12-16 22:30 ` Eduardo Bellani
2016-12-16 23:22 ` Nicolas Goaziou
2017-03-04 22:03 ` Eduardo Bellani
2017-03-05 10:54 ` Nicolas Goaziou [this message]
2016-12-15 19:48 ` Nicolas Goaziou
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y3wk6lj0.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=ebellani@gmail.com \
--cc=emacs-orgmode@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/org-mode.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).