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

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

Re: server.el - Should signal error under win32


From: Jason Rumney
Subject: Re: server.el - Should signal error under win32
Date: Thu, 31 Jan 2002 21:42:22 +0000 (UTC)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.80

jari.aalto@poboxes.com (Jari Aalto+mail.emacs) writes:

>     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."))

The real problem is that server.el conflicts with gnuserv.el, so I
think it is better to fix this for all users of gnuserv, not just
Windows users.

The symptom of this problem I have seen reported before is strange
behaviour when customize decides to load server.el. I think throwing
an error would still cause strange behaviour of customize, so we need
a better solution than that.

-- 
Jason Rumney



reply via email to

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