From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brad Collins Newsgroups: gmane.emacs.help Subject: Re: UUIDGEN in lisp Date: Sun, 15 Feb 2004 11:16:42 +0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076818874 31935 80.91.224.253 (15 Feb 2004 04:21:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 04:21:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 15 05:21:03 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsDmA-0007Em-00 for ; Sun, 15 Feb 2004 05:21:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsDke-0005O6-4d for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Feb 2004 23:19:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsDkJ-0005NC-42 for help-gnu-emacs@gnu.org; Sat, 14 Feb 2004 23:19:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsDjm-0004xD-3h for help-gnu-emacs@gnu.org; Sat, 14 Feb 2004 23:19:06 -0500 Original-Received: from [203.146.30.109] (helo=mailgw.cscoms.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsDjl-0004uv-BR for help-gnu-emacs@gnu.org; Sat, 14 Feb 2004 23:18:33 -0500 Original-Received: from cscoms.com (mail.cscoms.com [203.146.30.108]) by mailgw.cscoms.com (8.12.8p2/8.12.3) with ESMTP id i1F4IQxt089687 for ; Sun, 15 Feb 2004 11:18:27 +0700 (ICT) Original-Received: from KAME.cscoms.com (dial-334.ras-20.bkk.c.cscoms.com [203.170.150.80]) by cscoms.com (8.12.8p2/8.12.3) with ESMTP id i1F4IPiM003942 for ; Sun, 15 Feb 2004 11:18:26 +0700 (GMT) Original-To: help-gnu-emacs In-Reply-To: (Jesper Harder's message of "Sun, 15 Feb 2004 01:27:31 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16867 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16867 Fantastic! Thanks Jesper! I never could have come up with anything like this on my own. This is perfect for my present needs. I'll include a customization item to let people switch to another external UUID generator. I'll be studying this to learn how it works over the next few days but as far as I can tell, I can drop this into into the mode as is. The major mode I'm working on will be GPL'd, is it okay to include this code in the mode? I'm aware of uuidgen.exe but I don't have the MS SDK or the money to buy it (or even the money to go to Panthip plaza on the other side of Bangkok and buy a pirate copy for that matter -- thought the taxi would cost more than the software). I'm in _very_ lean startup mode at the moment :) b/