[Top][All Lists]
[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
Re: Generating an unique symbol in elisp, Andreas Schwab, 2010/12/03
Re: Generating an unique symbol in elisp, Stefan Monnier, 2010/12/03