ishikawa <[EMAIL PROTECTED]> writes:

> About 30 minutes ago, I tried (backtrace).  It seems to me that to
> obtain a useful output and not interfering the normal operation of
> various modes, I need to create a separate buffer, say "*backtrace*"
> and then dump the contents of the output of (backtrace) there, and
> then resume the normal operation.  (It seems to me that "edebug"
> package just does that, but I have not figured out exactly how to do
> it.)
>
> Without such a trick, backtrace seems to create output *somewhere*
> and normal operations such as electric-dired and others don't work
> anymore.

(with-output-to-temp-buffer "*Backtrace*"
  (backtrace))

-- 
Michael Welsh Duggan
([EMAIL PROTECTED])


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to