emacs-devel
[Top][All Lists]
Advanced

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

Re: How to make a new pseudovector type?


From: joakim
Subject: Re: How to make a new pseudovector type?
Date: Mon, 18 Jul 2011 15:55:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> In the xwidget branch I use   PVEC_OTHER = 0x400000 from enum pvec_type
>> to represent an xwidget.
>
> Don't: create a new PVEC_XWIDGET instead.

Cool, but the bitmask is fully utilized. Can I expand the bitmask? (I
need 2 types.) if so, why is it so small to begin with?

>
>
>         Stefan

-- 
Joakim Verona



reply via email to

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