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

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

Re: [External] : Re: Operating the HIST feature of completing-read


From: Yuri Khan
Subject: Re: [External] : Re: Operating the HIST feature of completing-read
Date: Wed, 13 Jul 2022 13:52:49 +0700

On Wed, 13 Jul 2022 at 08:16, carlmarcos--- via Users list for the GNU
Emacs text editor <help-gnu-emacs@gnu.org> wrote:

> Have done as suggested
>
> (defvar myhist nil
>   "Stores previous minibuffer inputs so the user can reuse them.")
>
>   (let* ( (cseq '("bracemk" "expression" "extended" "mixed" "hlsexp" 
> "disable"))
>           (csel  (completing-read "Glowvis: " cseq nil t "mixed" myhist 
> "extended"))

You should pass the symbol of the variable ('myhist), not the value (myhist).



reply via email to

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