[Top][All Lists]
[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.
- uuid.pl, Stefan Arentz, 2008/04/12
- Re: uuid.pl, Leo, 2008/04/12
- Re: uuid.pl, Thien-Thi Nguyen, 2008/04/12
- Re: uuid.pl, Ulrich Mueller, 2008/04/13
- Re: uuid.pl,
Stefan Arentz <=
- Message not available
- Re: uuid.pl, Stefan Arentz, 2008/04/14
- Re: uuid.pl, Phillip Lord, 2008/04/14
- Re: uuid.pl, Xavier Maillard, 2008/04/15