I'm using Emacs 24.3.1
I'm editing .emacs file, but something comes up, when I try to byte-compile it, the Message buffer says:
Load: symbols's value as variale is void:
Note the end of line, NOTHING, there is no variable such as custom-theme-load-path, is pretty weird.
Then in Terminal: emacs --debug-init, the Backtrace shows:
Debugger entered--Lisp error: (void-variable )
eval-buffer(#<buffer *load*> nil "/home/chz.emacs" nil t) ; Reading at buffer position 35761
load-with-code-cinversion...
...long lines comtaining my plugins...
command-line()
normal-top-level()
But when I M-x goto-char 35761, that line is a comment line, pretty weird...
When I added the cebet config in .emacs, the error came up, the configuration detail is in http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html
What should I do to get rid of the error??? Please Help!!