unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Using request.el question: what is function*?
@ 2018-07-22 13:42 tzach.livyatan
  2018-07-22 13:55 ` Noam Postavsky
       [not found] ` <mailman.4021.1532267733.1292.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: tzach.livyatan @ 2018-07-22 13:42 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-22 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-22 13:42 Using request.el question: what is function*? tzach.livyatan
2018-07-22 13:55 ` Noam Postavsky
     [not found] ` <mailman.4021.1532267733.1292.help-gnu-emacs@gnu.org>
2018-07-22 14:00   ` Tzach Livyatan

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