Achim Gratz <strom...@nexgo.de> writes:

> Sorry, but that macro doesn't call `random´ appropriately at all.  

The real problem is (random t) in previous versions of org-id.el.

Do you mean this should be (random) instead of (random t) in those
versions?  Why?  If so, we can simply get rid of the compatibility
macro and use (random).

> No package should ever use `(random t)´ at all and especially not
> repeatedly.

I thought (random t) was okay especially because related functions
(e.g. org-id-new) are *never* repeated at regular intervals.

Besides, (random t) is documented in Emacs <24.3 and XEmacs.

-- 
 Bastien

Reply via email to