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

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

Re: Going through a list using the minibuffer


From: Yuri Khan
Subject: Re: Going through a list using the minibuffer
Date: Sun, 13 Jun 2021 23:31:21 +0700

On Sun, 13 Jun 2021 at 23:02, <arvid-harnack@lavache.com> wrote:
>
> Using the command you described, how can I get tho selection into a variable
> named "sel" ?
>
> (completing-read "Choose a Greek letter: " '("alpha" "beta" "gamma") nil t)
>
> Is like this good?
>
>   (let* ((gkser '("alpha" "beta" "gamma"))
>          (gksel (completing-read
>                  "Choose a Greek letter: " gkser nil t)))
>     (message "gksel %s" gksel))

Have you tried it? Does it work the way you want? If you have and it
does, why are you asking me?



reply via email to

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