;; (find-angg ".emacs")
;; (find-angg ".emacs" "load_eev.el")
;; (find-angg "eev-all.el")
;; (find-elnode "Library Search")

(setq load-path (cons "~/.." load-path))
(load-library "eev")
(eev-load-libraries)
(eev-install-aggressively)

(if (string-match "GNU Emacs" (emacs-version))
    (load-library "glyphs"))
(load-library "eev-gud")

;; (if (fboundp 'menu-bar-mode) (menu-bar-mode nil))
;; (if (fboundp 'tool-bar-mode) (tool-bar-mode nil))

;; (find-angg ".emacs" "macros")

;; For eeg3 demos on systems with buggy "expect"s or "screen"s:
;; (find-angg ".emacs" "C-x-spc")
(global-set-key "\C-x " 'set-mark-command)

;; A quick hack to make `find-enode' work on some non-Debian systems...
(if (not (file-exists-p "/etc/debian_version"))
    (code-c-d "e" "/usr/share/emacs/20.4/lisp/" "emacs"))

;; for consistent behavior among Emacs20 and Emacs21: 
(setq next-line-add-newlines t)
(setq message-truncate-lines t)
