From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: C-n and C-a Date: Thu, 29 Jan 2009 19:48:59 +0100 (CET) Message-ID: <20090129.194859.196660571.hanche@math.ntnu.no> References: <87wsce6kcr.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233255017 13869 80.91.229.12 (29 Jan 2009 18:50:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 18:50:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 19:51:31 2009 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 1LSbyr-0005zq-ME for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 19:51:14 +0100 Original-Received: from localhost ([127.0.0.1]:45809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSbxZ-0006ng-Eh for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 13:49:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSbwo-0005y7-VR for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:49:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSbwn-0005vY-7L for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:49:06 -0500 Original-Received: from [199.232.76.173] (port=60428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSbwm-0005vM-R8 for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:49:04 -0500 Original-Received: from abel.math.ntnu.no ([129.241.15.50]:57730) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LSbwm-0001Tl-6a for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:49:04 -0500 Original-Received: (qmail 29741 invoked from network); 29 Jan 2009 18:49:01 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by abel.math.ntnu.no with ESMTPA; 29 Jan 2009 18:49:01 -0000 In-Reply-To: <87wsce6kcr.fsf@red-bean.com> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.1.53 on Emacs 23.0.60 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 8 (1) 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:108369 Archived-At: + Karl Fogel : > I like this solution much better than C-a C-a (which some others > have suggested), or having C-a go to non-visual line-beginning when > point is already at the visual beginning. Doing either of those > would require one to keep state in mind when writing or executing > macros; I think they would be bug-prone. Ah. Keyboard macros. I didn't think about those. You have a point there. Too bad; otherwise, I would have liked my solution much better, but I think your argument must prevail. - Harald