From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.help Subject: Re: Select an entire paragraph Date: Thu, 18 Aug 2005 16:33:06 -0400 Message-ID: <6dbd4d00050818133350b61c36@mail.gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1124398847 7164 80.91.229.2 (18 Aug 2005 21:00:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2005 21:00:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 18 23:00:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5rUw-00049I-BC for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Aug 2005 23:00:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5rYT-0002ap-La for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Aug 2005 17:04:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5rUv-0000x5-M4 for help-gnu-emacs@gnu.org; Thu, 18 Aug 2005 17:00:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5rUq-0000vf-3P for help-gnu-emacs@gnu.org; Thu, 18 Aug 2005 17:00:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5rT3-0008NV-2w for help-gnu-emacs@gnu.org; Thu, 18 Aug 2005 16:58:29 -0400 Original-Received: from [64.233.184.194] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E5rKX-0002u9-7E for help-gnu-emacs@gnu.org; Thu, 18 Aug 2005 16:49:41 -0400 Original-Received: by wproxy.gmail.com with SMTP id i6so614664wra for ; Thu, 18 Aug 2005 13:33:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YaHb4mmJqq2BI4lb5Qy1+bPD+HkLBp8eYRp0y9XJxvKzRbjMu7+7AR4xcVduuXjtc9A3WkP2TC+FKIvLVLo5sMSv4jka+Dn+nkfxSX7OMrvoBGl11BEUwty5E+GlGSsg9BR6RcLArZbkK4YpMPfgfDBjo9Qqzfk3BpdiQlOlRPM= Original-Received: by 10.54.29.11 with SMTP id c11mr1447257wrc; Thu, 18 Aug 2005 13:33:06 -0700 (PDT) Original-Received: by 10.54.43.38 with HTTP; Thu, 18 Aug 2005 13:33:06 -0700 (PDT) Original-To: "user@domain.invalid" In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28832 On 8/18/05, user@domain.invalid wrote: > Hello, > Sorry if this is not the correct forum for this. Is there a way to > quickly select an entire paragraph (block of text surounded by > new/blank) lines? When your point is inside the paragraph, either do: M-h or M-x mark-paragraph -Denis