From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33506 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: display *all* images inline? Date: 28 Nov 2000 11:54:25 -0500 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=us-ascii X-Trace: main.gmane.org 1035169599 25504 80.91.224.250 (21 Oct 2002 03:06:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:06:39 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id A0136D049A for ; Tue, 28 Nov 2000 11:55:33 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB28447; Tue, 28 Nov 2000 10:55:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 28 Nov 2000 10:54:36 -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 KAA11345 for ; Tue, 28 Nov 2000 10:54:17 -0600 (CST) Original-Received: from cinnamon.vanillaknot.com (MESQUITE.SLIP.CS.CMU.EDU [128.2.207.11]) by mailhost.sclp.com (Postfix) with ESMTP id B43F3D049A for ; Tue, 28 Nov 2000 11:54:33 -0500 (EST) Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.9.3/8.9.3) id LAA04110; Tue, 28 Nov 2000 11:54:25 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6 hR;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Notus) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33506 Bill White writes: > The problem is that not all pictures are > displayed there; some are handed off to an external viewer, and the > criterion used seems to be the size of the picture. Yes, Gnus checks image dimensions against current frame or buffer size. > Is there a way to make all attached pictures display in the *Article* > buffer, regardless of size, or is this a Dumb Thing To Do? In .gnus: (require 'mm-decode) (defun mm-image-fit-p (handle) "Say whether the image in HANDLE will fit the current window." t) ; just say "yes", always. Dumb? Depends on whether you like trying to scroll around images.