From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9429: 24.0.50; Extended count-words Date: Fri, 07 Oct 2011 16:20:37 -0400 Message-ID: References: <87pqjhfujk.fsf@sc3d.org> <87r53jneb3.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318018857 9083 80.91.229.12 (7 Oct 2011 20:20:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 20:20:57 +0000 (UTC) Cc: 9429@debbugs.gnu.org, Reuben Thomas To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 07 22:20:50 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 1RCGuX-000271-Vu for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 22:20:50 +0200 Original-Received: from localhost ([::1]:60945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCGuX-00045Q-Gx for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 16:20:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCGuV-00043I-6l for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 16:20:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCGuU-0002rM-9f for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 16:20:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCGuU-0002rI-8E for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 16:20:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RCGuk-0003TV-61 for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 16:21:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87pqjhfujk.fsf@sc3d.org> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Oct 2011 20:21:02 +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.131801885713346 (code B ref 9429); Fri, 07 Oct 2011 20:21:02 +0000 Original-Received: (at 9429) by debbugs.gnu.org; 7 Oct 2011 20:20:57 +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 1RCGuf-0003TD-9N for submit@debbugs.gnu.org; Fri, 07 Oct 2011 16:20:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RCGud-0003T6-Dx for 9429@debbugs.gnu.org; Fri, 07 Oct 2011 16:20:55 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RCGuL-0002On-Un; Fri, 07 Oct 2011 16:20:37 -0400 X-Spook: New World Order president Kh-11 underground class X-Ran: |<]g%G6 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:52402 Archived-At: Juri Linkov wrote: > 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.)