unofficial mirror of emacs-devel@gnu.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:20:26 -0400	[thread overview]
Message-ID: <jwva8hpfrli.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: m3poqlbk0e.fsf@fitzsim.org

> --- a/packages/fsm/fsm.el
> +++ b/packages/fsm/fsm.el
> @@ -186,7 +186,7 @@ (cl-defmacro define-state-machine (name &key start sleep)
>  	       (put fsm :name ',name)
>  	       (put fsm :state nil)
>  	       (put fsm :state-data nil)
> -	       (put fsm :sleep ,(or sleep (lambda (secs)
> +	       (put fsm :sleep ,(or sleep '(lambda (secs)
>  					    (accept-process-output
>  					     nil secs))))
>  	       (put fsm :deferred nil)

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


        Stefan




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

Thread overview: 13+ 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     ` Mario Lang
2016-07-10 14:26       ` Stefan Monnier
2016-07-10 15:17         ` Thomas Fitzsimmons
2016-07-10 15:20           ` Stefan Monnier [this message]
2016-07-10 15:28             ` Stefan Monnier
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

  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=jwva8hpfrli.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 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).