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: Stefan Monnier
Subject: Re: Generating an unique symbol in elisp
Date: Fri, 03 Dec 2010 17:34:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> A very useful function for generating private environments is the
> (gensym&optional x) in common lisp. It can replace in some places the
> closures.
> Does this function already exist in elisp ? I looked in the manual and did
> not find it...

It's called make-symbol.


        Stefan



reply via email to

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