From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9429: 24.0.50; Extended count-words Date: Sat, 08 Oct 2011 22:29:04 +0300 Organization: JURTA Message-ID: <87obxrz31j.fsf@mail.jurta.org> References: <87pqjhfujk.fsf@sc3d.org> <87r53jneb3.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318102930 14990 80.91.229.12 (8 Oct 2011 19:42:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 19:42:10 +0000 (UTC) Cc: 9429@debbugs.gnu.org, Reuben Thomas To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 08 21:42:06 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1RCcmc-0004Di-6T for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 21:42:06 +0200 Original-Received: from localhost ([::1]:46486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCcmb-0000Zm-Oo for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 15:42:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCcmZ-0000ZT-Ej for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 15:42:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCcmX-0008Jw-5M for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 15:42:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCcmX-0008Js-3t for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 15:42:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RCcmY-0008Td-5D for bug-gnu-emacs@gnu.org; Sat, 08 Oct 2011 15:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 08 Oct 2011 19:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9429 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 9429-submit@debbugs.gnu.org id=B9429.131810291032569 (code B ref 9429); Sat, 08 Oct 2011 19:42:01 +0000 Original-Received: (at 9429) by debbugs.gnu.org; 8 Oct 2011 19:41:50 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCcmM-0008TF-M2 for submit@debbugs.gnu.org; Sat, 08 Oct 2011 15:41:50 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCcmK-0008T8-AC for 9429@debbugs.gnu.org; Sat, 08 Oct 2011 15:41:49 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 7F44D6E808C; Sat, 8 Oct 2011 12:41:46 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 6584C451C52D; Sat, 8 Oct 2011 12:41:45 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Fri, 07 Oct 2011 16:20:37 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 08 Oct 2011 15:42:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52433 Archived-At: >> After feature freeze please add a new command `wc' that works like >> coreutils's command `wc' and bind it to `M-='. > > IMO there is no need for a `wc' alias. `count-words' is fine and more > consistent with Emacs terminology. Emacs does not have rm, mv, cp, ls... > (I know it has cd and pwd, but no need to add more of these.) I agree it makes no sense to borrow its name for Emacs as long as the corresponding Emacs command is bound to the easy to type key `M-='.