From: Noam Postavsky <npostavs@gmail.com>
To: tzach.livyatan@gmail.com
Cc: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: Using request.el question: what is function*?
Date: Sun, 22 Jul 2018 09:55:29 -0400 [thread overview]
Message-ID: <CAM-tV-8e7QH1_Cf0iSWSdun1KwzMt+VzRq1OUjqmhAu=r6xJXw@mail.gmail.com> (raw)
In-Reply-To: <0c573a3d-96fa-4fe2-999b-ddbd946b3391@googlegroups.com>
On 22 July 2018 at 09:42, <tzach.livyatan@gmail.com> wrote:
> Where do function* macro(?) is coming from? The name makes it very hard to Google this issue.
If you've loaded cl.el, then <f1> f function* RET will tell you. It
looks like the current request.el uses cl-function already.
function* is an alias for ‘cl-function’ in ‘cl.el’.
(function* FUNC)
Introduce a function.
Like normal ‘function’, except that if argument is a lambda form,
its argument list allows full Common Lisp conventions.
next prev parent reply other threads:[~2018-07-22 13:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-22 13:42 Using request.el question: what is function*? tzach.livyatan
2018-07-22 13:55 ` Noam Postavsky [this message]
[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='CAM-tV-8e7QH1_Cf0iSWSdun1KwzMt+VzRq1OUjqmhAu=r6xJXw@mail.gmail.com' \
--to=npostavs@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=tzach.livyatan@gmail.com \
/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).