all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: romain@orebokech.com, emacs-devel@gnu.org
Subject: Re: [romain@orebokech.com: Overlays, nobreak-char-display and NO-BREAK SPACE]
Date: Fri, 25 Nov 2005 17:02:41 +0900	[thread overview]
Message-ID: <E1EfYXZ-0003Cz-00@etlken> (raw)
In-Reply-To: <E1EdyWS-0001r9-RB@fencepost.gnu.org> (message from Richard Stallman on Sun, 20 Nov 2005 18:23:00 -0500)

> [I sent this message two weeks ago but did not get a response.]
> Would you please DTRT this and ack?

Ok, sorry for the late response.

> ------- Start of forwarded message -------
> From: Romain Francoise <romain@orebokech.com>
> To: emacs-devel@gnu.org
> Subject: Overlays, nobreak-char-display and NO-BREAK SPACE
[...]
> A Debian user reported that inserting the entity corresponding to the
> Unicode character "NO-BREAK SPACE" in nxml-mode reliably freezes Emacs.
> Indeed I can reproduce this here: when `nobreak-char-display' is non-nil
> (which is the default), then inserting this entity in a nXML buffer has
> strange effects.  I took screenshots to better demonstrate the problem:

nxml-mode is not included in Emacs's distribution.  I've
searched for it in the Internet and found this is the homepage:
   http://www.thaiopensource.com/nxml-mode/
but currently this site doesn't react.   So, please send me
nxml-mode.el.

By the way, I've tried this simple code in *scratch* to test
overlay (I'm not sure this is what nxml-mode is doing), but
found no problem.  How about you?

(progn
  (setq o (make-overlay 1 5))
  (overlay-put o 'after-string (string (decode-char 'ucs #xa0))))

---
Kenichi Handa
handa@m17n.org

       reply	other threads:[~2005-11-25  8:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1EdyWS-0001r9-RB@fencepost.gnu.org>
2005-11-25  8:02 ` Kenichi Handa [this message]
2005-11-25  8:14   ` [romain@orebokech.com: Overlays, nobreak-char-display and NO-BREAK SPACE] Romain Francoise
2005-11-25 10:21     ` Kenichi Handa
2005-11-25  8:31   ` Lennart Borgman

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=E1EfYXZ-0003Cz-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=romain@orebokech.com \
    /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.