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: Alin Soare
Subject: Re: Generating an unique symbol in elisp
Date: Fri, 3 Dec 2010 23:44:30 +0200


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

gensym is a compiled Lisp function in `cl-macs.el'.

(gensym &optional PREFIX)

Generate a new uninterned symbol.
The name is made by appending a number to PREFIX, default "G".


LOL. Tabs defined as windows configurations must work without (require 'cl) .



Alin.

reply via email to

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