emacs-devel
[Top][All Lists]
Advanced

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

Re: RFC: status icon support


From: YAMAMOTO Mitsuharu
Subject: Re: RFC: status icon support
Date: Mon, 14 Jan 2008 12:47:14 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Fri, 11 Jan 2008 16:28:18 -0700, Tom Tromey <address@hidden> said:

> --- src/lisp.h        22 Nov 2007 01:01:26 -0000      1.603
> +++ src/lisp.h        11 Jan 2008 23:47:14 -0000
> @@ -349,7 +349,8 @@
>    PVEC_HASH_TABLE = 0x40000,
>    PVEC_TERMINAL = 0x80000,
>    PVEC_OTHER = 0x100000,
> -  PVEC_TYPE_MASK = 0x1ffe00
> +  PVEC_STATUS_ICON = 0x200000,
> +  PVEC_TYPE_MASK = 0x2ffe00
 
The introduction of a new Lisp data type for this purpose looks rather
unusual compared with what other kinds of existing objects do.  For
example, images, which are more fundamental notion I think, do not
have a dedicated Lisp data type but are represented by image
descriptors that are just lists of the form `(image . PROPS)'.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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