|
(setq load-path (append
'("d:/site-lisp/" "d:/site-lisp/vm/" "d:/site-lisp/progmodes/" "d:/site-lisp/jde/lisp" "d:/site-lisp/jde-addon/" "d:/site-lisp/oo-browser" "d:/site-lisp/oo-browser/hypb/" "d:/site-lisp/eshell" "d:/site-lisp/pcomplete" "d:/site-lisp/bbdb/lisp" )
load-path))
(setq javahelp-directories '( "G:/dev/java/jdk1.3/docs/api"
"G:/dev/java/jdk1.3/docs/api/index-files" ))
(setq javahelp-temp-dir "G:/tmp/")
(setq default-directory "g:/projekte/")
(load "dlgopen")
(setq-default w32-print-use-faces nil
w32-print-paper-type 'a4
w32-print-lpr-destination "\\\\komserver\\PS_600dpi"
w32-print-ps-destination "\\\\komserver\\PS_600dpi"
w32-print-lpr-path "d:/bin"
w32-print-psnup-path "d:/bin"
w32-print-lpr-draft-prefix ""
w32-print-lpr-nlq-prefix ""
w32-print-ps-code-font-size 8.0
w32-print-ps-text-font-size 8.0
)
(load "w32-print" 'noerror 'nomessage)
(setq binary-process-input t)
(setq explicit-shell-file-name "d:/bin/bash.exe")
(setq shell-file-name "d:/bin/sh.exe")
(setq win32-quote-process-args t)
(setq shell-command-switch "-c")
(defvar shell-execute-helper "shelex.exe")
(defun shell-execute-url (url &optional new-window)
"Invoke the shell-execute-helper program to call ShellExecute and launch
or re-direct a web browser on the specified url."
(interactive "sURL: ")
(call-process shell-execute-helper nil nil nil url))
(setq browse-url-browser-function 'shell-execute-url)
(setq gnus-button-url 'shell-execute-url) (setq vm-url-browser 'shell-execute-url)
(message ".emacs-gnu-win successfully loaded")
|
|
|
All content copyright by the contributors. |
Website maintained with
Emacs ,
wsmake and
html-helper-mode |
Emacs community logo by Daniel Lundin |
Last updated on Sat Jan 22 14:57:05 2005
by Ingo Koch |
|
|
|
|