gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uuid.pl


From: Ulrich Mueller
Subject: Re: uuid.pl
Date: Sun, 13 Apr 2008 12:03:30 +0200

>>>>> 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.


reply via email to

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