Takes dedication to implement something more complex that
(defun goto-line (lnum)
(save-restriction
(widen)
(goto-char (point-min))
(forward-line (1- lnum))))
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
PuercoPop (puercopop@mastodon.social)'s status on Thursday, 03-Apr-2025 20:58:03 JST PuercoPop