emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generating an unique symbol in elisp


From: Edward O'Connor
Subject: Re: Generating an unique symbol in elisp
Date: Fri, 3 Dec 2010 14:03:02 -0800

> The name is the problem. Does it generate an uninexistent name, or have I
> write a function to generate the uninexistent name ?

The name isn't the problem. You can (make-symbol "foo") a bunch of
times, and you'll have a bunch of different symbols. That's what it
means for them to be uninterned.


Ted



reply via email to

[Prev in Thread] Current Thread [Next in Thread]