Nigel Beck <[email protected]> writes:
> David Engster <[email protected]> writes:
>> I agree. This is due to shimbun-rss-blogs-groups being defvar'ed. Adding
>>
>> (luna-define-method shimbun-groups ((shimbun shimbun-rss-blogs))
>>   (mapcar 'car shimbun-rss-blogs-group-url-regexp))
>>
>> to sb-rss-blogs.el (after the 'defvar' of shimbun-rss-blogs-groups)
>> should fix this. Please let me know if this works for you.
>>
>
> Yes that seems to fix it.

OK, I'll see that this makes it into CVS. I guess this would also be
useful for rss-hash and atom-hash.

> I'll play with atom-hash and also see if I can figure out how the rss-blogs
> code could become atom-blogs code.  Probably its "obvious" but I've been
> looking around for atom-hash usage examples and didn't come across
> any.

Well, using atom-hash is as simple as putting

(setq shimbun-atom-hash-group-path-alist
      '(("PlanetEmacsen" "http://planet.emacsen.org/atom.xml"; t)
        ("Stackoverflow: Emacs" "http://stackoverflow.com/feeds/tag/emacs"; t)))
      
in your .gnus and restarting Emacs. After that, you can subscribe to
those two groups by choosing the atom-hash shimbun. Since Planet Emacsen
and Stackoverflow publish the full content in their feed, atom-hash can
be used here.

For creating an atom-blogs shimbun for feeds without fully published
content, you would start with sb-rss-blogs and derive the main class
from shimbun-atom instead of shimbun-rss. However, the main task is to
get familiar with luna, which is an object system for Emacs Lisp and
used throughout the shimbun library.

Regards,
David



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

Reply via email to