emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-diffs Digest, Vol 94, Issue 89


From: Eli Zaretskii
Subject: Re: Emacs-diffs Digest, Vol 94, Issue 89
Date: Sat, 25 Sep 2010 15:28:02 +0200

> From: Lars Magne Ingebrigtsen <address@hidden>
> Date: Sat, 25 Sep 2010 15:19:37 +0200
> 
> So in this case FRAME_LINES should cast to an int before returning?
> Makes sense to me, and I can redo the stuff in that file based on that. 
> 
> Or just make these into ints:
> 
>   /* Size of this frame, excluding fringes, scroll bars etc.,
>      in units of canonical characters.  */
>   EMACS_INT text_lines, text_cols;

Given the controversy, I'll defer to Stefan and Chong for a definitive
guidance.

> Which reminds me about a question about characters.  Can they really be
> longs?

AFAIK, characters in Emacs are presently 32-bit entities, so an int
should suffice.



reply via email to

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