Hey guys,
I'm a student from germany, so don't matter about my english. sorry.. ;)
I'm very new with emacs and I tried to install ECB. I searched in google for a solution, but it doesn't work correctly. Here are my steps:
I searched for an init file from my emacs, but I couldn't find one.. So I wrote a file called "emacs.el", which contains the following:
";; Tell emacs where is your personal elisp lib dir
;; this is the dir you have the xyz.el file
(add-to-list 'load-path "C:/Program Files/emacs-23.1/zusatz_armin/ecb-2.40/")
;; load the packaged named xyz.
(load 'ecb) ;; best not to include the ending “.el” or “.elc”"
When I start my emacs and look up the load-path (with C-h v load-path), I can't find anything of my part in this variable..
Can you help me fixing this problem!! It would be very nice. :)
Thanks and nice greets from germany,
Armin
P.S.: I also tried this with the same file called ".emacs.el", but it doesn't work as well.