all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.