>>>>> 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.
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to