From: Eli Zaretskii <eliz@gnu.org>
To: Juri Linkov <juri@linkov.net>
Cc: 35860@debbugs.gnu.org
Subject: bug#35860: Delayed window positioning after buffer display
Date: Fri, 24 May 2019 09:32:22 +0300 [thread overview]
Message-ID: <83k1eg5pmx.fsf@gnu.org> (raw)
In-Reply-To: <87a7fc51qm.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 23 May 2019 23:56:17 +0300)
> From: Juri Linkov <juri@linkov.net>
> Cc: 35860@debbugs.gnu.org
> Date: Thu, 23 May 2019 23:56:17 +0300
>
> >> ;; `help-window-point-marker' is a marker you can move to a valid
> >> ;; position of the buffer shown in the help window in order to override
> >> ;; the standard positioning mechanism (`point-min') chosen by
> >> ;; `with-output-to-temp-buffer' and `with-temp-buffer-window'.
> >> ;; `with-help-window' has this point nowhere before exiting. Currently
> >> ;; used by `view-lossage' to assert that the last keystrokes are always
> >> ;; visible.
> >> (defvar help-window-point-marker (make-marker)
> >> "Marker to override default `window-point' in help windows.")
> >
> > Why not bind switch-to-buffer-preserve-window-point to nil instead?
>
> I don't know. I tried to replace
>
> (set-marker help-window-point-marker (point))
>
> with
>
> (goto-char (point-max))
> (setq-local switch-to-buffer-preserve-window-point nil)
>
> and it doesn't set point to the end of the Help buffer
> when it's displayed for the first time.
Can you show a recipe starting from "emacs -Q" that exhibits this
behavior. It sounds like I'm confused about what exactly happens.
next prev parent reply other threads:[~2019-05-24 6:32 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-22 20:32 bug#35860: Delayed window positioning after buffer display Juri Linkov
2019-05-23 4:34 ` Eli Zaretskii
2019-05-23 20:56 ` Juri Linkov
2019-05-24 6:32 ` Eli Zaretskii [this message]
2019-05-24 18:34 ` Juri Linkov
2019-05-25 7:58 ` martin rudalics
2019-05-27 19:49 ` Juri Linkov
2019-06-11 20:53 ` Juri Linkov
2019-06-13 8:44 ` martin rudalics
2019-06-13 20:24 ` Juri Linkov
2019-06-14 19:14 ` Juri Linkov
2019-06-15 8:17 ` martin rudalics
2019-06-15 22:44 ` Juri Linkov
2019-06-16 8:16 ` martin rudalics
2019-06-16 19:32 ` Juri Linkov
2019-06-17 8:23 ` martin rudalics
2019-06-17 20:33 ` Juri Linkov
2019-06-18 8:19 ` martin rudalics
2019-06-18 21:02 ` Juri Linkov
2019-06-19 9:14 ` martin rudalics
2019-06-19 21:34 ` Juri Linkov
2019-06-20 7:41 ` martin rudalics
2019-06-15 8:17 ` martin rudalics
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=83k1eg5pmx.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=35860@debbugs.gnu.org \
--cc=juri@linkov.net \
/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.