From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.help Subject: Re: how to select an area to delete ? Date: Sat, 19 Jan 2013 08:41:33 +0100 Message-ID: References: <36ca2832.1cf2.13c51358c56.Coremail.horse_rivers@126.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358581304 31412 80.91.229.3 (19 Jan 2013 07:41:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 07:41:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: horse_rivers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 19 08:42:02 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TwT3w-0000vx-5g for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jan 2013 08:42:00 +0100 Original-Received: from localhost ([::1]:38171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwT3f-0001Dl-BE for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jan 2013 02:41:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwT3Z-0001DS-7l for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 02:41:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwT3X-00067b-7L for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 02:41:37 -0500 Original-Received: from mail-lb0-f171.google.com ([209.85.217.171]:62202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwT3W-00067M-VH for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 02:41:35 -0500 Original-Received: by mail-lb0-f171.google.com with SMTP id gg13so1743543lbb.30 for ; Fri, 18 Jan 2013 23:41:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=ojEUASEEok/WqSTgXqZd0iPj/BwDlL4Ydx5uQVwbJvc=; b=Ega7yrXF+Q+AwR5Ahf++/W1xqEBNzMIpEubuhPZO5CW4NRA3gO3Fxcv6fe0b+gkcOe n5q7JTBtESJwoGdVM4o8mF8GexC9FJyGas7zZSB7frnlqVAvVLaSuHKrIc6i87v9PO/n jwaZFCMd/1NchSqOc3YxSwAwULnY62HjM0xF5XUAoK63lRY/ia/dFBqcD4Z8iDpmynL5 0r9zDek5v1NlPKh6Zx4funm5qK2JEDqRkgkD/AnRKYP43BvMCFUVXCmmw7sgv+AHJCDE CWMxyon+xr3i/Ugr+CXgGRSODc+NOn2dNRuYNufnSaztQXWxZhMon65kKMBTrX5MIUDx uWcA== X-Received: by 10.112.28.105 with SMTP id a9mr4779703lbh.66.1358581293951; Fri, 18 Jan 2013 23:41:33 -0800 (PST) Original-Received: by 10.114.92.68 with HTTP; Fri, 18 Jan 2013 23:41:33 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.171 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88732 Archived-At: > On Sat, Jan 19, 2013 at 8:30 AM, Dani Moncayo wrote: >>> If I want to delete an area with several lines =EF=BC=8C how to made= these lines selected >> >> Move point to that area and type `C-h' (which is bound to the command ^^^ I mean `M-h', sorry. >> `mark-paragraph'). > > I'm assuming that your "area" is what Emacs consider a "paragraph", > i.e. several consecutive lines which are isolated from the rest of the > text with empty lines. > > If that's not your case, mark the region as Barry said. > > > -- > Dani Moncayo --=20 Dani Moncayo