rahed <[EMAIL PROTECTED]> writes:
> David <[EMAIL PROTECTED]> 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



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to