emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs 22.1 on hp-ux 11.11 core dumps when DISPLAY not set


From: Glenn Morris
Subject: Re: emacs 22.1 on hp-ux 11.11 core dumps when DISPLAY not set
Date: Fri, 07 Sep 2007 03:05:26 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

> If the values never change, it is ok to have an initializer.
> Variables with initializer may be put in pure space when Emacs is
> dumped.

I really meant: if they are explicitly initialized and never change,
is there any need to move them to file scope? In that case, they don't
actually have to _be_ static, AFAICS, so it's no problem if the HPUX
stuff defines "static" as a no-op.




reply via email to

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