emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: set-variable() causes some warnings in NTEmacs


From: MIYOSHI Masanori
Subject: Re: set-variable() causes some warnings in NTEmacs
Date: Sun, 22 May 2005 19:46:33 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.8 (Hajinosato) APEL/10.6 Emacs/22.0.50 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU)

>>>>> In <address@hidden> 
>>>>>   "Eli Zaretskii" <address@hidden> wrote:

eliz> Can't this be achieved without using system-type?

Maybe it's hard to do so.

Emacs on Windows has some `x-' prefixed functions but does not
have the others.  Without `system-type', it's difficult to
distinguish them

Of course, removing the following codes is an easy way to
suppress the warnings.

cus-start.el:
>       ;; If variables are removed from C code, give an error here!
>       (and native-p
>            (message "Note, built-in variable `%S' not bound" symbol))


eliz> Why does Emacs on Windows reference a GTK-related variable?

Because Emacs on Windows doesn't refer to the variable, I
excludes it and so forth from the list bound to `all' in my
previous patch.

--
MIYOSHI Masanori




reply via email to

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