unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: tzach.livyatan@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Using request.el question: what is function*?
Date: Sun, 22 Jul 2018 06:42:54 -0700 (PDT)	[thread overview]
Message-ID: <0c573a3d-96fa-4fe2-999b-ddbd946b3391@googlegroups.com> (raw)

Hello
elisp n00b here

I'm trying to use an example of request.el

(request
 "http://httpbin.org/get"
 :params '(("key" . "value") ("key2" . "value2"))
 :parser 'json-read
 :success (function*
           (lambda (&key data &allow-other-keys)
             (message "I sent: %S" (assoc-default 'args data)))))

http://tkf.github.io/emacs-request/#examples

and getting 
request: Symbol’s function definition is void: function*

Where do function* macro(?) is coming from? The name makes it very hard to Google this issue.

Thanks
Tzach


             reply	other threads:[~2018-07-22 13:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-22 13:42 tzach.livyatan [this message]
2018-07-22 13:55 ` Using request.el question: what is function*? Noam Postavsky
     [not found] ` <mailman.4021.1532267733.1292.help-gnu-emacs@gnu.org>
2018-07-22 14:00   ` Tzach Livyatan

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=0c573a3d-96fa-4fe2-999b-ddbd946b3391@googlegroups.com \
    --to=tzach.livyatan@gmail.com \
    --cc=help-gnu-emacs@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.
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).