unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Heime <heimeborgia@protonmail.com>
To: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Using button to display a help menu
Date: Sun, 27 Aug 2023 06:32:29 +0000	[thread overview]
Message-ID: <WBX5hW2bCDJSnOIy9GHiSLyhVa6up4ipDrKXwLnqQDUyJWySgxC65Ljy8TOVADLhxUr2DsWOFZeoPGZnBcgTKdagq8WL9EYCNn60BkLCzjM=@protonmail.com> (raw)

Have made a function called 'maces' that is intended to show a button called 'Organis'
to display a help page as defined in 'maces-organis'.  Although I get the button 'Organis',
when I press it, I get 

--------

(wrong-number-of-arguments ((t) nil "Prints information about Maces Organis." (interactive) (help--window-setup (help-buffer) #'(lambda nil (insert-button "[F7]" 'action 'maces-action-organis 'follow-link t) (insert " Maces Organis \n")))) 1) maces-organis(#<overlay from 72 to 76 in *Help*>)

--------

(defun maces-organis  ()
  "Prints information about Maces Organis."
  (interactive)

  (with-help-window (help-buffer)
    (insert-button "[F7]" 'action 'maces-action-organis 'follow-link t)
    (insert " Maces Organis \n") ))


(defun maces ()
  "Prints information about Maces."
  (interactive)

  (with-help-window (help-buffer)
    (insert-button "[Organis]" 'action 'maces-organis 'follow-link t)
    (insert " Maces Organis \n") ))




             reply	other threads:[~2023-08-27  6:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-27  6:32 Heime [this message]
2023-08-27  9:00 ` Using button to display a help menu Stephen Berman
2023-08-27 12:34   ` Heime
2023-08-27 12:54     ` Stephen Berman

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='WBX5hW2bCDJSnOIy9GHiSLyhVa6up4ipDrKXwLnqQDUyJWySgxC65Ljy8TOVADLhxUr2DsWOFZeoPGZnBcgTKdagq8WL9EYCNn60BkLCzjM=@protonmail.com' \
    --to=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@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.
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).