From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Invalid face issues Date: Wed, 7 Nov 2007 09:43:07 +0100 Message-ID: <4E21828A-FDE2-461B-8ADE-A12B72D74EB1@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpgVJ-0007eg-4l for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpgVH-0007e6-Nx for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpgVH-0007dv-Ds for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:15 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpgVH-0007wk-0J for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:15 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpgVG-0008C4-8K for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:14 -0500 Received: by ug-out-1314.google.com with SMTP id a2so82857ugf for ; Wed, 07 Nov 2007 00:43:12 -0800 (PST) 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: Andrew Hyatt Cc: emacs-orgmode@gnu.org On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote: > I just spend a good half hour tracking this down. It looks like > this, in org-mode is killing me. It look wrong to me, but I'm not > an expert: > > (set-display-table-slot > org-display-table 4 > (vconcat (mapcar > (lambda (c) (make-glyph-code c (and (not (stringp org- > ellipsis)) > org-ellipsis))) > (if (stringp org-ellipsis) org-ellipsis "...")))) > > Why are we making a glyph-code out of an ellipsis? We end up with > a strange-looking display-table. This is how I understand this need to be done. Am I not correct? Anyway, I will revert to the default nil for org-ellipsis and leave it to users to customize it. - Carsten > > On 11/6/07, Andrew Hyatt wrote: I seem to > have an issue where I will be using emacs for a while, and > eventually something happens which will corrupt all org buffers, > and make them unviewable (the buffer refuses to display, but > otherwise does not affect the rest of my emacs session). The error > I get is "line-move-partial: Invalid face". I can switch to text- > mode and see it normally. > > > I'm using emacs version 23.0.0.1. I'm using org-mode version > 5.13a. This seemed to coincide to my upgrade from org-mode version > 4 to 5.13a. This happens on both terminal and x-windows versions > of emacs. > > > Has anyone experienced this issue before? Any ideas on how to > solve it? > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode