From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42366 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Minimum emacs version for Oort Date: Mon, 21 Jan 2002 18:23:10 +0100 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; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035177614 10921 80.91.224.250 (21 Oct 2002 05:20:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:20:14 +0000 (UTC) Cc: Paul Stevenson , ding@gnus.org Return-Path: Original-Received: (qmail 15334 invoked from network); 21 Jan 2002 17:31:09 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Jan 2002 17:31:09 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16SiCL-0005M8-00; Mon, 21 Jan 2002 11:25:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 21 Jan 2002 11:25:29 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA29610 for ; Mon, 21 Jan 2002 11:25:16 -0600 (CST) Original-Received: (qmail 15260 invoked by alias); 21 Jan 2002 17:25:16 -0000 Original-Received: (qmail 15255 invoked from network); 21 Jan 2002 17:25:15 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 21 Jan 2002 17:25:15 -0000 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g0LHOple019146; Mon, 21 Jan 2002 18:24:55 +0100 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 21 Jan 2002 17:35:56 +0100") Mail-Copies-To: nobody X-Face: "Iw}A^8>+/ALsOu?I}ER%AzH:}9&"BGF|"~k^~b;KZtT0I(_4oP;A#@2?hw>/VOO!im:E7\ >vUP!!D[H"^F4`|Oo;[5.iS&?ha|[4T7-W^P Q)DsW7{nV&qpP3Q6O]mT|82eb\&V9;GW&Oh5W_ywy?UW9Npc8<;q2{}&[PO}6{k1oEA>{U$hTr@R$J *{9qd,qV: Paul, what happens when you do the following? > > emacs -q -no-site-file -batch --eval "(print (featurep 'base64))" > > If it prints t, then Emacs has base64 support in the C code. > Then a workaround for base64-encode-string should be in canlock. > If it prints nil, then (require 'base64) in canlock.el should do > the trick. Emacs 20.3 doesn't seem to have base64 at all, neither in C nor in elisp. The MIME stuff in Gnus seems to require Base64 though. Should the requirement in the manual be bumped to Emacs 20.4? That version does have base64 support (in C).