Sure, here are the snippets from my init.el (... mean I left some parts out):
===============
(custom-set-variables
...
'(after-save-hook (quote (ecb-update-methods-after-saving)))
...
'(ecb-auto-activate t)
'(ecb-compilation-buffer-names (quote (("*Calculator*") ("*vc*") ("*vc-diff*") ("*Apropos*") ("*Occur*") ("*shell*") ("\\*[cC]ompilation.*\\*" . t) ("\\*i?grep.*\\*" . t) ("*JDEE Compile Server*") ("*Completions*") ("*Backtrace*") ("*Compile-log*") ("*bsh*") ("*Messages*"))))
'(ecb-compilation-predicates nil)
'(ecb-compile-window-height 12)
'(ecb-compile-window-temporally-enlarge (quote after-selection))
'(ecb-enlarged-compilation-window-max-height 0.1)
'(ecb-excluded-directories-regexps (quote ("^\\(\\.[^xX]*\\)$")))
'(ecb-layout-name "left15")
'(ecb-layout-window-sizes nil)
'(ecb-options-version "2.40")
'(ecb-other-window-behavior (quote edit-and-compile))
'(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))
'(ecb-source-path (quote ("/Users/schmitz/Programs")))
'(ecb-tip-of-the-day nil)
'(ecb-vc-enable-support t)
...
'(ecb-default-general-face ((((class color) (background light)) (:weight normal :height 0.9 :family "Arial"))))
'(ecb-directories-general-face ((((class color) (background light)) (:inherit ecb-default-general-face :height 1.0 :family "Arial"))))
...
)
...
;; Load ECB
(add-to-list 'load-path "~/bin/emacs/ecb")
(require 'ecb)
...
===============
Best regards,
Arne
Am 12. Jun 2012 um 16:08 schrieb Alex Ott <alexott@...>:
> Yes, maybe - could you give me your configuration? ecb &
> compile-window related parts
|