From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Is column view buggy? Date: Thu, 5 Mar 2009 10:37:49 +0100 Message-ID: <32A26ADD-3A9B-40DA-A106-225A43867C82@uva.nl> References: <877i357ieu.fsf@CPU107.opentrends.net> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfA1Z-0005Pw-0I for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 04:37:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfA1Y-0005PU-Aw for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 04:37:52 -0500 Received: from [199.232.76.173] (port=32820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfA1Y-0005PJ-5N for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 04:37:52 -0500 Received: from nf-out-0910.google.com ([64.233.182.188]:21643) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LfA1X-0006Tu-Nb for emacs-orgmode@gnu.org; Thu, 05 Mar 2009 04:37:51 -0500 Received: by nf-out-0910.google.com with SMTP id b11so512636nfh.26 for ; Thu, 05 Mar 2009 01:37:51 -0800 (PST) In-Reply-To: <877i357ieu.fsf@CPU107.opentrends.net> 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: Daniel Clemente Cc: org-mode mailing list Hi Daniel, On Mar 4, 2009, at 10:21 AM, Daniel Clemente wrote: > > Hi, > > I don't know if it's just my setup, but I see many problems when =20 > using column view (C-c C-x C-c) on org6.23trans+Emacs23(Bazaar), =20 > specially with lots of properties in long lines (more than 1 visual =20= > line) or folded contents (where the ellipsis ... is visible). For =20 > instance: > > 1. The cursor isn't visible sometimes when it is over a header which =20= > has the ellipsis (...) at the end. I have never seen this one. > > 2. When I press the up/down arrows, the cursor goes to the upper/=20 > lower line, but 1 cell to the right. This happens just for the first =20= > up/down movement after a left/right one. Yes, this I have seen, and now fixed. > > 3. Sometimes the cursor is locked in a cell and I can't move it down =20= > with the down arrow key (however, up/left/right work). I have not seen that either, maybe you can create a reproducible test =20= case? > These problems seem difficult to debug, since I have many possible =20 > causes (color theme, changed colors, fonts, changed ellipsis, maybe =20= > wrong configuration, =85). > Should I report these problems in detail or are they already known? Detailed report with test case will make them more likely to be fixed. - Carsten