From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Point trapped in link Date: Mon, 13 Apr 2009 15:11:24 -0500 Message-ID: <8763h871qr.fsf@fastmail.fm> References: <87zlelb9ra.fsf@gmail.com> <792719D2-9B0A-49E7-884D-FC83479FB57D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtSUK-0007mO-MY for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 16:10:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtSUF-0007lM-57 for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 16:10:40 -0400 Received: from [199.232.76.173] (port=39656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtSUE-0007lJ-O2 for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 16:10:34 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:52221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtSUE-0001wa-Cy for emacs-orgmode@gnu.org; Mon, 13 Apr 2009 16:10:34 -0400 In-Reply-To: <792719D2-9B0A-49E7-884D-FC83479FB57D@gmail.com> (Carsten Dominik's message of "Mon, 13 Apr 2009 08:57:10 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Leo Hi Carsten, Carsten Dominik writes: > On Apr 13, 2009, at 3:52 AM, Daniel Clemente wrote: > >>> >>> You can see the point sometimes trapped in the beginning of the >>> description, or not able to move it. >>> >> I can also see this bug; org-mode 6.25trans. The cursor is in fact >> moving through the invisible syntax, which at the beginning is >> [[http://www.google.com/ ][ (so after 26 , you see it move >> again). > > I have fixed this temporarily, but I still need to investigate what > the state of affairs is in Emacs 23 with intangible properties. After pulling the most recent updates from the git repo, I am finding that the point still gets trapped at the beginning and end of links (i.e., when using C-f and M-f and C-b and M-b). Here's my current emacs: GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.14.4) on Ubuntu 8.10. - Matt