all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, start-exco--fsm
Date: Sun, 10 Jul 2016 11:28:05 -0400	[thread overview]
Message-ID: <jwvwpkt7bwo.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: jwva8hpfrli.fsf-monnier+gmane.emacs.devel@gnu.org

> This looks wrong.  it seems to indicate that somewhere else there's
> a confusion between a value and an expression.

Actually no, it looks correct.  After all `sleep` is itself
an expression (i.e. if you use (define-state-machine foo :sleep (+ x y))
the (+ x y) is not executed at macro-expansion time but at subsequent
run-time), so you indeed want to return an expression and not a value,
hence the need to quote the lambda.


        Stefan






  reply	other threads:[~2016-07-10 15:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-08 10:56 [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, start-exco--fsm Mario Lang
2016-07-08 18:34 ` Paul Eggert
2016-07-08 20:12   ` Thomas Fitzsimmons
2016-07-10 13:08     ` bug#23920: " Mario Lang
2016-07-10 16:24       ` Thomas Fitzsimmons
2016-07-10 13:08     ` Mario Lang
2016-07-10 14:26       ` Stefan Monnier
2016-07-10 15:17         ` Thomas Fitzsimmons
2016-07-10 15:20           ` Stefan Monnier
2016-07-10 15:28             ` Stefan Monnier [this message]
2016-07-10 16:22               ` Thomas Fitzsimmons
2016-07-10 20:14                 ` [elpa] packages/rudel/rudel-display.el:40:1:Error: eieio-oref called on a class: rudel-backend-factory Mario Lang
2016-07-10 21:27                   ` Stefan Monnier
2016-07-10 22:19                     ` Stefan Monnier
2016-07-12 21:52                       ` Mario Lang

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=jwvwpkt7bwo.fsf-monnier+gmane.emacs.devel@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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 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.