unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* unicode & Emacs
@ 2004-09-03 17:36 Jose E. Marchesi
  2004-09-04  9:43 ` Jason Rumney
  2004-09-04 11:34 ` unicode & Emacs Kenichi Handa
  0 siblings, 2 replies; 5+ messages in thread
From: Jose E. Marchesi @ 2004-09-03 17:36 UTC (permalink / raw)



Hi all.


I am unable to find the emacs-unicode mailing list. It seems to have
been closed. So i assume this is the right place to post and discuss
unicode-emacs related issues.

I am currently designing and writing a piece of software named EDKIT
(for EDitor KIT). It is basically a set of useful libraries for text
editor development. When dealing with character repertories, character
codes and character encodings was very clear to me that EDKIT should
include native ISO 10646 support in the buffer component as the
internal representation of text. So i started a heavy learn about
character issues. Finally i implemented the EDKIT unicode native
support that is capable to encode the entire 31 bits ISO 10646 code
space in good compact UTF-8 encoding.

I studied the Emacs implementation for character sets as part of my
investigation. While mule offer many nice features i wondered about
some existing plan to implement native ISO 10646 support on Emacs. I
googled some references for a `unicode-emacs' mailing list, but i was
unable to find it on the mail gnu machine.

I also found a proposal in the form `Emacs-Unicode-990824' where UCS-E
and UTF-E was explained. It was on a thread on the `linux-utf8'
mailing list at
http://mail.nl.linux.org/linux-utf8/2001-11/msg00026.html. But no
further references.

There is a emacs-unicode branch on the CVS. Are UCS-E and UTF-E
implemented on that branch? If not, there is any plan for implement
it and substitute the MULE internal encoding?

The goal of my queries is to aid in the development of Emacs ISO 10646
support now that i adquired some design/implementation experience on
those issues.


Many thanks.


-- 
José E. Marchesi 

<jemarch@gnu.org>         http://www.gnu.org     GNU No es Unix!
<jemarch@es.gnu.org>      http://es.gnu.org      GNU España

.---------------.
|    .-[]--.    |
|   [] `>[]-|   |  BEE GNU/Hurd            http://bee.es.gnu.org
|    `-.[]<-'   |               
._______________.    

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

* Re: unicode & Emacs
  2004-09-03 17:36 unicode & Emacs Jose E. Marchesi
@ 2004-09-04  9:43 ` Jason Rumney
  2004-09-06  5:16   ` CVS problems (was: unicode & Emacs) Janusz S. Bień
  2004-09-04 11:34 ` unicode & Emacs Kenichi Handa
  1 sibling, 1 reply; 5+ messages in thread
From: Jason Rumney @ 2004-09-04  9:43 UTC (permalink / raw)
  Cc: emacs-devel

"Jose E. Marchesi" <jemarch@gnu.org> writes:

> There is a emacs-unicode branch on the CVS.

emacs-unicode-2 is the branch you want. The internal coding has
already been changed to Unicode there (I'm not sure if it is
UTF-E or some other UTF).

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

* Re: unicode & Emacs
  2004-09-03 17:36 unicode & Emacs Jose E. Marchesi
  2004-09-04  9:43 ` Jason Rumney
@ 2004-09-04 11:34 ` Kenichi Handa
  1 sibling, 0 replies; 5+ messages in thread
From: Kenichi Handa @ 2004-09-04 11:34 UTC (permalink / raw)
  Cc: emacs-devel

In article <16696.43927.487761.809933@gargle.gargle.HOWL>, "Jose E. Marchesi" <jemarch@gnu.org> writes:

> I am unable to find the emacs-unicode mailing list. It seems to have
> been closed. So i assume this is the right place to post and discuss
> unicode-emacs related issues.

The mailing-list emacs-unicode@gnu.org is still alive.  If
you want to join the list, please ask Eli <eliz@gnu.org>.

> There is a emacs-unicode branch on the CVS. Are UCS-E and UTF-E
> implemented on that branch? If not, there is any plan for implement
> it and substitute the MULE internal encoding?

I don't remeber UCS-E nor UTF-E well now.

Anyway, in the latest code of the branch emacs-unicode-2, we
use the character code space 0x0..0x3FFF7F, and among them,
0x0..0x10FFFF directly corresponds to Unicode characters one
to one.  In buffer and string, those characters are
represented by UTF-8 encoding.

This code is fairly stable on Unix and GNU/Linux.

---
Ken'ichi HANDA
handa@m17n.org

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

* CVS problems (was: unicode & Emacs)
  2004-09-04  9:43 ` Jason Rumney
@ 2004-09-06  5:16   ` Janusz S. Bień
  2004-09-06  5:57     ` John Paul Wallington
  0 siblings, 1 reply; 5+ messages in thread
From: Janusz S. Bień @ 2004-09-06  5:16 UTC (permalink / raw)


On Sat, 04 Sep 2004  Jason Rumney <jasonr@gnu.org> wrote:

> "Jose E. Marchesi" <jemarch@gnu.org> writes:
> 
> > There is a emacs-unicode branch on the CVS.
> 
> emacs-unicode-2 is the branch you want. 

If I understand correctly, the checkout procedure is 

        export CVS_RSH="ssh"

        cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/webcvs/emacs co -r emacs-unicode-2 emacs

but it yields just 

        cvs [checkout aborted]: no such tag emacs-unicode-2

Moreover, 

        cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/webcvs/emacs co emacs

checks out only some documentation.

Am I doing something wrong?

Best regards

Janusz        

-- 
                     ,   
dr hab. Janusz S. Bien, prof. UW -  Uniwersytet Warszawski (Katedra Lingwistyki Formalnej)
Prof. Janusz S. Bien - Warsaw Uniwersity (Chair of Formal Linguistics)
jsbien@mimuw.edu.pl, jsbien@uw.edu.pl, http://www.mimuw.edu.pl/~jsbien/, http://www.klf.uw.edu.pl

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

* Re: CVS problems (was: unicode & Emacs)
  2004-09-06  5:16   ` CVS problems (was: unicode & Emacs) Janusz S. Bień
@ 2004-09-06  5:57     ` John Paul Wallington
  0 siblings, 0 replies; 5+ messages in thread
From: John Paul Wallington @ 2004-09-06  5:57 UTC (permalink / raw)
  Cc: emacs-devel

[...]
>         cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/webcvs/emacs co emacs
> 
> checks out only some documentation.
> 
> Am I doing something wrong?

/webcvs is the webpages repository.
Use /cvsroot instead for the software repository.

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

end of thread, other threads:[~2004-09-06  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-03 17:36 unicode & Emacs Jose E. Marchesi
2004-09-04  9:43 ` Jason Rumney
2004-09-06  5:16   ` CVS problems (was: unicode & Emacs) Janusz S. Bień
2004-09-06  5:57     ` John Paul Wallington
2004-09-04 11:34 ` unicode & Emacs 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).