The very unofficial .emacs home IngoKoch.mycustom
emacs
Sections
home
what is this all about ?
customization basics
special topics
local dotfiles
dotfiles on the web
new and updated pages
useful sites and pages
search locally
EMacro
OS/2 Emacs
Ingo Koch
IngoKoch.emacs
.emacs-gnu-all
.emacs-gnu-win
.mycustom
.vm
javadecomp.el
wsmake.el

IngoKoch.zip
Latest Additions
local files:
John J. Glynn
David Jolley

linked files:


articles:


links:
The Emacs wiki
(custom-set-variables
 '(url-proxy-services (quote (("ftp" . "192.168.146.140:8080") ("http" . "192.168.146.140:8080"))))
 '(rmail-pop-password-required t)
 '(mail-default-reply-to "ingo.koch@ikoch.de")
 '(mail-host-address "192.168.146.140")
 '(pascal-type-keywords (quote ("array" "file" "packed" "char" "integer" "real" "string" "record" "text")))
 '(ps-paper-type (quote a4))
 '(url-personal-mail-address "ingo.koch@ikoch.de")
 '(message-send-mail-function (quote message-send-mail-with-mh) t)
 '(user-mail-address "ingo.koch@ikoch.de")
 '(kill-ring-max 70)
 '(rmail-pop-password "MY_PASSWORD_IS_NOT_AVAILABLE_8-)")
 '(user-full-name "Ingo Koch")
 '(pascal-start-keywords (quote ("begin" "end" "function" "procedure" "repeat" "until" "while" "read" "readln" "reset" "rewrite" "write" "writeln" "overlay"))))
(custom-set-faces
 '(font-lock-comment-face ((((class color)) (:foreground "red"))))
 '(font-lock-string-face ((((class color)) (:foreground "green4"))))
 '(font-lock-keyword-face ((((class color)) (:foreground "blue"))))
 '(font-lock-type-face ((((class color)) (:foreground "blue"))))
 '(font-lock-variable-name-face ((((class color)) (:foreground "brown"))))
 '(font-lock-function-name-face ((((class color)) (:foreground "blue")))))
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