all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Ashton Wiersdorf <ashton@wiersdorfmail.net>,
	Eli Zaretskii <eliz@gnu.org>
Cc: luangruo@yahoo.com, jporterbugs@gmail.com, 74430@debbugs.gnu.org
Subject: bug#74430: 30.0.92; pixel-scroll-precision-mode hiding Eshell prompt after some commands
Date: Wed, 1 Jan 2025 10:02:41 +0100	[thread overview]
Message-ID: <afb54af5-a541-47ed-8d3c-aefe9c84c23e@gmx.at> (raw)
In-Reply-To: <m2ed1nxvgo.fsf@wiersdorfmail.net>

 > Dump this into "eshell_scroll_bug.el":
 >
 >     (pixel-scroll-precision-mode)
 >     (tool-bar-mode -1)
 >     (setopt frame-resize-pixelwise t)
 >     (set-frame-height (selected-frame) 486 nil t)
 >     (eshell)
 >
 > Then run `emacs -Q -l eshell_scroll_bug.el`, and then run `find /etc/` from inside Eshell.
 >
 > The prompt should appear covered by the mode-line.

I can reproduce it here with (setopt frame-resize-pixelwise t) and
dragging the bottom border of the frame up so the eshell window doesn't
have an integral number of lines.

'pixel-scroll-precision-mode' sets 'make-cursor-line-fully-visible' to
nil so this is probably the intended bahavior.  When I do

(setq-default make-cursor-line-fully-visible nil)

I can't see it any more.

martin





  parent reply	other threads:[~2025-01-01  9:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-18 17:52 bug#74430: 30.0.92; pixel-scroll-precision-mode hiding Eshell prompt after some commands Ashton Wiersdorf
2024-11-21 10:53 ` Eli Zaretskii
2024-11-21 18:37   ` Jim Porter
2024-11-21 23:59     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-22  6:58       ` Eli Zaretskii
2024-11-30 10:07         ` Eli Zaretskii
2024-12-14  9:38           ` Eli Zaretskii
2024-12-28 11:13             ` Eli Zaretskii
2024-12-31 23:51               ` Ashton Wiersdorf
2025-01-01  3:10                 ` Jim Porter
2025-01-01  9:02                 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2025-01-01 10:31                   ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2025-01-03  0:09                     ` Ashton Wiersdorf
2025-01-03  8:26                       ` Eli Zaretskii
2025-01-03  8:55                       ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-25  5:13 ` Jim Porter
2024-11-30 10:07   ` Eli Zaretskii
2024-12-14  9:38     ` Eli Zaretskii
2024-12-14 18:40       ` Ashton Wiersdorf
2024-12-15 19:10         ` Jim Porter
2024-12-27 20:09           ` Ashton Wiersdorf

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=afb54af5-a541-47ed-8d3c-aefe9c84c23e@gmx.at \
    --to=bug-gnu-emacs@gnu.org \
    --cc=74430@debbugs.gnu.org \
    --cc=ashton@wiersdorfmail.net \
    --cc=eliz@gnu.org \
    --cc=jporterbugs@gmail.com \
    --cc=luangruo@yahoo.com \
    --cc=rudalics@gmx.at \
    /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.