[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: End of file during parsing
From: |
aalinovi |
Subject: |
Re: End of file during parsing |
Date: |
Thu, 01 Aug 2024 12:33:31 -0400 |
'M-x check-parens' doesn't find any unmatched parentheses.
Wouldn't this indicate that my problem lies elsewhere?
Also, if there is a problem with my init.el file, shouldn't I be getting
this error everytime I start emacs and not only when I try to move/rename
a file in dired?
Help appreciated.
Thanks
Arthur
In message <874j849t2o.fsf@gmx.net>, Stephen Berman writes:
>On Thu, 01 Aug 2024 10:55:15 -0400 Arthur Alinovi <aalinovi@riseup.net> wrote:
>
>> In trying to move/rename a file in dired I get "end of file during
>> parsing".
>>
>> From what I've read I should then use parens-mode to track down an
>> unmatched parentheses.
>>
>> Any hint would be appreciated.
>
>Try `M-x check-parens'.
>
>Steve Berman