From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34304 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: using base64 Date: 17 Jan 2001 11:56:15 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87r922h2gg.fsf@lovi.inf.elte.hu> References: <87k87vihur.fsf@lovi.inf.elte.hu> <2nbst6zz2o.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035170256 29733 80.91.224.250 (21 Oct 2002 03:17:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:17:36 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 5D910D049D for ; Wed, 17 Jan 2001 05:57:10 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id EAC10175; Wed, 17 Jan 2001 04:56:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 Jan 2001 04:56:06 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA02341 for ; Wed, 17 Jan 2001 04:55:51 -0600 (CST) Original-Received: from mail.elte.hu (mail.elte.hu [157.181.151.13]) by mailhost.sclp.com (Postfix) with ESMTP id A7FFCD049D for ; Wed, 17 Jan 2001 05:56:16 -0500 (EST) Original-Received: from lovi.inf.elte.hu (proxy.inf.elte.hu [157.181.161.14]) by mail.elte.hu (Postfix) with ESMTP id 904C76DA56 for ; Wed, 17 Jan 2001 11:56:15 +0100 (CET) Original-Received: from nagya by lovi.inf.elte.hu with local (Exim 3.12 #1 (Debian)) id 14IqGF-00052u-00 for ; Wed, 17 Jan 2001 11:56:15 +0100 Original-To: ding@gnus.org In-Reply-To: <2nbst6zz2o.fsf@tiger.jia.vnet> User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:34304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34304 ShengHuo ZHU writes: > > (("text/x-patch" 8bit) ("text/.*" qp-or-base64) > > ("message/rfc822" 8bit) ("application/emacs-lisp" 8bit) > > ("application/x-patch" 8bit) (".*" base64)) > >=20 > >=20 > > But Gnus still sends out a 7bit application/rtf attachment in > > plaintext. How do I achieve the desired effect? >=20 > I suspect that there is an old base64.el in your load path. Check > function base64-encode-region. If there are only two arguments, that's > it. `base64-encode-region' is an interactive Lisp function -- loaded from "base64" (base64-encode-region START END &optional NO-LINE-BREAK) Note that base64 actually works if it really needs to (that is, sending a binary file as an attachment); what I want is to use base64 even if it does not seem necessary. Andras