From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: keybinding to duplicate the current line. Date: Sun, 17 Jan 2010 18:02:53 +0200 Message-ID: <87ska41zyq.fsf@mithlond.arda> References: <26688079.1069931263742378267.JavaMail.www@wwinf4606> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263744219 11045 80.91.229.12 (17 Jan 2010 16:03:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 16:03:39 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 17:03:32 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 1NWXak-0006LU-NI for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 17:03:06 +0100 Original-Received: from localhost ([127.0.0.1]:50866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWXal-0000vL-As for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 11:03:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWXae-0000sQ-Rn for emacs-devel@gnu.org; Sun, 17 Jan 2010 11:03:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWXaa-0000oB-C7 for emacs-devel@gnu.org; Sun, 17 Jan 2010 11:03:00 -0500 Original-Received: from [199.232.76.173] (port=56117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWXaa-0000o2-97 for emacs-devel@gnu.org; Sun, 17 Jan 2010 11:02:56 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13]:49562 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWXaZ-0008V8-HW for emacs-devel@gnu.org; Sun, 17 Jan 2010 11:02:55 -0500 Original-Received: from mithlond.arda (84.251.132.215) by kirsi1.inet.fi (8.5.014) id 4B1D0B4D019BF3B5; Sun, 17 Jan 2010 18:02:54 +0200 Original-Received: from dtw by mithlond.arda with local (Exim 4.69) (envelope-from ) id 1NWXaX-0000xW-FG; Sun, 17 Jan 2010 18:02:53 +0200 In-Reply-To: <26688079.1069931263742378267.JavaMail.www@wwinf4606> (A. Soare's message of "Sun, 17 Jan 2010 16:32:58 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:120161 Archived-At: On 2010-01-17 16:32 (+0100), A. Soare wrote: >> C-a C-SPC C-n M-w C-y > > and this is true when line-move-visual is nil. I use it even when I have line-move-visual=t.