From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: copying and pasting in emacs Date: Mon, 06 Apr 2009 09:29:53 +0200 Message-ID: References: <640dcabc-d78f-4006-901f-2689297ea79a@w9g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239003029 19257 80.91.229.12 (6 Apr 2009 07:30:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 07:30:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: luca.pamparana@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 06 09:31:47 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LqjJ4-00043a-ML for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Apr 2009 09:31:46 +0200 Original-Received: from localhost ([127.0.0.1]:43235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqjHg-0002P9-3g for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Apr 2009 03:30:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqjHK-0002Oy-0B for help-gnu-emacs@gnu.org; Mon, 06 Apr 2009 03:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqjHI-0002OY-GF for help-gnu-emacs@gnu.org; Mon, 06 Apr 2009 03:29:57 -0400 Original-Received: from [199.232.76.173] (port=45300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqjHI-0002OV-BB for help-gnu-emacs@gnu.org; Mon, 06 Apr 2009 03:29:56 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:37394) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqjHH-0003C1-VA for help-gnu-emacs@gnu.org; Mon, 06 Apr 2009 03:29:56 -0400 Original-Received: from thursday (g227072069.adsl.alicedsl.de [92.227.72.69]) by dd18200.kasserver.com (Postfix) with ESMTP id 622CE1832348E; Mon, 6 Apr 2009 09:29:55 +0200 (CEST) In-Reply-To: <640dcabc-d78f-4006-901f-2689297ea79a@w9g2000yqa.googlegroups.com> (luca pamparana's message of "Sun, 5 Apr 2009 07:17:02 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63508 Archived-At: luca.pamparana@gmail.com wrote: > Anyone knows how I can do it esp. highlighting one word, line etc. at > a time. Try `mark-word' (M-@ by default). regards, Nikolaj Schumacher