From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24008 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Fran=E7ois_Pinard?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Pterodactyl Gnus v0.93 is released Date: 08 Jul 1999 10:46:48 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035161651 6415 80.91.224.250 (21 Oct 2002 00:54:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:54:11 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA18342 for ; Thu, 8 Jul 1999 10:22:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB12535; Thu, 8 Jul 1999 09:22:25 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Jul 1999 09:23:14 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA26217 for ; Thu, 8 Jul 1999 09:23:02 -0500 (CDT) Original-Received: from jupiter.rtsq.qc.ca (rtsq.grics.qc.ca [199.84.132.81]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA18331 for ; Thu, 8 Jul 1999 10:22:02 -0400 (EDT) Original-Received: from ariel.progiciels-bpi.ca by jupiter.rtsq.qc.ca (8.8.8/8.8.8) with SMTP id KAA02817; Thu, 8 Jul 1999 10:20:56 -0400 Original-Received: from iro.umontreal.ca (uucp@localhost) by ariel.progiciels-bpi.ca (950413.SGI.8.6.12/950213.SGI) via UUCP id KAA08178; Thu, 8 Jul 1999 10:23:51 -0700 Original-Received: from titan.progiciels-bpi.ca.progiciels-bpi.ca by icule.progiciels-bpi.ca (8.8.8/8.8.8) with ESMTP id KAA01382; Thu, 8 Jul 1999 10:20:16 -0400 Original-To: Lee Willis X-Face: "b_m|CE6#'Q8fliQrwHl9K,]PA_o'*S~Dva{~b1n*)K*A(BIwQW.:LY?t4~xhYka_.LV?Qq `}X|71X0ea&H]9Dsk!`kxBXlG;q$mLfv_vtaHK_rHFKu]4'<*LWCyUe@ZcI6"*wB5M@[m é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