Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

read and 'text-mode

0 views
Skip to first unread message

Lennart Borgman

unread,
Nov 6, 2009, 8:53:22 AM11/6/09
to emacs help
I am doing

(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?


Kevin Rodgers

unread,
Nov 6, 2009, 9:16:20 AM11/6/09
to help-gn...@gnu.org

From what you write (that read returned a symbol), nothing.

--
Kevin Rodgers
Denver, Colorado, USA

Lennart Borgman

unread,
Nov 6, 2009, 12:58:12 PM11/6/09
to Kevin Rodgers, help-gn...@gnu.org
Thanks, that helped to find the typo...
0 new messages