info-gnus-english
[Top][All Lists]
Advanced

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

Re: rss feed


From: Ph . Ivaldi
Subject: Re: rss feed
Date: Sat, 29 Nov 2008 00:01:27 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Le 24 octobre 2008, Gour écrivit :

>>>>>> "Ph" == Ph Ivaldi <piv_pasde@pub_tele2.fr> writes:
> Ph> Hello, I still have troubles reading RSS.  GR
> Ph> http://www.lemonde.fr/rss/une.xml <ret> returns:
> Ph> 8<------8<------8<------8<------8<------8<------8<------8<------8<------
> Ph> nnrss: http://www.lemonde.fr/rss/une.xml: Not valid XML (error XML:
> Ph> (Well-Formed) Invalid character) and w3-parse doesn't work
> Ph> (void-function w3-parse-buffer) XML-RPC is not available... not
> Ph> checking Syndic8.  gnus-group-make-rss-group: No feeds found for
> Ph> http://www.lemonde.fr/rss/une.xml
> Ph> 8<------8<------8<------8<------8<------8<------8<------8<------8<-----

> Pls. share if you find/discover something...

I discovered that the problem comes from the package
http://www.fishfarm.de/projects/ts-mode.el
More precisely from these two lines
    (modify-syntax-entry ?\# "<")
    (modify-syntax-entry ?\n ">")
which I replaced by
    (modify-syntax-entry ?\# "<" ts-mode-syntax-table)
    (modify-syntax-entry ?\n ">" ts-mode-syntax-table)
-- 
   Philippe Ivaldi.
http://piprim.tuxfamily.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]