From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Toomas Rosin Newsgroups: gmane.emacs.help Subject: location of "*Backtrace*" buffer Date: Sun, 22 Jun 2014 16:16:28 +0300 Message-ID: <1987007.XQL3Vf2P3Y@toomas> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1403445719 28165 80.91.229.3 (22 Jun 2014 14:01:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2014 14:01:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 22 16:01:52 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WyiLA-0005Vb-Fy for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jun 2014 16:01:52 +0200 Original-Received: from localhost ([::1]:49182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyiLA-0000CX-4G for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jun 2014 10:01:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyiIy-0007zv-Hc for help-gnu-emacs@gnu.org; Sun, 22 Jun 2014 09:59:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyiIp-0004Bw-RI for help-gnu-emacs@gnu.org; Sun, 22 Jun 2014 09:59:36 -0400 Original-Received: from bounce-out.neti.ee ([194.126.101.104]:48158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyiIp-0004Bi-LF for help-gnu-emacs@gnu.org; Sun, 22 Jun 2014 09:59:27 -0400 Original-Received: from smtp-out.neti.ee (vm-relay2.estpak.ee [88.196.174.133]) by Bounce1.estpak.ee (Postfix) with ESMTP id 8A70E18C26 for ; Sun, 22 Jun 2014 16:22:00 +0300 (EEST) Original-Received: from localhost (localhost [127.0.0.1]) by vm-relay2.estpak.ee (Postfix) with ESMTP id 7924A2A2 for ; Sun, 22 Jun 2014 16:21:39 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at vm-relay2.estpak.ee Original-Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (vm-relay2.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sqLo4CeQZZOD for ; Sun, 22 Jun 2014 16:21:37 +0300 (EEST) Original-Received: from mail.neti.ee (neti-relayhost1.estpak.ee [88.196.174.198]) by vm-relay2.estpak.ee (Postfix) with ESMTP id 5A8593B1 for ; Sun, 22 Jun 2014 16:21:37 +0300 (EEST) Received-SPF: None (no SPF record) identity=mailfrom; client-ip=88.196.134.13; helo=toomas.localnet; envelope-from=toomas@rosin.ee; receiver=help-gnu-emacs@gnu.org X-SMTP-Auth-NETI-Businessmail: no Original-Received: from toomas.localnet (rosin.ee [88.196.134.13]) by NETI-Relayhost1.estpak.ee (Postfix) with ESMTPS id 3A340A96 for ; Sun, 22 Jun 2014 16:21:37 +0300 (EEST) User-Agent: KMail/4.12.2 (Linux/3.13.3; KDE/4.12.2; i686; ; ) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 194.126.101.104 X-Mailman-Approved-At: Sun, 22 Jun 2014 10:01:42 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98357 Archived-At: Hello! I have an Emacs session running for about three weeks now. A couple of days ago, a strange phenomenon started to occur: each time I do something which invokes the debugger (e.g., do a `yank-pop' without a preceding `yank'), the backtrace buffer appears always in one and the same frame (instead of in the frame from which I issued the offending command), which is especially annoying when I happen to work in another frame, on another desktop (which in fact means almost always). (I'm working under KDE.) What could be the matter? Is there a way to get the normal behaviour back without exiting Emacs and without closing the frame in which the backtrace buffer now always appears? I have `display-buffer-reuse-frames' set to `t', but resetting it to `nil' has no effect in this respect. I also tried playing with `debugger-bury-or-kill' (from debug.el), with no luck. Can somebody help me? Thanks in advance, T.