From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Question to windows users Date: Wed, 10 Dec 2008 19:18:39 +0000 Message-ID: <4940160F.2080007@manor-farm.org> References: <87k5a7kjg8.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAUaC-0001wj-DD for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 14:18:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAUa9-0001uL-4U for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 14:18:51 -0500 Received: from [199.232.76.173] (port=46326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUa8-0001u0-Bb for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 14:18:48 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:40090) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAUa7-0004YV-Vv for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 14:18:48 -0500 In-Reply-To: <87k5a7kjg8.fsf@kassiopeya.MSHEIMNETZ> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: emacs org-mode mailing list , Carsten Dominik > Carsten Dominik writes: >> Hi Windows users, >> >> is the command uuidgen usually available under windows? I am considering >> to make this the default for ID generation because it works on the Mac >> and under GNU/Linux. But I would like to have a default that works on >> all systems.... >> There is a windows API call to generate GUID's, which are unique and I assume are the same as uuids. I used to know what this was, but I have forgotten now:) I don't know if emacs lisp can call the windows API, but somewhere I should have a small command line app that enerates GUIDs and outputs them to stdout. Ian.