-1

Emacs 27.1

Suppose I has text file with 50_000 rows.

I want to select region from row number 10_000 to row number 30_000.

How I can do this in Emacs?

a_subscriber
  • 4,062
  • 1
  • 18
  • 56
  • 1
    You were given the answer in a comment to your previous question: search for the beginning line, set a mark, search for the ending line, and narrow. Or go to the beginning line number, set a mark, go to the ending line number and narrow. These are very elementary operations that you should know about by now: you've been around for many years. – NickD Mar 11 '24 at 18:23
  • 2
    Does this answer your question? Show text between two lines – NickD Mar 11 '24 at 18:24
  • The command M-x goto-line, bound to M-g g by default, will allow you to jump to the 10,000th row and 30,000th row. Otherwise the answer from your previous question applies here. – Tyler Mar 11 '24 at 19:35

0 Answers0