(setq x (read (current-buffer))
and get x = text-mode. Now I want x to be the same as if I had done
(setq x 'text-mode)
What do I need to do?
From what you write (that read returned a symbol), nothing.
-- Kevin RodgersDenver, Colorado, USA