|
From: | Alin Soare |
Subject: | Re: Generating an unique symbol in elisp |
Date: | Sat, 4 Dec 2010 00:12:26 +0200 |
> The name is the problem. Does it generate an uninexistent name, or have IThe name isn't the problem. You can (make-symbol "foo") a bunch of
> write a function to generate the uninexistent name ?
times, and you'll have a bunch of different symbols. That's what it
means for them to be uninterned.
[Prev in Thread] | Current Thread | [Next in Thread] |