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

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

Re: How do I use a var as a string?


From: Tom Browder
Subject: Re: How do I use a var as a string?
Date: Fri, 29 Jul 2016 09:50:39 -0500

On Thursday, July 28, 2016, Tom Browder <tom.browder@gmail.com> wrote:

> I want to bind a string to a variable and then use the variable name as
> the string when a string is expected.  I have tried variations of this:
>
> (defvar my-str (concat "my " "string"))
>

My next experiment will be to use "(defconst ...)" which I'm hoping will
solve the problem.

-Tom


reply via email to

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