From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: mark-paragraph argument shamefully neglected Date: Mon, 19 Apr 2004 05:39:32 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87hdvhezjf.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082329508 19558 80.91.224.253 (18 Apr 2004 23:05:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2004 23:05:08 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 19 01:05:01 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFLLR-0000Id-00 for ; Mon, 19 Apr 2004 01:05:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFLKj-0006ln-JG for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Apr 2004 19:04:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFLKg-0006jS-KZ for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 19:04:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFLK8-0006Nd-NX for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 19:04:12 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BFLK2-0006MA-Vd for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 19:03:35 -0400 Original-Received: from tc218-187-77-205.2-4.dynamic.apol.com.tw ([218.187.77.205]:33423 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.32 #0) id 1BFLJz-0009m2-0u by authid with plain for ; Mon, 19 Apr 2004 04:33:32 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.30) id 1BFK0i-0000uP-C4 for bug-gnu-emacs@gnu.org; Mon, 19 Apr 2004 05:39:32 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:7648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7648 ESC h runs the command mark-paragraph. But what about marking 3 paragraphs? Add argument capability so ESC 3 ESC h will mark 3 paragraphs. Don't forget negative arguments too.