emacs-devel
[Top][All Lists]
Advanced

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

Re: (featurep 'multi-tty) => t on Windows


From: Eli Zaretskii
Subject: Re: (featurep 'multi-tty) => t on Windows
Date: Thu, 11 Dec 2008 18:17:01 -0500

> Date: Thu, 11 Dec 2008 10:47:29 +0100
> From: "Juanma Barranquero" <address@hidden>
> Cc: Emacs Devel <address@hidden>
> 
> On Wed, Dec 10, 2008 at 17:16, Chong Yidong <address@hidden> wrote:
> 
> >>    (if (featurep 'multi-tty) ", multi-tty" ""))
> >
> > I think this feature should be nil on Windows.  Go ahead and make the
> > change.
> 
> I hadn't thought of any specific change. We can wrap the Fprovide into #ifdefs
> 
> #ifndef WINDOWSNT
>   Fprovide (intern ("multi-tty"), Qnil);
> #endif
> 
> if nobody thinks of a better way.

Can't we test something, instead of a preprocessor define that states
an OS?  I'd rather not proliferate abuse of preprocessor for this.




reply via email to

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