all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jiege Chen <jiegec@qq.com>
To: emacs-devel@gnu.org
Subject: Re: Any hints or tips on how to debug an elusive timer error?
Date: Wed, 29 Jun 2016 05:01:45 +0000 (UTC)	[thread overview]
Message-ID: <nkvknp$2ls$1@ger.gmane.org> (raw)
In-Reply-To: 871t3g237f.fsf@aol.com

Live System User <nyc4bos@aol.com> wrote:
> Hi,
> 
>    Does anybody have any hints or tips on how to debug
>    an elusive timer error?
> 
>    I seem to periodically getting the error:
> 
> Error running timer ‘show-paren-function’: (wrong-type-argument stringp
> t) [2 times]
> 
>    Although it is not readily reproducible I seem to notice
>    it more when doing a "M-:" `eval-expression'.
> 
>    This is while not yet typing RET when pausing and/or continuing
>    to type the elisp expression.
>    
>    Thanks.
> 
> 
> 
> 

First, toggle debug on error. You will get the stacktrace when the error
occurs.
You can post the stacktrace here in the list.
Then, if you found a lot of bytecode around, try to remove all .elc in your
.emacs.d/elpa and load the packages again (for example, restart emacs).
If the bytecode comes from elsewhere, you may need to load them as .el
(setting 'load-suffixes' does work while it may lead to spurious 'Recursive
load'
error).

-- 
Jiegec




      reply	other threads:[~2016-06-29  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29  1:28 Any hints or tips on how to debug an elusive timer error? Live System User
2016-06-29  5:01 ` Jiege Chen [this message]

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='nkvknp$2ls$1@ger.gmane.org' \
    --to=jiegec@qq.com \
    --cc=emacs-devel@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.
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.