help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Choosing invokation of list in an interactive clause


From: Heime
Subject: Re: Choosing invokation of list in an interactive clause
Date: Sat, 06 Apr 2024 14:52:53 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]