(message "> Begin Home main workstation (or gamestation)") (require 'psvn "~/lisp/psvn.el") (load-file "~/lisp/nxml-mode/rng-auto.el") (setq ispell-program-name "C:/Progra~1/Aspell/bin/aspell") (setq ispell-dictionary "francais") ;; (setq ispell-dictionary "french") (setq auto-mode-alist (append '( ("\\.xml$" . nxml-mode) )auto-mode-alist)) (load-library "gnuserv") (gnuserv-start) (setq gnuserv-frame (selected-frame)) (setq ispell-program-name "C:/prog/Aspell/bin/aspell") (setq ispell-dictionary "francais") (server-start) (set-background-color "Black") (set-foreground-color "grey") (set-background-color "Black") (set-cursor-color "Cyan") (setq woman-manpath (list "C:/cygwin/usr/man" "C:/cygwin/usr/share/man" "C:/cygnus/local/share/man")) (message "> End : Home main workstation (or gamestation)")