From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Rethinking count-words-region Date: Sun, 09 Oct 2011 00:12:14 +0300 Organization: JURTA Message-ID: <87k48ftc9t.fsf@mail.jurta.org> References: <87vcs0q05l.fsf@stupidchicken.com> <87d3e75st9.fsf@stupidchicken.com> <87r52nw7cx.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318108759 15224 80.91.229.12 (8 Oct 2011 21:19:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 21:19:19 +0000 (UTC) Cc: 'Chong Yidong' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 08 23:19:15 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RCeIc-0008Bv-3h for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 23:19:14 +0200 Original-Received: from localhost ([::1]:56121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCeIb-0003mo-Jw for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 17:19:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCeIW-0003bG-5c for emacs-devel@gnu.org; Sat, 08 Oct 2011 17:19:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCeIS-0004E6-6z for emacs-devel@gnu.org; Sat, 08 Oct 2011 17:19:06 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:37785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCeIS-0004DX-0Z for emacs-devel@gnu.org; Sat, 08 Oct 2011 17:19:04 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id A81C76E8089; Sat, 8 Oct 2011 14:19:03 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 955E8451C52D; Sat, 8 Oct 2011 14:19:02 -0700 (PDT) In-Reply-To: (Drew Adams's message of "Sat, 8 Oct 2011 13:49:28 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144770 Archived-At: > 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