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: Tue, 17 Feb 2004 22:08:05 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <9743-Tue17Feb2004220805+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077048644 18957 80.91.224.253 (17 Feb 2004 20:10:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 20:10:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 17 21:10:28 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 1AtBY3-0003RL-00 for ; Tue, 17 Feb 2004 21:10:27 +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 1AtBXf-00013W-AY for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2004 15:10:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtBWP-0000ND-Vk for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 15:08:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtBVg-0007lk-7L for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 15:08:32 -0500 Original-Received: from [192.114.186.21] (helo=necron.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtBVe-0007hl-JE for help-gnu-emacs@gnu.org; Tue, 17 Feb 2004 15:07:58 -0500 Original-Received: from zaretski ([80.230.153.239]) by necron.inter.net.il (MOS 3.4.4-GR) with ESMTP id ADC50913; Tue, 17 Feb 2004 10:06:59 GMT Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Jesper Harder on Tue, 17 Feb 2004 19:45:37 +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:16952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16952 > Newsgroups: gnu.emacs.help > From: Jesper Harder > Date: Tue, 17 Feb 2004 19:45:37 +0100 > > What is the difference between `raw-text-unix' and `binary'? In which > cases should you use one or the other? I suggest to use raw-text-unix when doing I/O of random bytes that you don't want to be mangled. no-conversion (binary is just its alias) once meant that the internal Mule representation was read and written to produce multibyte characters, so I suggest to avoid that to prevent confusion.