From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13923 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: More On Mime Date: 11 Feb 1998 13:29:14 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035153201 11886 80.91.224.250 (20 Oct 2002 22:33:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:33:21 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA04232 for ; Wed, 11 Feb 1998 13:30:51 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA18640 for ; Wed, 11 Feb 1998 15:27:31 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id QAN14676; Wed, 11 Feb 1998 16:03:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 11 Feb 1998 15:26:14 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id PAA18064 for ; Wed, 11 Feb 1998 15:26:04 -0600 (CST) Original-Received: (qmail 6308 invoked by uid 504); 11 Feb 1998 21:25:59 -0000 Original-Received: (qmail 6305 invoked from network); 11 Feb 1998 21:25:58 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 11 Feb 1998 21:25:58 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.8/8.8.8) id NAA04225; Wed, 11 Feb 1998 13:29:14 -0800 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes: > Lars Magne Ingebrigtsen writes: >> Steinar Bang writes: >> >> > You plan to replace metamail with elisp stuff, I hope? >> >> I think so, yes. > For small inserts, Emacs LISP stuff does well. For big inserts, Emacs > LISP may be irritatingly slow, even when compiled. Yup. I did some timing of this (wrt base64 decoding) in tm when we were first integrating it with XEmacs. It wasn't so much that large attachments were slow to decode, but that funneling things through mmencode was *much* faster. > I would like to see options and size thresholds for being able to call > external decoders ... I agree.