From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19305 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Inefficiency in mm-uu.el Date: 29 Nov 1998 22:31:37 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2n4sri4zpf.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157679 10916 80.91.224.250 (20 Oct 2002 23:47:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:47:59 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA26069 for ; Sun, 29 Nov 1998 16:47:30 -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.1/8.9.1) with ESMTP id PAB17786; Sun, 29 Nov 1998 15:47:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Nov 1998 15:47:00 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAA24254 for ; Sun, 29 Nov 1998 15:46:49 -0600 (CST) Original-Received: from sparky.gnus.org (ppp047.uio.no [129.240.240.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA26023 for ; Sun, 29 Nov 1998 16:46:38 -0500 (EST) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.7/8.8.7) id WAA31790; Sun, 29 Nov 1998 22:57:44 +0100 Mail-Copies-To: never X-Now-Reading: Paul Auster's _Translations_ X-Now-Playing: Joni Mitchell's _Don Juan's Reckless Daughter_: "The Silky Veils of Ardor" Original-To: ding@gnus.org In-Reply-To: Shenghuo ZHU's message of "29 Nov 1998 04:26:20 -0500" User-Agent: Gnus/5.070057 (Pterodactyl Gnus v0.57) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > + (setq test (caddar alist)) > + (when (consp test) > + (setq test (eval test)) > + (setf (caddar alist) test)) > + (setq alist nil)) No, this can't be done this way, because the tests in `mm-inline-media-tests' aren't static, but test (for instance) whether the image in question will fit into the window. And stuff. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen