Gnus development mailing list
 help / color / mirror / Atom feed
* html buttons in pgnus 0.84?
@ 1999-05-18 11:21 Glenn Shiffer
  1999-05-19 17:57 ` Kai.Grossjohann
  1999-06-12 23:42 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Glenn Shiffer @ 1999-05-18 11:21 UTC (permalink / raw)



I've recently begun experimenting with pgnus and am having difficulty
getting it to give me an html button instead of displaying the code.

I have the browser function variable set to Netscape and have included 
the following in my .gnus (at Kai's suggestion):

(add-to-list 'mm-inline-media-tests
             '(text/html mm-inline-text nil))

Clickable links work fine.

Thanks for any suggestions and help.

Glenn

-- 
Glenn Shiffer		fubar@pobox.com
  __ __
 / // /___  (_)__  __
/ // // _ \ / /\ \/ / . . .  t h e   c h o i c e   o f   t h e 
\_,_//_//_//_/ /_/\_\                G N U   g e n e r a t i o n.  



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

* Re: html buttons in pgnus 0.84?
  1999-05-18 11:21 html buttons in pgnus 0.84? Glenn Shiffer
@ 1999-05-19 17:57 ` Kai.Grossjohann
  1999-05-29 11:12   ` Glenn Shiffer
  1999-06-12 23:42 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Kai.Grossjohann @ 1999-05-19 17:57 UTC (permalink / raw)


Glenn Shiffer <fubar@pobox.com> writes:

  > I have the browser function variable set to Netscape and have included 
  > the following in my .gnus (at Kai's suggestion):
  > 
  > (add-to-list 'mm-inline-media-tests
  >              '(text/html mm-inline-text nil))

What happens if you also do the following?

(setq mm-user-automatic-display
      (remove "text/html" mm-user-automatic-display))
(add-to-list 'mm-user-automatic-external-display "text/html")

For me, Gnus now asks whether to save the HTML stuff.  Not quite what
we wanted, but maybe a start?

This seems to be way too complicated... :-|

kai
-- 
Abort this operation?   [Abort]  [Cancel]


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

* Re: html buttons in pgnus 0.84?
  1999-05-19 17:57 ` Kai.Grossjohann
@ 1999-05-29 11:12   ` Glenn Shiffer
  1999-05-31  9:12     ` Kai.Grossjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Shiffer @ 1999-05-29 11:12 UTC (permalink / raw)


Tried it and it's the same old thing- html code displayed in-line, no
button :(.

Just for mentioning I'm using pgnus .84 in xemacs 20.4 under Solaris 7 
(32 bit) on a Sparc 2.

And yes, I agree, this is way to complicated.  It's nice that gnus
will grok mime internally, but as things stand right now, it's a long
way from tm.

We'll just have to keep plugging away.  Which brings me to asking-
where can I get more information on the workings of pgnus/mime then is 
available in the FAQ and manual?

Glenn


>>>>> "Kai" == Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

    Kai> Glenn Shiffer <fubar@pobox.com> writes:
    >> I have the browser function variable set to Netscape and have
    >> included the following in my .gnus (at Kai's suggestion):
    >> 
    >> (add-to-list 'mm-inline-media-tests '(text/html mm-inline-text
    >> nil))

    Kai> What happens if you also do the following?

    Kai> (setq mm-user-automatic-display (remove "text/html"
    Kai> mm-user-automatic-display)) (add-to-list
    Kai> 'mm-user-automatic-external-display "text/html")

    Kai> For me, Gnus now asks whether to save the HTML stuff.  Not
    Kai> quite what we wanted, but maybe a start?

    Kai> This seems to be way too complicated... :-|

    Kai> kai

-- 
Glenn Shiffer		fubar@pobox.com
  __ __
 / // /___  (_)__  __
/ // // _ \ / /\ \/ / . . .  t h e   c h o i c e   o f   t h e 
\_,_//_//_//_/ /_/\_\                G N U   g e n e r a t i o n.  



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

* Re: html buttons in pgnus 0.84?
  1999-05-29 11:12   ` Glenn Shiffer
@ 1999-05-31  9:12     ` Kai.Grossjohann
  0 siblings, 0 replies; 5+ messages in thread
From: Kai.Grossjohann @ 1999-05-31  9:12 UTC (permalink / raw)


Glenn Shiffer <fubar@pobox.com> writes:

  > We'll just have to keep plugging away.  Which brings me to asking-
  > where can I get more information on the workings of pgnus/mime then is 
  > available in the FAQ and manual?

I think it's normal that development versions aren't documented that
well.  UTSL...  (Use The Source, Luke.)

kai
-- 
Abort this operation?   [Abort]  [Cancel]


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

* Re: html buttons in pgnus 0.84?
  1999-05-18 11:21 html buttons in pgnus 0.84? Glenn Shiffer
  1999-05-19 17:57 ` Kai.Grossjohann
@ 1999-06-12 23:42 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-06-12 23:42 UTC (permalink / raw)


Glenn Shiffer <fubar@pobox.com> writes:

> I have the browser function variable set to Netscape and have included 
> the following in my .gnus (at Kai's suggestion):
> 
> (add-to-list 'mm-inline-media-tests
>              '(text/html mm-inline-text nil))

This won't work.  What you want is:

(require 'cl)
(push '("text/html" mm-inline-text nil) mm-inline-media-tests)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1999-06-12 23:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-18 11:21 html buttons in pgnus 0.84? Glenn Shiffer
1999-05-19 17:57 ` Kai.Grossjohann
1999-05-29 11:12   ` Glenn Shiffer
1999-05-31  9:12     ` Kai.Grossjohann
1999-06-12 23:42 ` Lars Magne Ingebrigtsen

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).