all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Heime <heimeborgia@protonmail.com>,
	Michael Heerdegen <michael_heerdegen@web.de>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: [External] : Re: Passing result of macroexpand-all as argument to a function
Date: Wed, 9 Aug 2023 15:21:04 +0000	[thread overview]
Message-ID: <SJ0PR10MB54885C0153CDC49EDEA6A2F8F312A@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <7od52OLy2Cf_LIW4RUoaZVEb9qahphp4uGJ-FOy3SrxHIQiMwprMXLFshs2gAIyYuqdKDuYwcdHT69qvy-Aqj74PgB4-M_2SXZy4XtQnLt4=@protonmail.com>

> > > So in practice, is it needed to quote or not the result of
> > > (macroexpand-all something arg) ?
> >
> > The result of the `macroexpand-all' call is an expression (i.e. a list
> > most the time). Just a normal list that happens to look like and being
> > usable as code.
> 
> Not according to Drew, who says I got to quote.

I misspoke (wrote).  You don't need to quote
in the example you presented - my bad.

I mistakenly thought you were needing to eval
something and quote the result for further
processing.  That's what the link I posted is
about: how to do that.

Sorry for adding to the confusion.

> In other words, you are saying that macroexpand-all gives me just a normal
> list
> which is not evaluated before being passed to the function. Correct ?
> 
> And then having a function defined as so
> 
> (defun myfunc (expr bfname)
> 
> and calling
> 
> (myfunc (macroexpand-all something arg) bfname)
> 
> will handle bfname properly.  It will not pick up anything from
> the macroexpand-all data.  Am I right ?

Yes.

  reply	other threads:[~2023-08-09 15:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09  0:22 Passing result of macroexpand-all as argument to a function Heime
2023-08-09  1:37 ` Pierre Rouleau
2023-08-09  2:04   ` Heime
2023-08-09  2:26     ` Corwin Brust
2023-08-09  2:40       ` Heime
2023-08-09  2:27     ` [External] : " Drew Adams
2023-08-09  2:53       ` Heime
2023-08-09  4:02         ` Pierre Rouleau
2023-08-09  4:14         ` Drew Adams
2023-08-09  3:37       ` Michael Heerdegen
2023-08-09  4:13         ` Heime
2023-08-09  4:36           ` Michael Heerdegen
2023-08-09  4:54             ` Heime
2023-08-09 15:21               ` Drew Adams [this message]
2023-08-09  4:28         ` Drew Adams
2023-08-09  3:39     ` Michael Heerdegen
2023-08-09  5:06       ` Heime
2023-08-09 15:27         ` [External] : " Drew Adams
2023-08-09 20:34           ` Heime
2023-08-09 21:24             ` Drew Adams
2023-08-09 21:32               ` Heime

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SJ0PR10MB54885C0153CDC49EDEA6A2F8F312A@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael_heerdegen@web.de \
    /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 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.