From: Alan Mackenzie <acm@muc.de>
To: Richard Stallman <rms@gnu.org>
Cc: eliz@gnu.org, emacs-devel@gnu.org, pogonyshev@gmail.com,
Kaushal Modi <kaushal.modi@gmail.com>
Subject: Re: Edebug: avoid messages on 'f' command
Date: Sat, 7 May 2016 19:08:15 +0000 [thread overview]
Message-ID: <20160507190815.GC3660@acm.fritz.box> (raw)
In-Reply-To: <E1az79U-00062Q-Vr@fencepost.gnu.org>
Hello, Richard.
On Sat, May 07, 2016 at 02:40:32PM -0400, Richard Stallman wrote:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> > > Wouldn't setting edebug-execution-mode to 'Continue-fast also remove this
> > > pause, even before this commit was made?
> > Copying RMS on this. Looks like this pause at braekpoint was (sit-for 1)
> > from the very beginning (circa 1993-1996).
> I don't remember anything about that call to sit-for from 20 years ago.
> But I have a guess why it is there: because without it, execution would
> be so fast you couldn't even see things scroll past. So you might as well
> proceed at full speed.
The commands `t' (`edebug-trace-mode') and `c' (`edebug-continue-mode'),
which pause 1 second at, respectively, each stop point and each
breakpoint, are unaffected by this setting - they use one or more
different instances of `sit-for' which are on other code paths.
> If that mode is useful for you, I have nothing against supporting it.
> I think it would not be very useful in general, so I would not make
> it the default.
The setting at issue affects only the `f', `o', 'h' and `g' commands,
all of which stop at the next breakpoint and wait for another command.
When they do so, they display "Break" for one second and only then do
they display the result of the form just evaluated. This is irritating.
I'm not unconvinced that removing this 1 second pause by default would
be the Right Thing.
> --
> Dr Richard Stallman
> President, Free Software Foundation (gnu.org, fsf.org)
> Internet Hall-of-Famer (internethalloffame.org)
> Skype: No way! See stallman.org/skype.html.
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2016-05-07 19:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 18:58 Edebug: avoid messages on 'f' command Paul Pogonyshev
2016-05-05 13:10 ` Alan Mackenzie
2016-05-05 21:44 ` Paul Pogonyshev
2016-05-06 10:52 ` Paul Pogonyshev
2016-05-06 12:11 ` Clément Pit--Claudel
2016-05-06 12:51 ` Eli Zaretskii
2016-05-06 14:25 ` Paul Pogonyshev
2016-05-06 15:01 ` Eli Zaretskii
2016-05-06 15:03 ` Kaushal Modi
2016-05-06 17:09 ` Paul Pogonyshev
2016-05-06 17:16 ` Kaushal Modi
2016-05-06 17:32 ` Drew Adams
2016-05-07 6:57 ` Alan Mackenzie
2016-05-07 11:55 ` Paul Pogonyshev
2016-05-07 13:40 ` Kaushal Modi
2016-05-07 13:45 ` Kaushal Modi
2016-05-07 13:54 ` Kaushal Modi
2016-05-07 18:40 ` Richard Stallman
2016-05-07 19:08 ` Alan Mackenzie [this message]
2016-05-09 13:55 ` Marcin Borkowski
2016-05-09 15:18 ` Paul Pogonyshev
2016-05-07 14:21 ` Eli Zaretskii
2016-05-07 17:17 ` Alan Mackenzie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160507190815.GC3660@acm.fritz.box \
--to=acm@muc.de \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=kaushal.modi@gmail.com \
--cc=pogonyshev@gmail.com \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.