From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30733 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: should mbox be opened in unibyte mode Date: 05 May 2000 19:15:44 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000505054215.7031.qmail@duch.mimuw.edu.pl> <00May5.113140edt.115221@gateway.intersys.com> <2ng0rxvsnb.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167228 10072 80.91.224.250 (21 Oct 2002 02:27:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:27:08 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 9A870D051E for ; Fri, 5 May 2000 13:17:37 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB26848; Fri, 5 May 2000 12:17:32 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 12:17:01 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA18111 for ; Fri, 5 May 2000 12:16:50 -0500 (CDT) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id C27C1D051E for ; Fri, 5 May 2000 13:15:47 -0400 (EDT) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-21) id TAA19500; Fri, 5 May 2000 19:15:45 +0200 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Hrvoje> (If you're wondering why this is so, it's not because we're > Hrvoje> perverse -- this is the way things were setup in the > Hrvoje> original Mule, and they got inherited by XEmacs/Mule before > Hrvoje> FSF people made the swap.) > > IIRC, in both FSF Emacs and XEmacs, `raw-text' means "no charset > conversion", but it still converts newlines. So, binary and > raw-text are the right names, but no-conversion is not. How can one name be "right"? Under XEmacs, `no-conversion' and `raw-text' are synonymous. Under FSF Emacs, `no-conversion' and `binary' are synonymous. The FSF choice probably makes more sense, but as I said, code written for XEmacs would break if we were to change it now.