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 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 > 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." >> >