From: Heime <heimeborgia@protonmail.com>
To: Heime <heimeborgia@protonmail.com>
Cc: Michael Albinus <michael.albinus@gmx.de>,
Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org>
Subject: Re: Choosing invokation of list in an interactive clause
Date: Sat, 06 Apr 2024 14:52:53 +0000 [thread overview]
Message-ID: <p5rlQ2EJkYF3s6IqldG4RFWRyVv5G_Z5kcQCwPpv68rf61KlgXQcjiM2_esWTP9rGuP9vi4oDH8mVu1_cJuqKNBcK9t7Qv4WhQ-vOtXVbo0=@protonmail.com> (raw)
In-Reply-To: <I5iiEcfIwYFeHCa7mnAI78wF_FXDocRu4LG5wD8IKC711VzCRYfrXWZLoaaVh0_bxKAK_bh5zEA2oVI4fdZ0ILHbp2jtk6nndJpUSZoI5lc=@protonmail.com>
On Friday, April 5th, 2024 at 4:02 AM, Heime <heimeborgia@protonmail.com> wrote:
> On Friday, April 5th, 2024 at 3:30 AM, Michael Albinus michael.albinus@gmx.de wrote:
>
> > Heime heimeborgia@protonmail.com writes:
> >
> > Hi,
> >
> > > Have made an interactive function that uses two parameter options.
> > >
> > > I can either invoke list inside the let construct, or as alternative
> > > outside it. What would be the sensible one to choose ?
> >
> > The second alternative is wrong. It returns a list with one element, the
> > result of the inner let-construct.
> >
> > Best regards, Michael.
>
>
> I want the user to input two selections either "Symbol" or "Command", than any
> one of the elements in cseq. Storing in variables grafm and seltr, which will
> them be used as parameters to the command do-this-and-that
>
> (do-this-and-that grafm seltr)
Does an interactive function that requires multiple user inputs need
the same amount of variables in the argument list of the defun ?
And would one also need the interactive clause to use a list containing
the same number of entities ?
(defun boavus-latex-zilindr (actm)
"Insert Latex Structural Construct."
(interactive
next prev parent reply other threads:[~2024-04-06 14:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-04 14:19 Choosing invokation of list in an interactive clause Heime
2024-04-04 15:27 ` Yuri Khan
2024-04-04 15:30 ` Michael Albinus
2024-04-04 16:02 ` Heime
2024-04-06 14:52 ` Heime [this message]
2024-04-06 17:27 ` Michael Albinus
2024-04-06 17:34 ` [External] : " Drew Adams
2024-04-06 21:24 ` Heime
2024-04-06 21:56 ` Drew Adams
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='p5rlQ2EJkYF3s6IqldG4RFWRyVv5G_Z5kcQCwPpv68rf61KlgXQcjiM2_esWTP9rGuP9vi4oDH8mVu1_cJuqKNBcK9t7Qv4WhQ-vOtXVbo0=@protonmail.com' \
--to=heimeborgia@protonmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=michael.albinus@gmx.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.
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).