I want to run sort-lines command on the whole file.
C-xhM-xsort-linesEnter
I need to mark the region before running sort-lines command.
How to skip the C-xh. Can I provide a argument (like % in vim) to sort-lines command?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s what appears to be the simplest solution — if no region is active, pass the extents of the buffer to
sort-lines: