From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: TheFlyingDutchman Newsgroups: gmane.emacs.help Subject: Re: string to symbol Date: Sun, 2 Aug 2009 16:31:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6fd5af37-63e0-4f2b-a8db-e65ce2f7c093@p9g2000vbl.googlegroups.com> References: <8e9443a2-414f-4849-94ed-ff187b810fe4@s15g2000yqs.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249256552 32702 80.91.229.12 (2 Aug 2009 23:42:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 23:42:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 03 01:42:25 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 1MXkh6-0000nv-U1 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Aug 2009 01:42:25 +0200 Original-Received: from localhost ([127.0.0.1]:47782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXkh6-0001qm-CD for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 19:42:24 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p9g2000vbl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 192.35.35.34 Original-X-Trace: posting.google.com 1249255878 3588 127.0.0.1 (2 Aug 2009 23:31:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Aug 2009 23:31:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p9g2000vbl.googlegroups.com; posting-host=192.35.35.34; posting-account=9bWHAAoAAAAxSFC_2O_ssTETNW9NhMbW User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171508 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:66686 Archived-At: > > ,---- > | ELISP> (intern "shell") > | shell Thanks Thierry, worked like a charm! Is there a way to determine, given a string, whether or not an interned symbol already exists with that name?