From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: read and 'text-mode Date: Fri, 6 Nov 2009 18:58:12 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1257530596 14328 80.91.229.12 (6 Nov 2009 18:03:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2009 18:03:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kevin Rodgers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 06 19:03:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N6T9Q-0004pT-IG for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 19:03:08 +0100 Original-Received: from localhost ([127.0.0.1]:60756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6T9Q-00087x-8H for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Nov 2009 13:03:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6T56-0002nE-JV for help-gnu-emacs@gnu.org; Fri, 06 Nov 2009 12:58:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6T50-0002fK-1l for help-gnu-emacs@gnu.org; Fri, 06 Nov 2009 12:58:38 -0500 Original-Received: from [199.232.76.173] (port=33327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6T4z-0002er-Pb for help-gnu-emacs@gnu.org; Fri, 06 Nov 2009 12:58:33 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:60014) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6T4z-0004UE-Ab for help-gnu-emacs@gnu.org; Fri, 06 Nov 2009 12:58:33 -0500 Original-Received: by gxk24 with SMTP id 24so3539086gxk.6 for ; Fri, 06 Nov 2009 09:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=gfhkLRfj9QtW3MVCwXwR5jYJamHJOjF1524kulrjNQk=; b=HoRXpOnAxu4T24YJ4emw+QYZImrv6NdQyaabe1KbuEpsdqjNQ/UrVIWaiJTClx6to0 gqnpnIAzURdte/XdEcIe0zy9kuhk0EN3biU6rOEAuP8+dl9x5/7l7XqW6a9DzRlQftFf xylYfVo63Pddl2ekKmPFKaiVd8wpN2BBc3Ofg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=caiqV+E0WB47lOdBqI7kv0oVL897VIm5gPFXE7VpM/XsEEH8RA/wweYEgqaGXcjS7b gZGf2OxaAyL5Y2Z+6LYIfdGo+fJLfCaun0QsoCrzhSehdydwtG4YQOBWl5HM2pyCFHLO 15ZemMnz8O2L09QK9nBKd4HQ4Qceo7i+U79+k= Original-Received: by 10.101.166.2 with SMTP id t2mr4808436ano.3.1257530312143; Fri, 06 Nov 2009 09:58:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69557 Archived-At: Thanks, that helped to find the typo... On Fri, Nov 6, 2009 at 3:16 PM, Kevin Rodgers w= rote: > Lennart Borgman wrote: >> >> I am doing >> >> =C2=A0 (setq x (read (current-buffer)) >> >> and get x =3D text-mode. Now I want x to be the same as if I had done >> >> =C2=A0(setq x 'text-mode) >> >> What do I need to do? > > From what you write (that read returned a symbol), nothing. > > -- > Kevin Rodgers > Denver, Colorado, USA > > > >