emacs-devel
[Top][All Lists]
Advanced

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

Re: About the new frame title


From: Eli Zaretskii
Subject: Re: About the new frame title
Date: Fri, 25 Sep 2020 16:42:21 +0300

> Date: Fri, 25 Sep 2020 15:31:49 +0200 (CEST)
> From: Angelo Graziosi <angelo.g0@libero.it>
> Cc: stefankangas@gmail.com, emacs-devel@gnu.org
> 
>   if (rand() % 2 == 0)
>   {
>     const char title[] = "GNU Emacs at ";
>      n = sizeof (title)-1;
>      m = sizeof(title[0]);

Yes, using 'char title[]' will work and compute the size at compile
time.

Thanks.



reply via email to

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