Skip to content

fix: render all stack items on Emacs 29+ (header-line-format)#39

Open
vvutkin wants to merge 1 commit into
johnbcoughlin:masterfrom
vvutkin:master
Open

fix: render all stack items on Emacs 29+ (header-line-format)#39
vvutkin wants to merge 1 commit into
johnbcoughlin:masterfrom
vvutkin:master

Conversation

@vvutkin

@vvutkin vvutkin commented Jul 11, 2026

Copy link
Copy Markdown

Emacs 29+ moved the "--- Emacs Calculator Mode ---" separator from
buffer text to header-line-format. The unconditional forward-line 1
was skipping the deepest stack item instead of the header.

Now checks for the text header before skipping, so the fix is
backwards-compatible with older Emacs versions.

Emacs 29+ moved the "--- Emacs Calculator Mode ---" separator from
buffer text to header-line-format. The unconditional forward-line 1
was skipping the deepest stack item instead of the header.

Now checks for the text header before skipping, so the fix is
backwards-compatible with older Emacs versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant