emacs-devel
[Top][All Lists]
Advanced

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

Re: Rethinking count-words-region


From: Juri Linkov
Subject: Re: Rethinking count-words-region
Date: Sun, 09 Oct 2011 00:12:14 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu)

> It happens to still hang around from a time when there were more keys
> to spare and fewer useful commands that we might want to bind.

A good way to make more available keybindings is to turn an existing key
into the key prefix like:

`M-= ='   count-stats
`M-= w'   count-words
`M-= l'   count-lines
`M-= c'   count-chars

`M-= r w'   count-region-words
`M-= r l'   count-region-lines
`M-= r c'   count-region-chars



reply via email to

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