emacs-devel
[Top][All Lists]
Advanced

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

Re: Hourglass only for X-windows?


From: Eli Zaretskii
Subject: Re: Hourglass only for X-windows?
Date: Fri, 11 Mar 2005 18:15:36 +0200

> From: "Lennart Borgman" <address@hidden>
> Cc: <address@hidden>, <address@hidden>,
>       <address@hidden>
> Date: Fri, 11 Mar 2005 17:03:28 +0100
> 
> > HAVE_NTGUI is better than WINDOWSNT here, I think.
> 
> I think it would be much more readable if we had a special define.

Not in this case, IMHO; see below.

> This was my suggestion earlier:
> 
> > I suggest removing the "#ifdef HAVE_X_WINDOWS" completely or (which I
> > believe most would like better - but not I) replacing them with something
> > like
> >
> >     #ifdef HAS_HOURGLASS
> 
> In the light of your answers I do not believe you want to remove these
> ifdefs so I suggest now we do something like:
> 
>    #if HAVE_HOURGLASS

This would require to have some configury stuff that would detect
whether HAVE_HOURGLASS should be defined or not.  Since Windows
doesn't run the usual configure script (and neither does the DOS
port), adding such a define will require more hacking in these ports.
Especially since writing a test for this feature is not so easy even
for those platforms which do support hourglass (e.g., think about
Emacs configured with --without-x).

So please don't do that.  Please replace

  #ifdef HAVE_X_WINDOWS

with

  #if defined(HAVE_X_WINDOWS) || defined(HAVE_NTGUI)




reply via email to

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