all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: David Engster <deng@randomsample.de>
Cc: 11916@debbugs.gnu.org
Subject: bug#11916: 24.1.50; Making url-dav work
Date: Sun, 22 Jul 2012 06:11:37 -0400	[thread overview]
Message-ID: <jwvzk6skt35.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87hat19uvy.fsf@engster.org> (David Engster's message of "Sat, 21 Jul 2012 14:11:13 +0200")

> Attached. I had to go another route, though; turns out the `parse-ns'
> argument is already overloaded in `xml-parse-tag' (it can be used to
> provide a namespace->URI mapping), but that wasn't mentioned in the
> other parse functions. So I had to introduce an additional argument.

I'd seen that, indeed, but I think that since this parse-ns arg is
mostly passed around and only finally used in one place, I'd rather not
add an argument but instead pass both values via the single
parse-ns argument.  parse-ns could then be:
- nil as before.
- an alist of namespace->URI.
- a cons cell (symbol-qnames . ALIST) which does the same as the
  previous one but uses symbols instead of cons cells for qnames.
- the symbol `symbol-qnames' to mean (symbol-qnames . STANDARD-ALIST).
- t to mean STANDARD-ALIST.
The last two are only allowed when entering xml-parse-region but not in
recursive calls (and not in calls to xml-maybe-do-ns).


        Stefan





  reply	other threads:[~2012-07-22 10:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 21:00 bug#11916: 24.1.50; Making url-dav work David Engster
2012-07-18 12:25 ` Stefan Monnier
2012-07-18 17:45   ` David Engster
2012-07-19  7:15     ` Stefan Monnier
2012-07-19 15:28       ` David Engster
2012-07-19 22:12         ` Stefan Monnier
2012-07-21 12:11           ` David Engster
2012-07-22 10:11             ` Stefan Monnier [this message]
2012-07-25 21:04               ` David Engster
2012-07-26  0:04                 ` Stefan Monnier
2012-07-26 16:01                   ` David Engster
2012-07-26 23:32                     ` Stefan Monnier

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=jwvzk6skt35.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=11916@debbugs.gnu.org \
    --cc=deng@randomsample.de \
    /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.