Gnus development mailing list
 help / color / mirror / Atom feed
* pgnus 0.56 mm-view.el patch
@ 1998-12-02 18:59 Scott Hofmann
  1998-12-02 19:45 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Hofmann @ 1998-12-02 18:59 UTC (permalink / raw)


I've had a problem displaying a few articles with pgnus 0.56 that I traced down
to mm-view.el. The problem is that there's a (load "url-misc.el") in mm-view.el
and I gzipped all .el files when I installed my copy of XEmacs 20.4. It's
easily fixed: I changed the (load "url-misc.el") to (load-library "url-misc")
and everything works now.

kyoto> diff mm-view.el mm-view.el~ 
48c48
<     (load-library "url-misc")
---
>     (load "url-misc.el")
kyoto> 

Thanks for putting out a great newsreader,

scott

--
J. Scott Hofmann                            Software Engineer
shofmann at intertv dot com                 Interactive Television Company
http://www.seas.gwu.edu/student/shofmann/   (703) 525-5625 x28


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

* Re: pgnus 0.56 mm-view.el patch
  1998-12-02 18:59 pgnus 0.56 mm-view.el patch Scott Hofmann
@ 1998-12-02 19:45 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-12-02 19:45 UTC (permalink / raw)


Scott Hofmann <shofmann@intertv.com> writes:

> I've had a problem displaying a few articles with pgnus 0.56 that I
> traced down to mm-view.el.

0.59 protects against missing "url-misc.el"s.

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


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

end of thread, other threads:[~1998-12-02 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-02 18:59 pgnus 0.56 mm-view.el patch Scott Hofmann
1998-12-02 19:45 ` 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).