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: Wed, 14 Sep 2011 21:55:17 +0300 Organization: JURTA Message-ID: <87r53jneb3.fsf@mail.jurta.org> References: <87pqjhfujk.fsf@sc3d.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316027680 14809 80.91.229.12 (14 Sep 2011 19:14:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2011 19:14:40 +0000 (UTC) Cc: Reuben Thomas To: 9429@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 14 21:14:35 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 1R3uuo-0001TO-06 for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 21:14:34 +0200 Original-Received: from localhost ([::1]:48619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uun-0001G4-5E for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 15:14:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uuk-0001Fo-8x for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 15:14:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3uui-0000mG-Ul for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 15:14:30 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uui-0000mC-T9 for bug-gnu-emacs@gnu.org; Wed, 14 Sep 2011 15:14:28 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R3uz8-0007Ji-S4; Wed, 14 Sep 2011 15:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Sep 2011 19:19: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.131602792628091 (code B ref 9429); Wed, 14 Sep 2011 19:19:02 +0000 Original-Received: (at 9429) by debbugs.gnu.org; 14 Sep 2011 19:18:46 +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 1R3uyr-0007J1-Cm for submit@debbugs.gnu.org; Wed, 14 Sep 2011 15:18:46 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R3uyo-0007Io-LT for 9429@debbugs.gnu.org; Wed, 14 Sep 2011 15:18:43 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 93B9A6E806B; Wed, 14 Sep 2011 12:14:07 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id A8985451C47C; Wed, 14 Sep 2011 12:14:06 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 09 Sep 2011 23:03:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 14 Sep 2011 15:19:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:51159 Archived-At: After feature freeze please add a new command `wc' that works like coreutils's command `wc' and bind it to `M-='. Currently `M-=' is bound to `count-lines-region' that contrary to its name prints the number of *characters* and lines. At least with the name `wc' it will be consistent with the well-known shell command `wc' that counts lines, words and bytes. `man wc' says that it counts bytes, not characters. So `wc' (`M-=') could also report bytes in addition to characters, e.g. Region has 1 line, 22 words, 35 characters, 38 bytes