[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: small sb-bcc fix
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Wed, 05 May 2004 00:00:15 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 06770
- References: <878yg8e44q.fsf@robotron.ath.cx>
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>