[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sort data in buffer.
From: |
Thien-Thi Nguyen |
Subject: |
Re: Sort data in buffer. |
Date: |
Thu, 06 Sep 2007 12:32:41 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
() "Dave Pawson" <dave.pawson@gmail.com>
() Thu, 6 Sep 2007 10:49:39 +0100
> how did you search?
Clearly not in the right place?
The O'Reilly book isn't much help,
and the Linux sort didn't do what I want.
the sort I wanted. M-x sort-lines.
Perfect.
there's no need to go outside emacs in this case.
try typing:
M-x apropos RET sort RET
you will see sort-lines (and lots of other stuff).
thi