From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: UUIDGEN in lisp Date: 17 Feb 2004 08:46:08 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077000462 31096 80.91.224.253 (17 Feb 2004 06:47:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 06:47:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 17 07:47:33 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 1Asz13-0005rs-00 for ; Tue, 17 Feb 2004 07:47:33 +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 1Asyz7-0008VK-SZ for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2004 01:45:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Asyyd-0008V4-W2 for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 01:45:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Asyy6-0008Ge-Nq for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 01:45:01 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Asyy6-0008Fn-5E for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 01:44:30 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Jesper Harder on Mon, 16 Feb 2004 22:05:49 +0100) 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:16925 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16925 > Newsgroups: gnu.emacs.help > From: Jesper Harder > Date: Mon, 16 Feb 2004 22:05:49 +0100 > > The list above _is_ an actual example. It happens all the time if you > don't bind coding-system-for-read -- just try it a few times :-) I tried, but didn't see it. Probably due to something different in the way we customize our Emacsen. > > raw-text is probably a better candidate. > > Why? Doesn't raw-text do EOL conversion? (which we don't want here). raw-text-unix is your friend.