Gnus development mailing list
 help / color / mirror / Atom feed
* display *all* images inline?
@ 2000-11-28 16:16 Bill White
  2000-11-28 16:35 ` Francisco Solsona
  2000-11-28 16:54 ` Karl Kleinpaste
  0 siblings, 2 replies; 5+ messages in thread
From: Bill White @ 2000-11-28 16:16 UTC (permalink / raw)


With cvs gnus and emacs 21, I can display attached pictures in the
*Article* buffer.  Yay!  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.

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?

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display *all* images inline?
  2000-11-28 16:16 display *all* images inline? Bill White
@ 2000-11-28 16:35 ` Francisco Solsona
  2000-11-28 16:54 ` Karl Kleinpaste
  1 sibling, 0 replies; 5+ messages in thread
From: Francisco Solsona @ 2000-11-28 16:35 UTC (permalink / raw)


Bill White <billw@wolfram.com> writes:

[...]

> 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?

   Set `mm-inline-large-images' to t.

--Francisco



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display *all* images inline?
  2000-11-28 16:16 display *all* images inline? Bill White
  2000-11-28 16:35 ` Francisco Solsona
@ 2000-11-28 16:54 ` Karl Kleinpaste
  2000-11-28 17:26   ` Christoph Conrad
  1 sibling, 1 reply; 5+ messages in thread
From: Karl Kleinpaste @ 2000-11-28 16:54 UTC (permalink / raw)


Bill White <billw@wolfram.com> 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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display *all* images inline?
  2000-11-28 16:54 ` Karl Kleinpaste
@ 2000-11-28 17:26   ` Christoph Conrad
  2000-11-28 21:56     ` Karl Kleinpaste
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Conrad @ 2000-11-28 17:26 UTC (permalink / raw)


    Karl> (defun mm-image-fit-p (handle)

I am not sure, but wouldn't it be better to say

(setq mm-inline-large-images t)

Best regards,
cu, -cc-
-- 
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display *all* images inline?
  2000-11-28 17:26   ` Christoph Conrad
@ 2000-11-28 21:56     ` Karl Kleinpaste
  0 siblings, 0 replies; 5+ messages in thread
From: Karl Kleinpaste @ 2000-11-28 21:56 UTC (permalink / raw)


Christoph Conrad <C.Conrad@cli.de> writes:
> I am not sure, but wouldn't it be better to say
> (setq mm-inline-large-images t)

It sure would.  But that variable didn't exist back when I was first
wanting to display all images inline, and I didn't know of it until
today.  The setq is the right way, of course.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-11-28 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-28 16:16 display *all* images inline? Bill White
2000-11-28 16:35 ` Francisco Solsona
2000-11-28 16:54 ` Karl Kleinpaste
2000-11-28 17:26   ` Christoph Conrad
2000-11-28 21:56     ` Karl Kleinpaste

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).