unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* what-cursor-position vs. Unicode
@ 2006-06-03  2:34 Dan Jacobson
  2006-06-03  8:09 ` Eli Zaretskii
  2006-06-05  7:01 ` Kenichi Handa
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Jacobson @ 2006-06-03  2:34 UTC (permalink / raw)
  Cc: handa

Today we shall discuss what-cursor-position when given an argument of ^U.
We see that it gives Unicode information:
  character: Z (90, #o132, #x5a, U+005A)
Except when you really need it:
  character: 丹 (107109, #o321145, #x1a265)
It should mention U+4E39.
emacs-version "22.0.50.1"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
  2006-06-03  2:34 what-cursor-position vs. Unicode Dan Jacobson
@ 2006-06-03  8:09 ` Eli Zaretskii
  2006-06-05 23:17   ` Dan Jacobson
       [not found]   ` <mailman.2667.1149552104.9609.bug-gnu-emacs@gnu.org>
  2006-06-05  7:01 ` Kenichi Handa
  1 sibling, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2006-06-03  8:09 UTC (permalink / raw)
  Cc: bug-gnu-emacs, handa

> From: Dan Jacobson <jidanni@jidanni.org>
> Date: Sat, 03 Jun 2006 10:34:59 +0800
> Cc: handa@etl.go.jp
> 
> It should mention U+4E39.
> emacs-version "22.0.50.1"

It does for me, at least when reading your mail.

Perhaps you should send the original file (as a binary attachment), or
describe how you produced the character, if it wasn't from a file.

Also, please tell when was your Emacs resync'ed with CVS, and please
try looking at the character in "emacs -Q".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
  2006-06-03  2:34 what-cursor-position vs. Unicode Dan Jacobson
  2006-06-03  8:09 ` Eli Zaretskii
@ 2006-06-05  7:01 ` Kenichi Handa
  2006-06-05  8:22   ` Werner LEMBERG
  1 sibling, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2006-06-05  7:01 UTC (permalink / raw)
  Cc: bug-gnu-emacs

In article <87irnjklv0.fsf@jidanni.org>, Dan Jacobson <jidanni@jidanni.org> writes:

> Today we shall discuss what-cursor-position when given an argument of ^U.
> We see that it gives Unicode information:
>   character: Z (90, #o132, #x5a, U+005A)
> Except when you really need it:
>   character: 丹 (107109, #o321145, #x1a265)
> It should mention U+4E39.
> emacs-version "22.0.50.1"

#x1a265 is a character of chinese-cns11643-1, and the
current Emacs doesn't support Unicode mapping for that
character set.

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
  2006-06-05  7:01 ` Kenichi Handa
@ 2006-06-05  8:22   ` Werner LEMBERG
  2006-06-05 11:07     ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Werner LEMBERG @ 2006-06-05  8:22 UTC (permalink / raw)
  Cc: bug-gnu-emacs, jidanni


> #x1a265 is a character of chinese-cns11643-1, and the
> current Emacs doesn't support Unicode mapping for that
> character set.

Just wondering: Why not?


    Werner

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
  2006-06-05  8:22   ` Werner LEMBERG
@ 2006-06-05 11:07     ` Kenichi Handa
  0 siblings, 0 replies; 7+ messages in thread
From: Kenichi Handa @ 2006-06-05 11:07 UTC (permalink / raw)
  Cc: bug-gnu-emacs, jidanni

In article <20060605.102222.112830788.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:

>> #x1a265 is a character of chinese-cns11643-1, and the
>> current Emacs doesn't support Unicode mapping for that
>> character set.

> Just wondering: Why not?

Because no one has implemented it.  I myself want to avoid
spending a time on what becomes useless in the future.  In
addition, in the current Emacs code, adding something like
lisp/international/subst-cns.el leads to slower startup in
CJK locales, which I want to avoid.

But, if someone implement it and Richard agrees on including
it before the release, please go ahead.

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
  2006-06-03  8:09 ` Eli Zaretskii
@ 2006-06-05 23:17   ` Dan Jacobson
       [not found]   ` <mailman.2667.1149552104.9609.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Dan Jacobson @ 2006-06-05 23:17 UTC (permalink / raw)
  Cc: handa

EZ> It does for me, at least when reading your mail.
Hmmm, me too, but not from a file.
EZ> Also, please tell when was your Emacs resync'ed with CVS
All I know beyond emacs-version "22.0.50.1" is I use Debian
emacs-snapshot 20060518-1.
KH> #x1a265 is a character of chinese-cns11643-1, and the
KH> current Emacs doesn't support Unicode mapping for that
KH> character set.
All I know is me and my Unicode UTF-8 char sitting in the file.
>> Just wondering: Why not?
KH> I myself want to avoid spending a time on what becomes useless in
KH> the future.
I see, there is some funny level of indirection that will be
eliminated in the future. Good.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: what-cursor-position vs. Unicode
       [not found]   ` <mailman.2667.1149552104.9609.bug-gnu-emacs@gnu.org>
@ 2006-06-09 22:17     ` Miles Bader
  0 siblings, 0 replies; 7+ messages in thread
From: Miles Bader @ 2006-06-09 22:17 UTC (permalink / raw)
  Cc: bug-gnu-emacs, handa

Dan Jacobson <jidanni@jidanni.org> writes:
> KH> I myself want to avoid spending a time on what becomes useless in
> KH> the future.
>
> I see, there is some funny level of indirection that will be
> eliminated in the future. Good.

In the future (well actually right now, on a CVS branch) Emacs will use
a unicode internal representation, where obviously this sort of thing
will be easier...

-Miles
-- 
"Most attacks seem to take place at night, during a rainstorm, uphill,
 where four map sheets join."   -- Anon. British Officer in WW I

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-06-09 22:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-03  2:34 what-cursor-position vs. Unicode Dan Jacobson
2006-06-03  8:09 ` Eli Zaretskii
2006-06-05 23:17   ` Dan Jacobson
     [not found]   ` <mailman.2667.1149552104.9609.bug-gnu-emacs@gnu.org>
2006-06-09 22:17     ` Miles Bader
2006-06-05  7:01 ` Kenichi Handa
2006-06-05  8:22   ` Werner LEMBERG
2006-06-05 11:07     ` Kenichi Handa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).