Ulrich Mueller <[EMAIL PROTECTED]> writes: >>>>>> On Sat, 12 Apr 2008, Stefan Arentz wrote: > >> (defun insert-uuid () >> "Insert a random UUID at the point." >> (interactive) >> (insert >> (replace-regexp-in-string "\n" "" ((downcase (shell-command-to-string >> "uuidgen"))))) > > This will not work, because parentheses are mismatched.
Sorry, copy-paste error. I'll throw it in SVN instead and just post a pointer to that. S. _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
