From xemacs-m  Sat Feb  1 06:54:17 1997
Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id GAA02699
	for <xemacs-beta@xemacs.org>; Sat, 1 Feb 1997 06:54:16 -0600 (CST)
Received: from proletcult.slip.ifi.uio.no (root@xyplex52.uio.no [129.240.154.72]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) 
	id <NAA16820@ifi.uio.no> ; Sat, 1 Feb 1997 13:54:13 +0100
Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id LAA30029; Sat, 1 Feb 1997 11:58:49 +0100
Sender: larsi@proletcult.slip.ifi.uio.no
From: gnus-bug@ifi.uio.no (Lars Magne Ingebrigtsen)
To: Martin Buchholz <mrb@Eng.Sun.COM>
Cc: Steven L Baur <steve@miranova.com>, xemacs-beta@xemacs.org
Subject: Re: [PATCH!] Re: [rgnus-0.83] mark behavior change?
References: <vkg1zqzx9u.fsf@cdc.noaa.gov> 	<m2n2tyt96a.fsf@proletcult.slip.ifi.uio.no> 	<vkn2tvf07k.fsf@cdc.noaa.gov> 	<m2zpxvklkq.fsf@proletcult.slip.ifi.uio.no> 	<vkafpu52qn.fsf@cdc.noaa.gov> 	<m2k9oylqub.fsf@proletcult.slip.ifi.uio.no> 	<vk20b5ad9x.fsf@cdc.noaa.gov> 	<m2ohe9y6pg.fsf@proletcult.slip.ifi.uio.no> 	<vkwwswkzd7.fsf_-_@cdc.noaa.gov> 	<m220b4kya2.fsf@altair.xemacs.org> <199701292340.PAA07394@xemacs.eng.sun.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Date: 01 Feb 1997 11:58:46 +0100
In-Reply-To: Martin Buchholz's message of Wed, 29 Jan 1997 15:40:02 -0800
Message-ID: <m2vi8ceqs9.fsf@proletcult.slip.ifi.uio.no>
Lines: 16
X-Mailer: Gnus v5.4.9/Emacs 19.34
X-Face: &w!^oO<W.WBH]FsTP:P0f9X6M-ygaADlA_)eF$<UwQzj7:C=Gi<a?/_4$LX^@$Qq7-O&XHp
 lDARi8e8iT<(A$LWAZD*xjk^')/wI5nG;1cNB>~dS|}-P0~ge{$c!h\<y

Martin Buchholz <mrb@Eng.Sun.COM> writes:

> I sent a sample implementation of caesar-region to both Tomohiko and
> Lars some time ago.  I'm sure Lars can create a working one by merging
> the many implementations of caesar-region.  Here it mine again (it
> has the virtue of being quite compact):

And it's faster than the current implementation in Gnus.

It does have one problem, though -- it doesn't retain text
properties, which isn't nice.

The non-ASCII ROT47 thing is also quite non-standard.  Most ROT13
functions ignore everything except A-Za-z, which means that if we do
ROT47 on some parts of the text, people using other newsreaders won't
be able to read it.

