-emacs*Background: DarkSlateGray
-emacs*Foreground: Wheat
-emacs*pointerColor: Orchid
-emacs*cursorColor: Orchid
-emacs*bitmapIcon: on
-emacs*font: fixed
-emacs.geometry: 80x25
+! emacs*Background: DarkSlateGray
+! emacs*Foreground: Wheat
+! emacs*pointerColor: Orchid
+! emacs*cursorColor: Orchid
+! emacs*bitmapIcon: on
+! emacs*font: fixed
+! emacs.geometry: 80x25
(setq ring-bell-function (lambda ()))
(windmove-default-keybindings)
-(server-start)
+(require 'server)
+(if (server-running-p)
+ (message "Warning: server %S is already running." server-name)
+ (server-start))
;; Host specific configuration ------------------------------------------------
(let ((host (system-name)))