all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: wilde@sha-bang.de, lekktu@gmail.com, eliz@gnu.org, emacs-devel@gnu.org
Subject: Re: Interactive ucs-insert fails in HEAD
Date: Thu, 15 Oct 2009 16:23:12 +0900	[thread overview]
Message-ID: <tl7hbu15den.fsf@m17n.org> (raw)
In-Reply-To: <jwvpr8rdthx.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 13 Oct 2009 14:46:07 -0400)

In article <jwvpr8rdthx.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> > --- print.c.~1.259.~	2009-09-25 21:43:00.000000000 +0900
> > +++ print.c	2009-10-13 13:40:36.000000000 +0900
> > @@ -1753,7 +1753,7 @@
> >  	  {
> >  	    while (p != end && ((*p >= '0' && *p <= '9')
> >  				/* Needed for \2e10.  */
> > -				|| *p == 'e'))
> > +				|| *p == 'e' || *p == 'E'))
> >  	      p++;
> >  	    confusing = (end == p);
> >  	  }

> That's the right fix, thank you,

I've just installed that change.

---
Kenichi Handa
handa@m17n.org




  reply	other threads:[~2009-10-15  7:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-09  9:57 Interactive ucs-insert fails in HEAD Sascha Wilde
2009-10-09 11:32 ` Eli Zaretskii
2009-10-09 11:44   ` Juanma Barranquero
2009-10-09 13:04     ` Juanma Barranquero
2009-10-09 14:47       ` Sascha Wilde
2009-10-09 16:21       ` Eli Zaretskii
2009-10-09 19:47         ` Juanma Barranquero
2009-10-10  7:52           ` Eli Zaretskii
2009-10-10 11:44             ` Juanma Barranquero
2009-10-10 13:14               ` Eli Zaretskii
2009-10-10 14:06                 ` Juanma Barranquero
2009-10-13  5:13           ` Kenichi Handa
2009-10-13 18:46             ` Stefan Monnier
2009-10-15  7:23               ` Kenichi Handa [this message]
2009-10-09 19:50         ` Juanma Barranquero
2009-10-10  7:56           ` Eli Zaretskii

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=tl7hbu15den.fsf@m17n.org \
    --to=handa@m17n.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=monnier@IRO.UMontreal.CA \
    --cc=wilde@sha-bang.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.