From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37668 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Large *.pif base64 attachments and Gnus... Date: Fri, 10 Aug 2001 16:57:01 +0200 Message-ID: <87lmks0xqa.fsf@deneb.enyo.de> References: <87puabq0wh.fsf@deneb.enyo.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173045 15067 80.91.224.250 (21 Oct 2002 04:04:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:04:05 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 13697 invoked from network); 10 Aug 2001 14:49:51 -0000 Original-Received: from mail.s.netic.de (HELO mail.netic.de) (212.9.160.11) by gnus.org with SMTP; 10 Aug 2001 14:49:51 -0000 Original-Received: by mail.netic.de (Smail3.2.0.111/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.21 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m15VDbd-001X2XC; Fri, 10 Aug 2001 16:49:45 +0200 (CEST) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de ident=exim) by mail.enyo.de with esmtp (Exim 3.12 #1) id 15VDQ7-00067m-00 for ding@gnus.org; Fri, 10 Aug 2001 16:37:51 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 15VDif-0000eb-00 for ding@gnus.org; Fri, 10 Aug 2001 16:57:01 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Thu, 09 Aug 2001 20:36:52 +0100") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:37668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37668 Simon Josefsson writes: > Committed. If `base64-decode-region' is broken in Emacs 20 it doesn't > help though. I finally managed to look at the documentation, and it's strange behavior is even documented: | Base64-decode the region between BEG and END. | Return the length of the decoded text. | If the region can't be decoded, return nil and don't modify the buffer. Is this different on Emacs 21?