On Tue, 02 Aug 2011 11:23:33 +0200 David Maus wrote: > Note: The usage of make-symbol works but has one drawback: The new > uninterned symbols have the same name as the maybe interned symbols in > BODY.
An oft-used workaround (also occuring in the Emacs core code) is to add some line-noise (e.g. --symbol--) to the created symbol names so they are at least visually distinguishable. -- Štěpán