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

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

Re: help with variables inside alist


From: GH
Subject: Re: help with variables inside alist
Date: Thu, 02 Jun 2022 21:48:10 +0200

fixed with:

#+begin_src elisp

(let ((A "str1")
      (B "str2"))
  (setq example
        `((sexp1 (("str3" . ,A)
                  ("str4" . ,A)))
          (sexp2 (("str5" . ,B)))))
   ... )

#+end_src



reply via email to

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