From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Underlines and strike-through lines in column view Date: Fri, 25 Apr 2008 15:52:33 +0200 Message-ID: <3234B746-6FA4-4BB9-BF25-EC3580C1C877@science.uva.nl> References: <48109F6A.4020203@gmail.com> Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JpOLu-0000Uw-7b for emacs-orgmode@gnu.org; Fri, 25 Apr 2008 09:52:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpOLs-0000UL-Lg for emacs-orgmode@gnu.org; Fri, 25 Apr 2008 09:52:37 -0400 Received: from [199.232.76.173] (port=59056 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpOLs-0000UG-Hl for emacs-orgmode@gnu.org; Fri, 25 Apr 2008 09:52:36 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpOLs-0001yk-0X for emacs-orgmode@gnu.org; Fri, 25 Apr 2008 09:52:36 -0400 In-Reply-To: <48109F6A.4020203@gmail.com> 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: Wanrong Lin Cc: org-mode mailing list On Apr 24, 2008, at 4:55 PM, Wanrong Lin wrote: > Hi, > > In the column view, I often see some underlines and strike-through > lines that show up kind of randomly. I have seen this for quite > sometime, maybe since I began to use the column view 3 or 4 months > ago. Are there any special meanings for those lines or they are just > noise? I am now using Emacs 22.2 (on windows) and org-6.02. Thank you. This happens because each column is an overlay over a one character in the line below, and it seems that the properties of the underlying faces are still coming through. Column one has the properties of character one in the line, column two that of character two, etc. Fixed now, I think. Why in the world would you be using a strike-through face? There is nothing more ugly in the world of typography than strike-through faces, and web sites that use it immediately get onto the black list of my parental control program :-) - Carsten