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

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

RE: [External] : help with variables inside alist


From: Drew Adams
Subject: RE: [External] : help with variables inside alist
Date: Thu, 2 Jun 2022 14:42:29 +0000

> I need some like this:
> 
> #+begin_src elisp
> 
> (let ((A "str1")
>       (B "str2"))
>   (setq example
>       '((sexp1 (("str3" . A)
>                 ("str4" . A)))
>         (sexp2 (("str5" . B)))))
>   ... )
> 
> #+end_src
> 
> But it set variables A and B as 'A and 'B instead "str1" and "str2"
> 
> How can I do?

https://emacs.stackexchange.com/q/7481/105



reply via email to

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