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

Re: small sb-bcc fix



Hi,

Thanks for your patch.  I've applied it to the CVS head.

>>>>> In [emacs-w3m : No.06766]
>>>>>	David Hansen <david.hansen@physik.fu-berlin.de> wrote:

> Hi,

> replace
>         (defvar shimbun-bbc-content-start "\n<!-- E IIMA -->\n")
> with
>         (defvar shimbun-bbc-content-start "<!-- [ES] IIMA -->")
> and
>         (defvar shimbun-bbc-content-end "\n<!-- E BO -->\n")
> with
>         (defvar shimbun-bbc-content-end "<!-- E BO -->")

> in sb-bbc.el and sb-bbc-rss.el to get some articles
> filtered.  It looks like the "\n" doesn't match "\r\n"
> (`gnus-summary-show-raw-article' shows "\r\n\" in some
> articles).  The "E" -> "[ES]" prevents that a picture at
> the beginning of an article gets filtered.

> -- David
-- 
Katsumi Yamaoka <yamaoka@jpl.org>