all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: deferred-action
Date: Mon, 21 Mar 2011 15:56:21 +0100	[thread overview]
Message-ID: <AANLkTinRKCmm2wBLu+aRfr0m2LNMOjCeL8BzUgxq1J05@mail.gmail.com> (raw)
In-Reply-To: <jwvei6037j9.fsf-monnier+emacs@gnu.org>

On Mon, Mar 21, 2011 at 15:01, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> The docstrings seem to hold enough info for someone like me, at least.
> They say explicitly that the action-list's format is completely up (it
> is only tested for non-nil content before running the action-function)
> to the action-function.

I understand that. And no, I don't think it's enough, because each
piece of code using them is quite  free to do it as it pleases (some
could use deferred-action-list as a flag, other as a list of items to
treat, a third as a list of functions to run, etc.), but on the other
hand, deferred-action-function is intended to contain just a function,
so there's nowhere explained HOW would several packages coordinate
their different uses. Perhaps some kind of chaining where everyone
which uses them wraps the previous deferred-action-function and calls
it at the end... but it is far from clear and well-defined.

> They're run right after post-command-hook, so I think that whenever
> they're used we can use post-command-hook for it instead.

Yes, when I looked at anything.el's code I didn't understand why the
author chose to use deferred-action-* instead of just using
post-command-hook.

> Let's deprecate them.

Thanks.

    Juanma



  reply	other threads:[~2011-03-21 14:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-20  4:16 deferred-action Juanma Barranquero
2011-03-21 14:01 ` deferred-action Stefan Monnier
2011-03-21 14:56   ` Juanma Barranquero [this message]
2011-03-21 16:34     ` deferred-action Stefan Monnier
2011-03-21 16:37       ` deferred-action Juanma Barranquero
2011-03-21 17:24         ` deferred-action Stefan Monnier
2011-03-21 20:05           ` deferred-action Juanma Barranquero

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=AANLkTinRKCmm2wBLu+aRfr0m2LNMOjCeL8BzUgxq1J05@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.