emacs-devel
[Top][All Lists]
Advanced

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

Re: Help making setq work on dynamic symbol


From: Ship Mints
Subject: Re: Help making setq work on dynamic symbol
Date: Fri, 18 Oct 2024 11:53:17 -0400

Just reread the, of course, well-written documentation on set setq, el.al. It's clear set is the choice here. Thanks, again, all.

On Fri, Oct 18, 2024 at 11:24 AM Ship Mints <shipmints@gmail.com> wrote:
set is a good tip. setq is a lifelong habit. I made my/set a function and it works fine.

Thank you.


On Fri, Oct 18, 2024 at 11:20 AM Andreas Schwab <schwab@linux-m68k.org> wrote:
On Okt 18 2024, Ship Mints wrote:

> (setq (intern (concat "f" "oo"))) t)

(set (intern (concat "f" "oo")) t)

--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

reply via email to

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