all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dalanicolai <dalanicolai@gmail.com>
To: 49376@debbugs.gnu.org
Subject: bug#49376:
Date: Sun, 4 Jul 2021 14:23:35 +0200	[thread overview]
Message-ID: <CACJP=3k4cAY9ru_Niw8N96tyriURkP4JmfRfNyG-a5DmG9rTkw@mail.gmail.com> (raw)
In-Reply-To: <613fca7bda12799d0847d127d616d1ecb4a86504.camel@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

I guess it should actually be the following macro, to function as it is
supposed to:
```
(defmacro parse-print (data)
  `(if (called-interactively-p)
       (pp ,data)
    ,data))
```

[-- Attachment #2: Type: text/html, Size: 267 bytes --]

  parent reply	other threads:[~2021-07-04 12:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-04 11:22 bug#49376: Feature request (poll): default function for pretty printing when called interactively dalanicolai
2021-07-04 11:53 ` dalanicolai
2021-07-04 12:23 ` dalanicolai [this message]
2021-07-04 13:40 ` Lars Ingebrigtsen
2021-07-06 12:44   ` dalanicolai
2021-07-06 14:38     ` Lars Ingebrigtsen
2021-11-04 22:18       ` Lars Ingebrigtsen

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='CACJP=3k4cAY9ru_Niw8N96tyriURkP4JmfRfNyG-a5DmG9rTkw@mail.gmail.com' \
    --to=dalanicolai@gmail.com \
    --cc=49376@debbugs.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.
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.