info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rss is failing with some feeds


From: David
Subject: Re: rss is failing with some feeds
Date: Mon, 16 Jun 2008 16:26:30 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

rahed <raherh@gmail.com> writes:
> David <de_bb@arcor.de> writes:
>
>> Try using
>>
>> (setq mm-url-use-external t)
>> (setq mm-url-program "lynx")
>> (setq mm-url-arguments '("-source" "-useragent" "Drupal"))
>
> Tried but with the same effect.
> I'm on windows and installed lynx which is functional.

Make sure you use the string "lynx", not the symbol 'lynx. Maybe you
also have to specify the full path of the executable. Alternatively, you
could also try it with wget:

(setq mm-url-use-external t)
; Make sure you don't use 'wget. Maybe you also have to use full path here:
(setq mm-url-program "wget")  
(setq mm-url-arguments '("--user-agent=Drupal" "-q" "-O" "-"))

-David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]