Le 24 octobre 2008, Gour écrivit :

>>>>>> "Ph" == Ph Ivaldi <[EMAIL PROTECTED]> 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/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to