Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@ccs.neu.edu>
Subject: Re: jka-compr support?
Date: Wed, 8 Nov 1995 10:31:34 -0500	[thread overview]
Message-ID: <199511081531.KAA29380@delphi.ccs.neu.edu> (raw)
In-Reply-To: Dave Disser's message of Wed, 8 Nov 1995 00:01:31 -0800

X-Geek-3: GAT d-(++)@ s: a-
	C+(++) US++++$ P++>+++ L>+++ E+++ W++ N+++ K++++ w---$ O?>++ M-$ V-
	PS+ PE Y+(++) PGP++ !t 5++ X? R(+) tv b+++ DI+ D++ G+ e+>++(*) h! r y+
References: <199511080801.AA108837691@hpsdlgf8.sdd.hp.com>

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "DD" == Dave Disser <disser@sdd.hp.com> writes:

DD> Can someone update me on the status of jka-compr support? I notice
DD> it's still in the TODO list, but it also seems to work in 5.0.12 at
DD> first look. Am I in for mail lossage if I use it?

You won't loose anything if you use jka-compr, but if you're using nnml
or nnmh you will have problems because the backends operate on file
names in buffers and not directly with the filesystem, so jka-compr's
hooks never come into play and your compressed mail files don't appear
as mail files.

This little script (hack! hack!) will modify filename references in
nnml.el so that most functions will work with jka-compr. cd to the lisp
directory and run the script before you run make.
gnus-summary-prev-article still won't work if you attempt to extend the
summary buffer, though, nor will gnus-summary-refer-parent-article.

#!/bin/sh

if test -f x-easymenu.el; then
  mv x-easymenu.el easymenu.el
fi

cp nnml.el nnml.el.orig
cat nnml.el.orig | sed 's/\[0-9\]+/\[0-9\]+\\\\(\\\\.gz\\\\)?/g' > nnml.el

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMKDNTp6VRH7BJMxHAQHq1AP/W7zp8LmLh+xvuRZauxI+weYF2VXsvkVq
y2DXS7PIzn+qWuRWx2dSE5OACHVKhr5WLrOtBjJw4B95Ovilj0jHgYPMEC6cOM+c
BS2sUQIspJQ/x4BAIA/WrbnLIrt/Tg3oSaPxpJOXYgN/N0NiaPsCNHIhR+OYYEw0
YqmKzsNmWgs=
=jIZ3
-----END PGP SIGNATURE-----

-- 
Rat <ratinox@ccs.neu.edu>          \ When not in use, Happy Fun Ball should be
PGP Public Key: Ask for one today!  \ returned to its special container and
http://www.ccs.neu.edu/home/ratinox/ \ kept under refrigeration.


         reply	other threads:[~1995-11-08 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-08  8:01 Dave Disser
1995-11-08 15:31 ` Stainless Steel Rat [this message]
1995-11-08 19:19   ` Stephen Peters
1995-11-08 21:52     ` Steven L. Baur
1995-11-09 19:46       ` Scott Blachowicz
1995-11-08 19:41 Stainless Steel Rat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199511081531.KAA29380@delphi.ccs.neu.edu \
    --to=ratinox@ccs.neu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).