> Date: Sun, 22 May 2005 19:46:33 +0900 > From: MIYOSHI Masanori <[EMAIL PROTECTED]> > CC: [email protected] > > 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
I'd expect this to be easy at least for the GTK-related variables. Surely, we could test for when GTK support was compiled in, which will never happen in the native MS-Windows build. As for x-use-underline-position-properties, if the only reason for its absence is that no one bothered to implement this feature for Windows, we could have a dummy variable just to suppress the warning until someone does implement it. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
