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

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

Re: Passing a list to an interactive function


From: pietru
Subject: Re: Passing a list to an interactive function
Date: Sat, 19 Dec 2020 03:05:44 +0100

> Sent: Friday, December 18, 2020 at 12:38 PM
> From: pietru@caramail.com
> To: "Jean Louis" <bugs@gnu.support>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Passing a list to an interactive function
>
>
>
> > Sent: Friday, December 18, 2020 at 12:30 PM
> > From: "Jean Louis" <bugs@gnu.support>
> > To: pietru@caramail.com
> > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> > Subject: Re: Passing a list to an interactive function
> >
> > * pietru@caramail.com <pietru@caramail.com> [2020-12-18 14:19]:
> > > I would like to pass a list to an interactive function.  How can I do 
> > > that?
> >
> > (funcall-interactively #'YOUR-FUNCTION '("List" 2))

Still very unsure what to do.  I want to call "M-x thermoluminescence"
but pass six numbers to the function.

(defun thermoluminesce (ta tb tlab tc td tlcd te tf tlef)
   (interactive) )

Could I simply pass six numbers separated by spaces




reply via email to

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