From: dick.r.chiang@gmail.com
To: Tim Cross <theophilusx@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: defadvice bug or something else?
Date: Thu, 29 Apr 2021 00:11:06 -0400 [thread overview]
Message-ID: <87h7jp4tnp.fsf@dick> (raw)
In-Reply-To: <87fsz9swcf.fsf@gmail.com> (Tim Cross's message of "Thu, 29 Apr 2021 11:17:09 +1000")
You make it so hard to help you, what with the syntactically erroneous code,
the hand-wavy minimum reproducible example, the verbiage, and the transposition
of up versus down (C-v is scroll-up, not scroll-down).
emacs -Q --eval \
"(dolist (f (quote (scroll-up-command scroll-down-command))) \
(add-function \
:after (symbol-function f) \
(lambda (&rest _args) \
(redisplay) \
(princ (format \"wstart = %d, wend = %d\n\" (window-start) (window-end)) \
(function external-debugging-output)))))" \
--eval "(save-excursion (apply (function insert) (mapcar (apply-partially \
(function format) \"%d\n\") (number-sequence 1 1000))))" \
--eval "(progn (scroll-up-command) (scroll-up-command) (scroll-down-command) \
(scroll-down-command))" \
--eval "(kill-emacs)"
emacs -Q --eval \
"(defun tx-window () \
(redisplay) \
(princ (format \"wstart = %d, wend = %d\n\" (window-start) (window-end)) \
(function external-debugging-output)))" \
--eval "(save-excursion (apply (function insert) (mapcar (apply-partially \
(function format) \"%d\n\") (number-sequence 1 1000))))" \
--eval "(progn (scroll-up-command) (tx-window) (scroll-up-command) (tx-window) \
(scroll-down-command) (tx-window) (scroll-down-command) (tx-window))" \
--eval "(kill-emacs)"
next prev parent reply other threads:[~2021-04-29 4:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-29 1:17 defadvice bug or something else? Tim Cross
2021-04-29 2:07 ` Stefan Monnier
2021-04-29 3:15 ` T.V Raman
2021-04-29 4:22 ` Tim Cross
2021-04-29 4:11 ` dick.r.chiang [this message]
2021-04-29 4:55 ` Tim Cross
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=87h7jp4tnp.fsf@dick \
--to=dick.r.chiang@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=theophilusx@gmail.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).