emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bool-vector implementation in the Emacs core


From: Stefan Monnier
Subject: Re: bool-vector implementation in the Emacs core
Date: 22 Jan 2004 21:19:57 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I'm not sure.  Emacs-unicode uses char-table for many
> things.  It is a pseudo array of 0..#x3FFFFF.  So, if

Note that in Emacs non-unicode (e.g. Emacs-CVS and older), char-tables are
not arrays (although they look like one): the domain is non-contiguous and
there are a few entries that when set impact others as well (they are called
generic-chars).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]