From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: possible bug: TAB after elipsis Date: Sat, 27 Mar 2010 12:35:02 -0400 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvZ28-0005vn-B2 for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 12:38:48 -0400 Received: from [140.186.70.92] (port=51309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvZ25-0005V9-Of for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 12:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvYyY-0001p2-6t for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 12:35:07 -0400 Received: from smtp102.prem.mail.ac4.yahoo.com ([76.13.13.41]:32605) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NvYyY-0001ot-4W for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 12:35:06 -0400 In-Reply-To: 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 Hi Carsten, On 10-Mar-26, at 2:32 AM, Carsten Dominik wrote: > > On Mar 24, 2010, at 7:04 PM, Anthony Lander wrote: > >> If the cursor is after the elipsis on a folded entry like this: >> >> **** Some entry...| >> >> pressing TAB doesn't expand the entry, or in fact, do anything >> useful at all. Is it possible to get it to expand the entry, or am >> I missing something? > > Cursor after the dots means the cursor is no longer in the headline, > in fact it is no longer in the entry at all. I was thinking about this a bit more. Is it possible to meet in the middle and restrict the cursor so that it can't go past the last character in the headline, like this: *** Some entry|... I suggest this because if you do type after the elipsis, the text goes right on the end of the folded entry, which I believe is undesirable as well; It means that part of the entry is invisible, and part is visible. Limiting the cursor would solve both problems. Is this even feasible? Regards, -Anthony