Gnus development mailing list
 help / color / mirror / Atom feed
From: "François Pinard" <pinard@iro.umontreal.ca>
Cc: ding@gnus.org
Subject: Re: Pterodactyl Gnus v0.93 is released
Date: 08 Jul 1999 10:46:48 -0400	[thread overview]
Message-ID: <oq1zejryg7.fsf@titan.progiciels-bpi.ca> (raw)
In-Reply-To: Lee Willis's message of "08 Jul 1999 13:11:12 +0100"

Lee Willis <lee@gbdirect.co.uk> écrit:

> 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 :(

Pushing a tiny bit for `recode' 3.5, now published (:-), I use:

(setq base64-decoder-program "recode"
      base64-decoder-switches '("-f" "/64")
      base64-encoder-program "recode"
      base64-encoder-switches '("-f" "../64"))

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard



  reply	other threads:[~1999-07-08 14:46 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
1999-07-08 14:46         ` François Pinard [this message]
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=oq1zejryg7.fsf@titan.progiciels-bpi.ca \
    --to=pinard@iro.umontreal.ca \
    --cc=ding@gnus.org \
    /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).