help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List line numbers for easy navigation


From: Stephen Berman
Subject: Re: List line numbers for easy navigation
Date: Thu, 18 Apr 2024 22:14:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Thu, 18 Apr 2024 19:38:53 +0000 Heime <heimeborgia@protonmail.com> wrote:

> I want to have a list of line numbers so that I can easily navigate to them
> in the current buffer.

(number-sequence 1 (count-lines (point-min) (point-max)))

Steve Berman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]