all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: David Kastrup <dak@gnu.org>, Emacs developers <emacs-devel@gnu.org>
Subject: Re: Sending multiple patches
Date: Tue, 3 Jun 2014 00:58:26 +0700	[thread overview]
Message-ID: <CAP_d_8VKAjT=Y_ppLkRfnV2ms1=0Gvg9o+qaSvmXg8a-jpy7LA@mail.gmail.com> (raw)
In-Reply-To: <jwvd2ere1d3.fsf-monnier+emacs@gnu.org>

On Mon, Jun 2, 2014 at 11:15 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>> XML has only five predefined entities:
>>     &lt; represents "<"
>>     &gt; represents ">"
>>     &amp; represents "&"
>>     &apos; represents '
>>     &quot; represents "
>
> Hmm... so the rest is only available depending on the particular schema
> in use?

DTDs (not schemas) can define more entities. XHTML, for example,
defines all the entities HTML does.
http://www.w3.org/TR/xhtml1/dtds.html#h-A2

>> You can use &#xa0; namely a numeric character reference to refer to
>> HTML's &nbsp; if you want to.
>
> And the code is Unicode, right?

Of course.

Alternatively, &#xa0; can also be spelled &#160; — in decimal.



  reply	other threads:[~2014-06-02 17:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02  8:35 Sending multiple patches Michal Nazarewicz
2014-06-02 13:17 ` Stefan Monnier
2014-06-02 13:24   ` David Kastrup
2014-06-02 16:15     ` Stefan Monnier
2014-06-02 17:58       ` Yuri Khan [this message]
2014-06-02 15:47   ` Glenn Morris
2014-06-02 18:33   ` Michal Nazarewicz
2014-06-02 19:11     ` Stefan Monnier
2014-06-03  6:28       ` Michal Nazarewicz
2014-06-03 13:25         ` Stefan Monnier
2014-06-07 17:28           ` Michal Nazarewicz
2014-06-08  1:26             ` Stefan Monnier
2014-06-07 15:05         ` Herring, Davis
2014-06-02 19:03   ` Michal Nazarewicz
2014-06-03  0:00     ` 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='CAP_d_8VKAjT=Y_ppLkRfnV2ms1=0Gvg9o+qaSvmXg8a-jpy7LA@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.