Hello,
in my ~/.emacs file I set ecb-windows-width to 0.20. But when I start ECB it is not regarded.
When I then manually execute ecb-redraw-layout then it is done.
What do I have to put into my .emacs that ECB regards my value of ecb-windows-width during startup automatically?
Here you see may customization stuff:
(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-options-version "2.40")
'(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))
'(ecb-source-path (quote ("x:" "d:" "c:")))
'(ecb-tip-of-the-day nil)
'(ecb-windows-width 0.20)
'(inhibit-startup-screen t))
(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.
)
Greetings,
Dirk