Gnus development mailing list
 help / color / mirror / Atom feed
From: Scott Hofmann <shofmann@intertv.com>
Subject: pgnus 0.56 mm-view.el patch
Date: Wed,  2 Dec 1998 13:59:43 -0500 (EST)	[thread overview]
Message-ID: <13925.36137.720556.439049@kyoto.intertv.com> (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


             reply	other threads:[~1998-12-02 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-02 18:59 Scott Hofmann [this message]
1998-12-02 19:45 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13925.36137.720556.439049@kyoto.intertv.com \
    --to=shofmann@intertv.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).