unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Heime <heimeborgia@protonmail.com>
Cc: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: Ability to use a button to run interactive function
Date: Mon, 28 Aug 2023 22:02:21 +0200	[thread overview]
Message-ID: <87il8zlyuq.fsf@gmx.net> (raw)
In-Reply-To: <oNwVPdYrWljIjfxbAwJXuBlrrjkrENBDu7vCGamQaTfxYkReQZf-4YJ6ZS6PH3IZ3qp7RlXUsBFNkTzIMV9xGolbmmJYkspWhrq2jtvVQtA=@protonmail.com> (Heime's message of "Mon, 28 Aug 2023 16:33:57 +0000")

On Mon, 28 Aug 2023 16:33:57 +0000 Heime <heimeborgia@protonmail.com> wrote:

> ------- Original Message -------
> On Tuesday, August 29th, 2023 at 2:55 AM, Stephen Berman
> <stephen.berman@gmx.net> wrote:
>
>> On Mon, 28 Aug 2023 14:34:23 +0000 Heime heimeborgia@protonmail.com wrote:
>>
>> > The following function does not allow me to call it via a button. Would
>> > this be possible, whilst also be allowed to call the function interactively
>> > using 'M-x maces-snapshot' ?
>> >
>> > (defun maces-snapshot ()
>> > "Prints information about how to install emacs."
>> > (interactive)
>> >
>> > (with-help-window (help-buffer)
>> >
>> > (insert-button "[F5]" 'action 'action-snapshot
>> > 'follow-link t)
>> > (insert " A Snapshot Repository \n")
>> >
>> > (insert-button "[B5]" 'action 'action-snapshot
>> > 'follow-link t)
>> > (insert " Obtaining a Snapshot Repository with Git \n") ))
>>
>>
>> Yes, give maces-snapshot an optional argument:
>>
>> (defun maces-snapshot (&optional button)
>> ...
>>
>> Steve Berman
>
> Amazing ! Had thought that function with arguments could not be called
> interactively.

Invoking a command with a prefix argument, e.g. `C-5 M-x next-line'
(i.e. `C-5 C-n') is just a way of interactively passing it an argument
to a function when calling it.  Just invoking `M-x maces-snapshot' does
not pass an argument to the function, but that's fine here, since the
argument is optional.

Steve Berman



  reply	other threads:[~2023-08-28 20:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28 14:34 Ability to use a button to run interactive function Heime
2023-08-28 14:45 ` Emanuel Berg
2023-08-28 14:55 ` Stephen Berman
2023-08-28 16:33   ` Heime
2023-08-28 20:02     ` Stephen Berman [this message]
2023-08-28 15:28 ` Marcin Borkowski

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=87il8zlyuq.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=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).