Gnus development mailing list
 help / color / mirror / Atom feed
From: Lee Willis <lee@gbdirect.co.uk>
Subject: Re: Pterodactyl Gnus v0.93 is released
Date: 08 Jul 1999 13:11:12 +0100	[thread overview]
Message-ID: <lzg12z49zz.fsf@landlord.gbdirect.co.uk> (raw)
In-Reply-To: <ulncr1h60.fsf@ifbt.ntnu.no>

"Erik Østlyngen" <erikoest@stud.ntnu.no> writes:

> Including binary attachments is also *very* slow. I don't know
> anything about mime, but my theory is that binary attachments are
> uu-encoded, which is slow because the uu-encode code is not
> compiled. Or am I completely wrong?

Well actually they're base64 encoded which is slow because the base64
encoding/decoding in emacs is slow ....

C-h v base64-encoder-program RET

Adding:

(setq base64-decoder-program "mimencode")
(setq base64-decoder-switches '("-u"))
(setq base64-encoder-program "mimencode")

to my .gnus did the trick under Linux, couldn't tell you what to do
under NT sorry :(

Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it "Playing with blocks"


  reply	other threads:[~1999-07-08 12:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-07 13:10 Lars Magne Ingebrigtsen
1999-07-07 14:51 ` Erik Østlyngen
1999-07-07 20:52   ` Stainless Steel Rat
1999-07-08 12:04     ` Erik Østlyngen
1999-07-08 12:11       ` Lee Willis [this message]
1999-07-08 14:46         ` François Pinard
1999-07-08 15:23       ` Stainless Steel Rat
1999-07-08 21:55         ` Glenn Shiffer
1999-07-09 17:48           ` Lars Magne Ingebrigtsen

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=lzg12z49zz.fsf@landlord.gbdirect.co.uk \
    --to=lee@gbdirect.co.uk \
    /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).