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

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

server.el - Should signal error under win32


From: Jari Aalto+mail.emacs
Subject: server.el - Should signal error under win32
Date: Thu, 31 Jan 2002 23:37:44 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-*-nt5.0.2195) (i386-*-nt5.0.2195)

    I think there should be a code to prevent loading server.el
    under Windows, because the package does nor work there.
    Perhaps code like this at the beginning of file:

(if (memq window-system '(win32 w32 mswindows))
    (error "server.el does not work under windows. See gnuclient."))

    Jari



reply via email to

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