Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@ccs.neu.edu>
Subject: Re: Compressing nnfolders..
Date: 14 Feb 1996 11:41:31 -0500	[thread overview]
Message-ID: <srlom56ero.fsf@delphi.ccs.neu.edu> (raw)
In-Reply-To: larsi@ifi.uio.no's message of 14 Feb 1996 17:06:30 +0100

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

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> Perhaps the raw version also bypasses the jka-compr things?

- From jka-aux.el:

;;;I have been distributing a package called jka-compr, which adds file
;;;compression to the low-level I/O functions in emacs.  Beginning with
;;;version 19.23, jka-compr became part of the standard lisp library.
;;;However, some eatures were taken out because they might not be
;;;considered desirable by all users.  Specifically, the 19.23 version of
;;;jka-compr will not search for a file called "foo.gz" if you do a
;;;find-file on "foo."  If you were fond of some of the features that are
;;;not present in the 19.23 version of jka-compr, you can use the
;;;following package (cryptically named jka-aux.el), which implements all
;;;those features.

All of the transparancies are in jka-aux, so you'll need to get that, too.
Hmmm... ohio-state is not letting me retrieve the LISPDIR file so I cannot
provide a pointer at this time.

You may or may not need to edit nnfolder.el; I suspect you will as some
edits are necessary in nnml.el (which I use) to make things like expire and
move work.  Any regular expression that points to a file name will need to
be edited to include your compression extension(s).  nnml.el is easy; I use
a simple script to do it for me:

  #!/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

nnfolder.el may or may not be more cumbersome.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMSIQv56VRH7BJMxHAQEZLgQAiwbB0+xYmi6g/s8aaBeUh12/d80RHvqE
LSUQuEOl4b72nQcLwlKTVHms2Ro/5o7HxBsH4140tX4Pux2E5hy8MgSG0JS2WPFL
xaW+Hat3YbLjZ7euzmEa0La8OUpVF7+CqtHepfWEWdQvq+9d3FudXtLGHsoN4ex9
HXjqTPSekEQ=
=tJQH
-----END PGP SIGNATURE-----
-- 
Rat <ratinox@ccs.neu.edu>          \ Happy Fun Ball may stick to certain types
PGP Public Key: Ask for one today!  \ of skin.
http://www.ccs.neu.edu/home/ratinox/ \ 


  reply	other threads:[~1996-02-14 16:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-13 17:35 Andy Eskilsson
1996-02-14 16:06 ` Lars Magne Ingebrigtsen
1996-02-14 16:41   ` Stainless Steel Rat [this message]
1996-02-14 18:32     ` Joe Hildebrand
1996-02-14 19:04   ` Andy Eskilsson
1996-02-14 19:05   ` Andy Eskilsson
     [not found]   ` <lvenrx7n3z.fsf@ariel.pt.hk-r.se>
1996-02-15 18:34     ` Lars Magne Ingebrigtsen
1996-02-15 18:56       ` Stainless Steel Rat
1996-02-15 21:00         ` Lars Magne Ingebrigtsen
1996-02-14 18:58 ` Andy Eskilsson

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=srlom56ero.fsf@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).