From: Will Monroe <wtmonroe.ls@gmail.com>
To: Drew Adams <drew.adams@oracle.com>, help-gnu-emacs@gnu.org
Subject: Re: Advice on troubleshooting function to "unscroll"
Date: Sun, 25 Jan 2015 16:56:14 -0600 [thread overview]
Message-ID: <54C5748E.4060605@gmail.com> (raw)
In-Reply-To: <b0b6238f-57f7-4f65-b53a-3e8f375428ef@default>
Drew,
Thank you for this detailed response.
On 01/25/2015 04:45 PM, Drew Adams wrote:
>> the "problem" was that C-v was bound to another (older?) function.
>
> The command `scroll-up' is indeed older, and it is still usable.
> It is, in fact, the core of the `scroll-up-command' implementation.
>
> (In Emacs, it is often the case that you can use a command
> non-interactively, though this is sometimes explicitly not
> recommended for certain commands.)
>
> `scroll-up-command' was added in Emacs 24.1, to (a) retain the
> `scroll-up' behavior as a separate function, and yet (b) provide
> additional behavior when you scroll interactively, in particular
> the handling of the new (in 24.1) option `scroll-error-top-bottom'.
Interesting. Given what the author's assumptions of how 'scroll-up'
should work and how the newer 'scroll-up-command' seems to share some,
but not all, of that functionality, it would probably be interesting to
see where they differ. I may not be expressing this clearly, but you've
helped to clarify the question I want to answer to be: "why did
scroll-up-command work where the still useful but not appropriate
scroll-up did not?"
>
>> I've hesitated from diving into Edebug because there was no
>> "error" as such. That is, the code "worked" it just didn't do
>> what I intended.
>
> Using the debugger (and debugging generally) is not necessarily
> about finding why Emacs raises a particular error. (That is the
> particular use of variable `debug-on-error': enter the debugger
> to show a backtrace when an error is raised.)
>
> In addition to Edebug, there is the regular Emacs debugger, aka
> `debug'. Some of us prefer to use that. Others prefer to use
> it in some cases but `edebug' in other cases.
>
> Keep in mind too that any debugger does not necessarily tell you
> everything that goes on, and its representation of what happens
> with debugging turned off is not flawless. In particular, this
> is because using the debugger itself changes what Emacs does.
> (Think of the debugger's buffer display and its handling of
> input events, for example.)
>
> The regular debugger is what you get with `debug-on-entry' and
> by inserting calls to `(debug)' in code to serve more or less as
> breakpoints. See `C-h f debug' for information about evaluating
> and displaying the results of sexps (cdr ARGS) upon entry into
> the debugger.
>
This is very helpful stuff to consider as I begin to think about what I
want to accomplish when using Edebug or debugger.
And if I'm being honest about why I did not go to Edebug it's because I
was anticipating great difficulty reading the backtrace statements. I
thought my problem might be compounded by a more general illiteracy in
that regard...
Thanks again, Drew. A really helpful answer!
Will
next prev parent reply other threads:[~2015-01-25 22:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-25 20:52 Advice on troubleshooting function to "unscroll" Will Monroe
2015-01-25 21:35 ` Marcin Borkowski
2015-01-25 21:43 ` Will Monroe
2015-01-25 21:55 ` Marcin Borkowski
2015-01-25 22:01 ` Will Monroe
2015-01-25 21:45 ` Marcin Borkowski
2015-01-25 22:03 ` Will Monroe
2015-01-25 22:09 ` Marcin Borkowski
2015-01-25 22:45 ` Drew Adams
2015-01-25 22:56 ` Will Monroe [this message]
2015-01-25 23:15 ` Marcin Borkowski
2015-01-26 0:03 ` Drew Adams
2015-01-26 0:16 ` Marcin Borkowski
2015-01-26 1:06 ` Drew Adams
2015-01-26 1:17 ` Will Monroe
2015-01-26 1:21 ` Marcin Borkowski
2015-01-26 1:33 ` Drew Adams
[not found] <mailman.18583.1422219396.1147.help-gnu-emacs@gnu.org>
2015-01-25 21:35 ` Joost Kremers
2015-01-25 21:57 ` Will Monroe
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C5748E.4060605@gmail.com \
--to=wtmonroe.ls@gmail.com \
--cc=drew.adams@oracle.com \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).