all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Paul Eggert'" <eggert@cs.ucla.edu>,
	"'Tomohiro Matsuyama'" <tomo@cx4a.org>
Cc: emacs-devel@gnu.org
Subject: RE: Timer scheduling and cancel-timer
Date: Sun, 20 Jan 2013 13:04:36 -0800	[thread overview]
Message-ID: <0C917BD4690341A181CF2BE23E754FC7@us.oracle.com> (raw)
In-Reply-To: <50FC43DB.6070505@cs.ucla.edu>

I have no idea whether this is relevant, but I'll mention it, as it might be.

I have used Francis Wright's library `dired-sort-menu.el' for years.  Yesterday,
with a build from 2013-01-18, I somehow got in a situation where this kept
happening:

Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p t)
  #[nil ...
  ad-Advice-show-paren-function(#[nil...
  show-paren-function()
  apply(show-paren-function nil)
  #[nil ... [timer apply 5 6] 4]()
  timer-event-handler([t 0 0 125000 t show-paren-function nil idle 0])

It happened over and over and over: as soon as I quit the debugger it popped up
again.  `dired-sort-menu.el' has this defadvice, which is apparently the one
involved here:

(defadvice show-paren-function (around show-paren-function-advice activate)
  "Do not show matching parens in a dired sort dialogue buffer."
  (or (dired-sort-dialogue-buffer-p (buffer-name)) ad-do-it))

I was able to quit the Emacs session, and I have not seen the problem since,
even with the same build.

Again, dunno whether this is related to your discussion.  Ignore if not.




  reply	other threads:[~2013-01-20 21:04 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-20 15:58 Timer scheduling and cancel-timer Tomohiro Matsuyama
2013-01-20 19:22 ` Paul Eggert
2013-01-20 21:04   ` Drew Adams [this message]
2013-01-20 21:35     ` Drew Adams
2013-01-21  1:36     ` Stefan Monnier
2013-01-21  1:39       ` Drew Adams
2013-01-22  3:50         ` Drew Adams
2013-01-22 11:28           ` Stephen Berman
2013-01-22 16:00             ` Stephen Berman
2013-01-22 16:09               ` Bastien
2013-01-23  9:32                 ` Bastien
2013-01-23 13:03                   ` Stefan Monnier
2013-01-23 13:29                     ` Bastien
2013-01-23 20:35                       ` Stefan Monnier
2013-01-23 22:01                         ` Bastien
2013-01-24 16:32               ` Drew Adams
2013-01-24 19:02                 ` Bastien
2013-01-22 13:34           ` Stefan Monnier
2013-01-22 13:57             ` Bastien
2013-01-22 14:14               ` Stefan Monnier
2013-03-31 11:17   ` Tomohiro Matsuyama
2013-03-31 16:44     ` Michael Heerdegen

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=0C917BD4690341A181CF2BE23E754FC7@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=tomo@cx4a.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.