From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/4] org-feed: Improve feed parsing Date: Thu, 1 Jul 2010 15:23:38 +0200 Message-ID: <7D715DE2-56B5-4CA5-BA2C-39987077D9E0@gmail.com> References: <87wrtvdzv2.fsf@gmail.com> <1276957541-29908-1-git-send-email-dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUJk1-0005BG-LG for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 09:23:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUJk0-0006Eg-BB for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 09:23:45 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:45361) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUJk0-0006EZ-75 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 09:23:44 -0400 Received: by ewy28 with SMTP id 28so910127ewy.0 for ; Thu, 01 Jul 2010 06:23:43 -0700 (PDT) In-Reply-To: <1276957541-29908-1-git-send-email-dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: emacs-orgmode@gnu.org Hi David, I have applied these patches, with the exception of patch 20 (patchwork reference number, about removing a lambda) which for some reason does not apply. Can you please check and resubmit an updated patch. Also, your commit messages are almost the new format, but please don't indent the second and further lines of the ChangeLog entry. Thanks! - Carsten On Jun 19, 2010, at 4:25 PM, David Maus wrote: > Four patches to improve feed parsing: > > - respect XML namespace of rss:item elements (fixes reported problem > with codeproject.com's feed) > > - ignore case of rss element names (dto., codeproject uses upper > case letters for rss:guid element) > > - provide and use function to unescape XML entities. Some > characters must be escaped for XML transport (e.g. &), they are > properly unescaped using `xml-entity-alist' > > David Maus (4): > Respect possible XML namespace of rss:item elements. > Ignore case of rss element names. > Unescape protected entities defined in `xml-entity-alist'. > Unescape rss element content. > > lisp/org-feed.el | 26 +++++++++++++++++++------- > 1 files changed, 19 insertions(+), 7 deletions(-) > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten