ecb with vip-mode

kevin ulin <[email protected]> Sat, 13 Mar 2010 13:27:28 -0800
Newsgroups gmane.emacs.code-browser
Message-ID <[email protected]>
Below is the content of my .emacs file. I want to use the first 3 commands
in the edit window but ecb seems to disable them somehow. If I start emacs
via 'emacs test', the first top 3 commands will be enabled for the file, but
if I browse to the file through the ecb windows they do not appear to be
set.


(setq term-setup-hook 'vip-mode)
(global-unset-key "\e\e")
(put 'eval-expression 'disabled nil)

(require 'ecb)

(set-foreground-color "white")
(set-background-color "black")
(set-cursor-color "red")

(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook 'font-lock-mode)

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(ecb-auto-activate t)
 '(ecb-clear-caches-before-activate t)
 '(ecb-fix-window-size t)
 '(ecb-layout-name "left5")
 '(ecb-options-version "2.40")
 '(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))
 '(ecb-source-path (quote ("~/projects")))
 '(ecb-tip-of-the-day nil)
 '(ecb-windows-width 0.33))

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

_______________________________________________
Ecb-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list