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

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

Re: uuid.pl


From: Stefan Arentz
Subject: Re: uuid.pl
Date: Sun, 13 Apr 2008 18:10:49 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Ulrich Mueller <address@hidden> 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.


reply via email to

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