From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: Generating an unique symbol in elisp Date: Fri, 3 Dec 2010 23:33:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0ce071fc41b4770496884aef X-Trace: dough.gmane.org 1291412029 10431 80.91.229.12 (3 Dec 2010 21:33:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2010 21:33:49 +0000 (UTC) Cc: Emacs Dev To: "Edward O'Connor" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 22:33:45 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1POdGB-00085b-FS for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 22:33:43 +0100 Original-Received: from localhost ([127.0.0.1]:53430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POdGA-00085E-Rw for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2010 16:33:42 -0500 Original-Received: from [140.186.70.92] (port=58359 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POdG2-00084J-KO for emacs-devel@gnu.org; Fri, 03 Dec 2010 16:33:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POdG1-0007ng-Ln for emacs-devel@gnu.org; Fri, 03 Dec 2010 16:33:34 -0500 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:56620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POdG1-0007nc-HA for emacs-devel@gnu.org; Fri, 03 Dec 2010 16:33:33 -0500 Original-Received: by gwj22 with SMTP id 22so3499572gwj.0 for ; Fri, 03 Dec 2010 13:33:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=cd+kIvMCacBTRFfsJSlLVThrWOiBFrvbxQHQWIlIsvk=; b=oYVSCOk1Sxie94tcXbpYqCT+unlafAK1oNsWgp86AI7Pbpe+hPw12Ka7LQqWAMbuqj NKyHwM/+0x+VwfDKw344mmrP5O4P3fyCbW3S9ueAzQvviUIRXhSwiwnRqCNc/xbKnTNF 9c28+5NIt7gCJXKi59x49fomOrT+A2jrb5UCE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=RPuJt+pI2eHhi6NHt5kDd6UmW9iGTmb19r7t97GKuReIvVGhuTfikX71Pj+DPD3EXq tAzEkBH1ctGV6WM0TR7InBZcFUyPdw0o+7CIfLR07ZYHR6eXjUHxf39908udRDgrFs01 vvZ+/CfL7lEyoS61J1X/ZBh6vzohial7miYn0= Original-Received: by 10.150.143.2 with SMTP id q2mr4820925ybd.46.1291412012377; Fri, 03 Dec 2010 13:33:32 -0800 (PST) Original-Received: by 10.150.95.21 with HTTP; Fri, 3 Dec 2010 13:33:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133355 Archived-At: --000e0ce071fc41b4770496884aef Content-Type: text/plain; charset=UTF-8 > Does this function already exist in elisp ? I looked in the manual and did > > not find it... > > `make-symbol' creates uninterned symbols. > The name is the problem. Does it generate an uninexistent name, or have I write a function to generate the uninexistent name ? --000e0ce071fc41b4770496884aef Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> Does this function already exist = in elisp ? I looked in the manual and did
> not find it...

`make-symbol' creates uninterned symbols.
<= br>
The name is the problem. Does it generate an uninexistent name, or h= ave I write a function to generate the uninexistent name ?


--000e0ce071fc41b4770496884aef--