>>>>> "Chris" == Chris Majewski <[EMAIL PROTECTED]> writes:

  Chris> If there is a better place to report bugs please let me know.
  Chris> "[Save for Future Sessions]" seems to choke on my .emacs
  Chris> (enclosed), giving the following error: Scan error:
  Chris> "Unbalanced parentheses", 12120, 13370 The problem goes away
  Chris> if I comment out the macro definitions under section ";;
  Chris> macros" at the end of my .emacs -chris


         The error report means that there are, well, unbalanced
parantheses. The two numbers mean that position in the buffer where
the open paren is, and the place where emacs has decided is the last
feasible place for the close. 

         If you try M-x goto-char 12120 on your .emacs (Im assuming
here there are no empty lines at the beginning) it goes to the open
paren of this line

(fset 'com
   [?/ ?* ?* return ?( ?* backspace backspace ?( ?* backspace backspace ?* ?  ?\C-u 
?\C-x ?q return ?* return ?* ?/ ])


       It would appear to be getting confused by this definition,
which does seem to have several opens and not closes, although these
should be legal as they are after ?'s. Maybe Im missing something
obvious. 

         Anyway I dont know enough about whatever these are (keyboard
macros right?) to tell you why you have this problem, although I do
note that I can not evaluate your .emacs without error messages. Do
you have this problem? Does emacs start up without reporting errors?
Ultimately though this doesnt seem to be a problem with JDE or custom
per se. 

        Cheers

        Phil

    
     
     

Reply via email to