From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: copy paragraph Date: Fri, 14 Apr 2006 01:08:47 +0200 Message-ID: <443ED9FF.7010802@student.lu.se> References: <874q0xb13p.fsf@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144969753 27136 80.91.229.2 (13 Apr 2006 23:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 23:09:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 14 01:09:09 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUAvw-00076m-Nt for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Apr 2006 01:09:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUAvw-0000en-7t for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Apr 2006 19:09:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FUAvm-0000eS-4C for help-gnu-emacs@gnu.org; Thu, 13 Apr 2006 19:08:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FUAvj-0000dn-RJ for help-gnu-emacs@gnu.org; Thu, 13 Apr 2006 19:08:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FUAvj-0000dk-OY for help-gnu-emacs@gnu.org; Thu, 13 Apr 2006 19:08:51 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FUB19-0002eJ-En for help-gnu-emacs@gnu.org; Thu, 13 Apr 2006 19:14:27 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.070) id 443D092800055902; Fri, 14 Apr 2006 01:08:47 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: "B. T. Raven" In-Reply-To: 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:34358 Archived-At: B. T. Raven wrote: > "Gary Wessle" wrote in message > news:874q0xb13p.fsf@localhost.localdomain... > >> Hi >> >> I am trying to copy paragraph under point and by binding C-cp like this >> (global-set-key "\C-cp" "\M-A-{\C-@\M-A-}\M-w") >> not working, could some one check it. >> >> thank you >> > > > M-h M-w puts a copy of the paragraph surrounding point into the kill-ring. > On my keyboard this is no slower than C-cp but a standard keyboard layout > may not allow you to touch type those keychords. Still you can hold down > the Meta(Alt) key with one finger and hw with the other hand. > > Ed. > StickyModifiers can maybe help: http://www.emacswiki.org/cgi-bin/wiki/StickyModifiers