emacs-devel
[Top][All Lists]
Advanced

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

Re: Why tool-bar-mode t by default?


From: Eli Zaretskii
Subject: Re: Why tool-bar-mode t by default?
Date: Tue, 19 Feb 2002 21:13:32 +0200

> From: Per Abrahamsen <address@hidden>
> Date: Tue, 19 Feb 2002 18:17:56 +0100
> 
> Sound like the standard value should test for Windows.  What is the
> clean way to do that?

To test for MS-Windows, see if the value of system-type is windows-nt.

But I'd rather suggest to test for some feature, so that this test
won't need to be rewritten when Windows supports the tool bar.  For
example, it seems like (boundp 'tool-bar-lines) should do.  Can
someone with a working Windows port please make sure that this
evaluates to nil?



reply via email to

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