From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: keybinding to duplicate the current line. Date: Sun, 17 Jan 2010 16:10:56 +0100 Message-ID: References: <27198868.post@talk.nabble.com> <87k4vgeppx.fsf@mithlond.arda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263741098 1680 80.91.229.12 (17 Jan 2010 15:11:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 15:11:38 +0000 (UTC) Cc: "alin.s" , Emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 16:11:30 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWWmo-0007nA-7l for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 16:11:30 +0100 Original-Received: from localhost ([127.0.0.1]:49564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWWmo-0006Jj-QI for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 10:11:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWWmj-0006JU-3w for emacs-devel@gnu.org; Sun, 17 Jan 2010 10:11:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWWmd-0006JG-OR for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:11:24 -0500 Original-Received: from [199.232.76.173] (port=54672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWWmd-0006JD-K3 for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:11:19 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:63654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWWmd-0006x6-9Z for Emacs-devel@gnu.org; Sun, 17 Jan 2010 10:11:19 -0500 Original-Received: by fxm28 with SMTP id 28so115972fxm.26 for ; Sun, 17 Jan 2010 07:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uCecT8Iq5+SoAPRfAOuCn0tsYLPsAo3da2vF3ErkCrI=; b=RAZ4P1YwXTMu5SRcZoPZhuW8MuXPoQxFpVx0V9/5PWBnj2MFFKVjGm6Ted5pkOiWUd SL51QRP3+0mckUqXt79oWLnWWEnuU+vYzB8ESXIICgRlKCZC4CmMONeCc3939pBR//5q LbWTL6SQ1N9HFQmPGNQ/VcjrW7xWo04Tqdf8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qpFbm3meAl4+vemodsVphNsFhsLEQDrPH+bmpzTMT2KayRSDMNiE3yMdgg8F177m+d 8pTJV9gk8Etb0iGEhYTarujP/1brUBCgnjq2Nf4O/AcdbSYbdqUiPN6HZ6LECbvRWslk VNnK/Ze8Bat3FFTIEfq9DajTogHignWGTdsH8= Original-Received: by 10.239.165.138 with SMTP id x10mr504172hbd.166.1263741076161; Sun, 17 Jan 2010 07:11:16 -0800 (PST) In-Reply-To: <87k4vgeppx.fsf@mithlond.arda> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120152 Archived-At: On Sun, Jan 17, 2010 at 4:05 PM, Teemu Likonen wrote: > On 2010-01-17 05:40 (-0800), alin s. wrote: > >> In order to duplicate it I have to press >> >> C-a C-SPACE C-e C-f M-w C-g C-y > > Quicker alternatives: > > =C2=A0 =C2=A0C-a C-k C-k C-y C-y > =C2=A0 =C2=A0C-a C-SPC C-n M-w C-y Maybe it is worth mentioning that things like this are very easy with vi style bindings. With Viper you do y y p