Hadron Quark <[EMAIL PROTECTED]> writes:

> Harald Maier <[EMAIL PROTECTED]> writes:
>
>> Paul Cartier <[EMAIL PROTECTED]> writes:
>>
>>> I am trying to get slashdot news in gnus so i added the following to my 
>>> .gnus
>>> (setq gnus-secondary-select-methods  '((nnslashdot "")))
>>>
>>> now what do i do next? how do i subscribe to slashdot, I think i just need
>>> some basic steps
>>
>> As next pres the key L in the group buffer to list all groups. In the
>> new listing you will find slashdot and now you only have to subscribe
>> to the new group. E.g.:
>>
>>  U    15: nnrss:Slashdot 
>>
>> Harald
>
> Should this work if I am using leafnode?
>
> When I started gnus it asked if I wanted new categories, but I see no
> slashdot groups.
>

problem solved. In my .gnus.el

(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(add-to-list 'gnus-secondary-select-methods '(nnslashdot "")) 
(setq mm-url-use-external t)
(setq mm-url-program 'wget) 


Dont know why this fixed it, but it works.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to