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

Re: sb-rss question



On Wed, 05 May 2004 09:26:51 +0900 Mikio NAKAJIMA wrote:

>   You can write your original method shimbun-get-headers referring to
> the emacs-w3m/shimbun/sb-rss.el to modify the URL from its original
> one.
>
> And define the method for your necessary shimbun backend, for
> instance, `shimbun-foo-bar' to overwrite the `shimbun-get-headers'
> defined in the emacs-w3m/shimbun/sb-rss.el for universal use.
>
> (luna-define-method shimbun-get-headers ((shimbun shimbun-foo-bar)
> 					 &optional range)
>    ...

Works fine.  Than you very much.

-- David