all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18558: 24.4.50; Debugger slow with long strings
@ 2014-09-25  9:16 Helmut Eller
  2016-02-19  8:41 ` Marcin Borkowski
  0 siblings, 1 reply; 4+ messages in thread
From: Helmut Eller @ 2014-09-25  9:16 UTC (permalink / raw)
  To: 18558

Moving the cursor in the debugger window is very slow in the following
example:

shell> cat test.el
(progn
  (defun foo (n string)
    (cond ((= n 0) (debug))
          (t (foo (1- n) string))))
  (foo 30 (make-string 500000 ?\\)))

shell> emacs -Q -nw -l test.el

Now move the cursor around to see the slowness.

Maybe the debugger should truncate long strings as it does with long
lists.


In GNU Emacs 24.4.50.2 (i686-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2014-09-08 on ix





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-19  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25  9:16 bug#18558: 24.4.50; Debugger slow with long strings Helmut Eller
2016-02-19  8:41 ` Marcin Borkowski
2016-02-19  9:03   ` Eli Zaretskii
2016-02-19  9:15   ` Helmut Eller

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.