(message "> beginning bank specific codee") (require 'gnugo) (require 'php-mode) (setq ange-ftp-ftp-program-name "U:/workarea/Z_tech/ftp.exe") ;; This is really uneasy to find how to use sql-mode and db2 under Win Nt (setq sql-db2-program "c:/progra~1/ibm/sqllib/bin/db2cmd.exe") (setq sql-db2-options '("-c" "-i" "-w" "db2" "-tv")) (load "C:/data/emacs-21.3/lisp/nxml-mode-20041004/rng-auto.el") ;; Well, this buffer is used quite useful (find-file "~/mail") (text-mode) (abbrev-mode t) (auto-fill-mode t) (set-fill-column 75) (flyspell-mode t) (global-set-key [(control c) (control y)] (lambda () "Crypte le buffer" (interactive) (w32-shell-execute "open" "U:\\workarea\\Z_tech\\batchf~1\\crypte.bat" buffer-file-name))) (sql-db2) (setq auto-mode-alist (append '( ("\\.db2$" . sql-mode) ("\\.xml$" . nxml-mode) )auto-mode-alist))) (message "> end bank specific code")