GNU bug report logs - #9462
24.0.50; Initial point in debugger

Previous Next

Package: emacs;

Reported by: Helmut Eller <eller.helmut <at> gmail.com>

Date: Thu, 8 Sep 2011 09:08:02 UTC

Severity: normal

Merged with 6209

Found in versions 23.2, 24.0.50

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Helmut Eller <eller.helmut <at> gmail.com>
To: 9462 <at> debbugs.gnu.org
Subject: bug#9462: 24.0.50; Initial point in debugger
Date: Sat, 10 Sep 2011 20:13:14 +0200
* Helmut Eller [2011-09-08 09:03] writes:

> When entering the debugger, point is placed at seemingly random
> positions.

I think this would fix the problem:

=== modified file 'lisp/emacs-lisp/debug.el'
--- lisp/emacs-lisp/debug.el	2011-08-22 21:16:46 +0000
+++ lisp/emacs-lisp/debug.el	2011-09-10 18:10:29 +0000
@@ -336,7 +336,8 @@
 			(with-current-buffer (car tem)
 			  (point))))
 	(pop tem))))
-  (debugger-make-xrefs))
+  (save-excursion
+    (debugger-make-xrefs)))
 
 (defun debugger-make-xrefs (&optional buffer)
   "Attach cross-references to function names in the `*Backtrace*' buffer."






This bug report was last modified 13 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.