all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Heime via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 65064@debbugs.gnu.org
Subject: bug#65064: Macro definition using C-h f
Date: Sat, 05 Aug 2023 06:42:57 +0000	[thread overview]
Message-ID: <HOLTlngAaVIrh1bmIYc3LMGjeeGsVVcGLOajlmFG0ht1VLVCR2kUwLsbVMghjSncfC9H9_17Dx1H9NIhfxcYpkq67jh5Au1OQA1iEPpadCA=@protonmail.com> (raw)

Have done the following macro, but calling `C-h f tak` shows the definition
as 

(tak &rest ARGS)

rather than

(tak &rest _ARGS)

(defmacro tak (&rest _args)
  "Performs no action, no matter how many arguments are passed."

  nil)





             reply	other threads:[~2023-08-05  6:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05  6:42 Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-08-05  7:15 ` bug#65064: Macro definition using C-h f Eli Zaretskii
2023-08-05  7:39   ` Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-09 12:53     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-02 16:44   ` Stefan Kangas

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='HOLTlngAaVIrh1bmIYc3LMGjeeGsVVcGLOajlmFG0ht1VLVCR2kUwLsbVMghjSncfC9H9_17Dx1H9NIhfxcYpkq67jh5Au1OQA1iEPpadCA=@protonmail.com' \
    --to=bug-gnu-emacs@gnu.org \
    --cc=65064@debbugs.gnu.org \
    --cc=heimeborgia@protonmail.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.
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.