Gnus development mailing list
 help / color / mirror / Atom feed
* Question about gnus-picon
@ 1998-12-02 21:48 Christian Kurz
  1998-12-03 11:49 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Kurz @ 1998-12-02 21:48 UTC (permalink / raw)


Hi,

I'm using pgnus here, but I haven't installed w3 because I don't need
it. I don't have any problems with this combination with gnus except a
little warning while compiling pgnus. While compiling gnus-picon.el I
get the message that he couldn't open load-file url which is a file of
the w3-package. Could you change this function so, that he doesn't
complain if it's not available? 

Regards Christian
-- 
M$: Our software of tomorrow will make sure that on your 
hardware of tomorrow everything will work at the usual speed. ;-)



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

* Re: Question about gnus-picon
  1998-12-02 21:48 Question about gnus-picon Christian Kurz
@ 1998-12-03 11:49 ` Lars Magne Ingebrigtsen
  1998-12-03 17:10   ` Christian Kurz
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-12-03 11:49 UTC (permalink / raw)


Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:

> While compiling gnus-picon.el I get the message that he couldn't
> open load-file url which is a file of the w3-package.

What is the message, exactly?

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


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

* Re: Question about gnus-picon
  1998-12-03 11:49 ` Lars Magne Ingebrigtsen
@ 1998-12-03 17:10   ` Christian Kurz
  1998-12-04  2:10     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Kurz @ 1998-12-03 17:10 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:
> 
> > While compiling gnus-picon.el I get the message that he couldn't
> > open load-file url which is a file of the w3-package.
> 
> What is the message, exactly?

Compiling /home/shorty/work/pgnus/lisp/gnus-picon.el...
While compiling toplevel forms in file /home/shorty/work/pgnus/lisp/gnus-picon.el:
  !! File error (("Cannot open load file" "url"))

Christian
-- 
M$: Our software of tomorrow will make sure that on your 
hardware of tomorrow everything will work at the usual speed. ;-)



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

* Re: Question about gnus-picon
  1998-12-03 17:10   ` Christian Kurz
@ 1998-12-04  2:10     ` Lars Magne Ingebrigtsen
  1998-12-04  6:42       ` Christian Kurz
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-12-04  2:10 UTC (permalink / raw)


Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:

> Compiling /home/shorty/work/pgnus/lisp/gnus-picon.el...
> While compiling toplevel forms in file /home/shorty/work/pgnus/lisp/gnus-picon.el:
>   !! File error (("Cannot open load file" "url"))

Yup.  Fix in Pterodactyl Gnus v0.63.

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


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

* Re: Question about gnus-picon
  1998-12-04  2:10     ` Lars Magne Ingebrigtsen
@ 1998-12-04  6:42       ` Christian Kurz
  1998-12-05 16:03         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Kurz @ 1998-12-04  6:42 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:
> 
> > Compiling /home/shorty/work/pgnus/lisp/gnus-picon.el...
> > While compiling toplevel forms in file /home/shorty/work/pgnus/lisp/gnus-picon.el:
> >   !! File error (("Cannot open load file" "url"))
> 
> Yup.  Fix in Pterodactyl Gnus v0.63.

This solved this problem. But no I get the following message during the
compilation:

Compiling /home/shorty/work/pgnus/lisp/gnus-picon.el...
While compiling gnus-picons-url-retrieve in file /home/shorty/work/pgnus/lisp/gnus-picon.el:
** assignment to free variable url-be-asynchronous
** assignment to free variable url-current-callback-data
** assignment to free variable url-current-callback-func
While compiling gnus-picons-network-display-callback:
** reference to free variable url-current-mime-type
** reference to free variable w3-image-mappings
While compiling the end of the data:
** the function url-retrieve is not known to be defined.

The problem is, that I haven't installed w3 and I don't want to install
it just because gnus needs it. I don't have a problem with 0.62 without
w3 and so I would suggest, that you change the function to check if w3
is available or not. Is this possible? I have looked at the
gnus-picon.el but I'm not sure if is possible or not. Thanks in advance

Christian
-- 
M$: Our software of tomorrow will make sure that on your 
hardware of tomorrow everything will work at the usual speed. ;-)



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

* Re: Question about gnus-picon
  1998-12-04  6:42       ` Christian Kurz
@ 1998-12-05 16:03         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-12-05 16:03 UTC (permalink / raw)


Christian Kurz <shorty@jupiter.rhein-neckar.de> writes:

> This solved this problem. But no I get the following message during the
> compilation:

[...]

> The problem is, that I haven't installed w3 and I don't want to install
> it just because gnus needs it.

You don't need w3.  Just ignore the warnings.

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


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

end of thread, other threads:[~1998-12-05 16:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-02 21:48 Question about gnus-picon Christian Kurz
1998-12-03 11:49 ` Lars Magne Ingebrigtsen
1998-12-03 17:10   ` Christian Kurz
1998-12-04  2:10     ` Lars Magne Ingebrigtsen
1998-12-04  6:42       ` Christian Kurz
1998-12-05 16:03         ` 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).