From: Carsten Dominik <carsten.dominik@gmail.com>
To: David Maus <dmaus@ictsoc.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH 0/4] org-feed: Improve feed parsing
Date: Thu, 1 Jul 2010 15:23:38 +0200 [thread overview]
Message-ID: <7D715DE2-56B5-4CA5-BA2C-39987077D9E0@gmail.com> (raw)
In-Reply-To: <1276957541-29908-1-git-send-email-dmaus@ictsoc.de>
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
next prev parent reply other threads:[~2010-07-01 13:23 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-19 3:15 org-feed not working for codeproject zwz
2010-06-19 10:48 ` David Maus
2010-06-19 11:29 ` zwz
2010-06-19 14:25 ` [PATCH 0/4] org-feed: Improve feed parsing David Maus
2010-07-01 13:23 ` Carsten Dominik [this message]
2010-07-01 18:02 ` [PATCH] Resubmit: Remove superfluous lambda David Maus
2010-07-01 18:02 ` [PATCH] " David Maus
2010-07-02 4:40 ` Carsten Dominik
2010-07-02 6:04 ` David Maus
2010-07-02 13:21 ` Sebastian Rose
2010-07-02 13:23 ` John Wiegley
2010-07-02 13:49 ` Sebastian Rose
2010-07-02 13:53 ` John Wiegley
2010-07-02 13:55 ` Sebastian Rose
2010-07-06 7:44 ` Carsten Dominik
2010-06-19 14:25 ` [PATCH 1/4] Respect possible XML namespace of rss:item elements David Maus
2010-06-19 14:25 ` [PATCH 2/4] Ignore case of rss element names David Maus
2010-06-19 14:25 ` [PATCH 3/4] Unescape protected entities defined in `xml-entity-alist' David Maus
2010-06-19 14:25 ` [PATCH 4/4] Unescape rss element content David Maus
2010-06-19 14:28 ` [PATCH] Declare variable `xml-entity-alist' for byte compiler David Maus
2010-06-19 14:44 ` [PATCH] Remove superfluous lambda David Maus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7D715DE2-56B5-4CA5-BA2C-39987077D9E0@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=dmaus@ictsoc.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.