From: Alex Branham <alex.branham@gmail.com>
To: Noam Postavsky <npostavs@gmail.com>
Cc: 31155@debbugs.gnu.org
Subject: bug#31155: 26.1; electric-pair-mode sometimes inserts extra ) in process buffers
Date: Mon, 23 Apr 2018 09:39:39 -0500 [thread overview]
Message-ID: <87a7tu9ec4.fsf@gmail.com> (raw)
In-Reply-To: <871sfct2x4.fsf@gmail.com>
On Wed 18 Apr 2018 at 20:12, Noam Postavsky <npostavs@gmail.com> wrote:
> 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.
Sorry for taking so long to respond, it is difficult to capture this
happening. I finally managed to this morning, though. Here's the last
few lines of the *trace-output* buffer:
======================================================================
1 -> (electric-pair-syntax-info 91)
1 <- electric-pair-syntax-info: (40 93 nil 79153)
======================================================================
1 -> (electric-pair-syntax-info 91)
1 <- electric-pair-syntax-info: (40 93 nil 79153)
======================================================================
1 -> (electric-pair--balance-info 1 79153)
1 <- electric-pair--balance-info: ((t) t)
======================================================================
1 -> (electric-pair-syntax-info 93)
1 <- electric-pair-syntax-info: (41 91 nil 79153)
======================================================================
1 -> (electric-pair-syntax-info 91)
1 <- electric-pair-syntax-info: (40 93 nil 79153)
======================================================================
1 -> (electric-pair-syntax-info 91)
1 <- electric-pair-syntax-info: (40 93 nil 79153)
======================================================================
1 -> (electric-pair--balance-info 1 79153)
1 <- electric-pair--balance-info: ((nil . 93) nil . 93)
This happened when I typed (in an inferior R buffer):
Rhats[[
What showed up:
Rhats[[]
What should've shown up:
Rhats[[]]
Let me know if there's anything else I can do.
next prev parent reply other threads:[~2018-04-23 14:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-14 21:06 bug#31155: 26.1; electric-pair-mode sometimes inserts extra ) in process buffers Alex Branham
2018-04-14 21:13 ` Noam Postavsky
2018-04-14 21:17 ` Alex Branham
2018-04-19 1:12 ` Noam Postavsky
2018-04-23 14:39 ` Alex Branham [this message]
2018-04-23 23:23 ` Noam Postavsky
2018-04-26 16:08 ` Alex Branham
2019-09-26 19:31 ` Lars Ingebrigtsen
2018-04-22 18:24 ` Charles A. Roelli
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a7tu9ec4.fsf@gmail.com \
--to=alex.branham@gmail.com \
--cc=31155@debbugs.gnu.org \
--cc=npostavs@gmail.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.