all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Live System User <nyc4bos@aol.com>
Cc: 28566@debbugs.gnu.org
Subject: bug#28566: 25.2; show-paren error
Date: Sat, 23 Sep 2017 13:33:27 +0300	[thread overview]
Message-ID: <83bmm1bt6w.fsf@gnu.org> (raw)
In-Reply-To: <87lgl54ty7.fsf@aol.com> (message from Live System User on Sat, 23 Sep 2017 05:58:56 -0400)

> From: Live System User <nyc4bos@aol.com>
> Date: Sat, 23 Sep 2017 05:58:56 -0400
> 
>         I got the following backtrace error while idle when the
>         `show-paren-function`timer went off.
> 
>         I don't have a reproducible receipe so please close this
>         bug report if this information is insufficient.
> 
>         Thanks.
> 
> Debugger entered--Lisp error: (wrong-type-argument stringp t)
>   message(t)
>   (if (not (null matching-text)) (message matching-text))
>   (let ((matching-text nil)) (if (char-equal (char-syntax (or (or (char-before (point)) (char-after (point))) 48)) 41) (setq matching-text (blink-matching-open))) (if (not (null matching-text)) (message matching-text)))
>   (let (ad-return-value) (setq ad-return-value (with-no-warnings (funcall ad--addoit-function))) (let ((matching-text nil)) (if (char-equal (char-syntax (or (or (char-before ...) (char-after ...)) 48)) 41) (setq matching-text (blink-matching-open))) (if (not (null matching-text)) (message matching-text))) ad-return-value)
>   ad-Advice-show-paren-function(#[nil "\b\205    \211\204\306\v!\210\306\f!\202\

This seems to say you have some advice installed for
show-paren-function.  As the string "matching-text" doesn't appear
anywhere in paren.el (nor anywhere else in the Emacs sources), I'm
guessing that it comes from that advice, and therefore the root cause
for the error should be looked for in that advice.

Can you tell what advice do you have for show-paren-function?





  reply	other threads:[~2017-09-23 10:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23  9:58 bug#28566: 25.2; show-paren error Live System User
2017-09-23 10:33 ` Eli Zaretskii [this message]
2017-09-23 10:43   ` Live System User
2017-09-23 11:09     ` Eli Zaretskii
2017-09-23 11:46       ` Live System User
2017-09-23 12:12         ` Eli Zaretskii

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=83bmm1bt6w.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=28566@debbugs.gnu.org \
    --cc=nyc4bos@aol.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.