From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: how to select an area to delete ? Date: Sat, 19 Jan 2013 21:05:26 +0530 Message-ID: <87k3r96v9d.fsf@gmail.com> 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 1358609748 23514 80.91.229.3 (19 Jan 2013 15:35:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2013 15:35:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 19 16:36:07 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 1TwaSf-0004n7-Bi for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jan 2013 16:36:01 +0100 Original-Received: from localhost ([::1]:54952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwaSN-0000Kj-Ng for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jan 2013 10:35:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwaSI-0000KQ-03 for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 10:35:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwaSG-0007BH-NT for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 10:35:37 -0500 Original-Received: from mail-da0-f53.google.com ([209.85.210.53]:60308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwaSG-0007BC-I0 for help-gnu-emacs@gnu.org; Sat, 19 Jan 2013 10:35:36 -0500 Original-Received: by mail-da0-f53.google.com with SMTP id x6so2056746dac.12 for ; Sat, 19 Jan 2013 07:35:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=EgrZOknlVMbxAMHiSOGV7yXMoHwWTKoRc9guwsieB9k=; b=TujffDTwIy/Z9uhfIwgLq4O+FFVDdQt06E1cqyY+YrtVuMlPhvhvwFc04lbMPq6Kw9 QQQqtVZ5DO9sENJuOZnM1Mvc4fzjjlWCAwKq9ro4VRT00XjPrx+moj0lAA65bjBHzDhO fyk+4rEDitxdVafvJei8/ly5YCrYZdXCQ37ns6uP62spt7qDxF2elTN4YXd9lxNlf+vr jQZzYxh1AgHMCVaDVWfRDfYrwHXFWprjeoOjj1dS+Dz1kf85MqPcN2AcuJ9T6nsh9hOy rQKDR+39IxQRi7Q4QEv5NzigIDnSFQsW2FDAWqWDA6FEFDz5kJPNvUX2yi1w5AKpZpR0 cccA== X-Received: by 10.68.197.9 with SMTP id iq9mr15271496pbc.130.1358609735149; Sat, 19 Jan 2013 07:35:35 -0800 (PST) Original-Received: from debian-6.05 ([115.242.250.248]) by mx.google.com with ESMTPS id qr8sm5162307pbc.64.2013.01.19.07.35.32 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sat, 19 Jan 2013 07:35:34 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Sat, 19 Jan 2013 09:51:06 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.53 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:88738 Archived-At: Stefan Monnier writes: >> =C2=A0 If I want to delete an area =C2=A0with several lines =EF=BC=8C ho= w to made these lines >> selected ,then delete them? > > You might like to try the online interactive tutorial (via C-h t, or > "Help =3D> Emacs tutorial" in the menu). It will explain this among > other things. Emacs guided tour is also a good resource: http://www.gnu.org/software/emacs/tour/ > > > Stefan > > > --=20