Tags: patch As of GNU Emacs 30.2 calc-trail-first focuses the second calc-trail line, not the first one. It's caused by the no longer correct assumption that the first line contains a header (now handled with header-line-format since Emacs 28.1). This is closely related to bug#77816 (already merged). I'm attaching a patch.