bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31155: 26.1; electric-pair-mode sometimes inserts extra ) in process


From: Noam Postavsky
Subject: bug#31155: 26.1; electric-pair-mode sometimes inserts extra ) in process buffers
Date: Wed, 18 Apr 2018 21:12:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

tags 31155 + moreinfo
quit

Alex Branham <alex.branham@gmail.com> writes:

> That might be part of the problem, but this also happens sometimes even
> when I've just started R. R prints out a little message when it starts,
> but doesn't have unmatched parens.

Hmm, maybe add some tracing to narrow down the problem a bit?

    (dolist (fun '(electric-pair--balance-info
                   electric-pair-skip-if-helps-balance
                   electric-pair-syntax-info
                   electric-pair-default-skip-self))
      (trace-function-background fun))

Then take a look at the *trace-output* buffer after you manage to
reproduce the problem.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]