all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: trunk r117960: * etc/TODO: Add a few entries, remove others, expand some
Date: Sun, 05 Oct 2014 06:03:41 +0400	[thread overview]
Message-ID: <5430A6FD.8080301@yandex.ru> (raw)
In-Reply-To: <jwvbnpruvsy.fsf-monnier+emacs@gnu.org>

On 10/05/2014 05:54 AM, Stefan Monnier wrote:

> I'm not aware of such a change.

I thought it might have been accidental.

Try this:

(defun foo-post-command ()
   (condition-case-unless-debug err
       (error "hello")
     (error nil)))

(add-hook 'post-command-hook 'foo-post-command)

With debug-on-error disabled, it does nothing. With it enabled, it'll 
pop up backtrace after each command.



  reply	other threads:[~2014-10-05  2:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1XXdr9-0005lG-Kw@vcs.savannah.gnu.org>
2014-09-28  2:35 ` trunk r117960: * etc/TODO: Add a few entries, remove others, expand some Dmitry Gutov
2014-09-28 16:24   ` Stefan Monnier
2014-09-29 23:47     ` Dmitry Gutov
2014-09-30  0:28       ` Stefan Monnier
2014-10-05  1:38         ` Dmitry Gutov
2014-10-05  1:54           ` Stefan Monnier
2014-10-05  2:03             ` Dmitry Gutov [this message]
2014-10-06  0:58               ` Stefan Monnier

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=5430A6FD.8080301@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.