emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r117960: * etc/TODO: Add a few entries, remove others, expand


From: Dmitry Gutov
Subject: Re: trunk r117960: * etc/TODO: Add a few entries, remove others, expand some
Date: Sun, 05 Oct 2014 06:03:41 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

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 via email to

[Prev in Thread] Current Thread [Next in Thread]