unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: aalinovi@riseup.net
Cc: help-gnu-emacs@gnu.org
Subject: Re: End of file during parsing
Date: Thu, 01 Aug 2024 18:55:55 +0200	[thread overview]
Message-ID: <87zfpw89no.fsf@gmx.net> (raw)
In-Reply-To: <31585.1722530011@eddie.fios-router.home> (aalinovi@riseup.net's message of "Thu, 01 Aug 2024 12:33:31 -0400")

On Thu, 01 Aug 2024 12:33:31 -0400 aalinovi@riseup.net wrote:

> 'M-x check-parens' doesn't find any unmatched parentheses.
>
> Wouldn't this indicate that my problem lies elsewhere?

Probably.

> 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?

It could be due to an error in a function called from your init file,
which wouldn't be triggered just by loading the init file.  But you can
start emacs with the command line flag --debug-init to get a backtrace
if loading your init file does raise an error.  But for the problem
you're having in Dired, it might help to check the item "Enter Debugger
on Error" in the Options menu; then when you invoke the Dired command
that raises the error, you should get a backtrace.  If you do and don't
see what the problem is, you could post the backtrace here and maybe
someone else will see the problem.  If you don't get a backtrace, the
next thing I would try is stepping through the source of the Dired
command with Edebug, but if you've never done that, you'll have to spend
some time learning how to use it; Edebug is documented in the Elisp
manual, (info "(elisp) Edebug").

Steve Berman

> 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



  reply	other threads:[~2024-08-01 16:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 14:55 End of file during parsing Arthur Alinovi
2024-08-01 15:11 ` Stephen Berman
2024-08-01 16:33   ` aalinovi
2024-08-01 16:55     ` Stephen Berman [this message]
2024-08-01 15:13 ` Thibaut Verron
2024-08-02  4:39 ` Tassilo Horn
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02 13:34 Arthur Alinovi
2024-08-02 19:22 ` Björn Bidar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfpw89no.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=aalinovi@riseup.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).