From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Make register insertion consistent with other insertion Date: Thu, 11 Sep 2014 14:01:05 +0000 (UTC) Message-ID: References: <54110847.50204@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410444102 19660 80.91.229.3 (11 Sep 2014 14:01:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2014 14:01:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 16:01:36 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XS4wI-0004y0-UO for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2014 16:01:35 +0200 Original-Received: from localhost ([::1]:38715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS4wI-0007GM-Jw for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2014 10:01:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS4w8-0007Fq-PN for emacs-devel@gnu.org; Thu, 11 Sep 2014 10:01:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS4w2-0001AK-C4 for emacs-devel@gnu.org; Thu, 11 Sep 2014 10:01:24 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS4w2-0001A5-5z for emacs-devel@gnu.org; Thu, 11 Sep 2014 10:01:18 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XS4w1-0004kd-5E for emacs-devel@gnu.org; Thu, 11 Sep 2014 16:01:17 +0200 Original-Received: from 94-21-170-122.pool.digikabel.hu ([94.21.170.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2014 16:01:17 +0200 Original-Received: from adatgyujto by 94-21-170-122.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2014 16:01:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.170.122 (Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174175 Archived-At: Daniel Colascione dancol.org> writes: > > I'd like to apply the following patch to flip the sense of the prefix > argument to interact calls to insert-register. I find the current > default behavior of putting point before the inserted text annoying; I > want it after more often and don't want to add C-u to an already long > key sequence. > +1 It's very annoying when the cursor stays before the inserted text. In practice I pretty much always want it after it.