From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew Hyatt" Subject: Invalid face issues Date: Tue, 6 Nov 2007 11:32:42 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1191181308==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpRM6-0004CH-Ft for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 11:32:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpRM5-0004BE-1g for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 11:32:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpRM4-0004B1-TY for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 11:32:44 -0500 Received: from rv-out-0910.google.com ([209.85.198.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpRM4-0003my-Oo for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 11:32:44 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1567346rvf for ; Tue, 06 Nov 2007 08:32:42 -0800 (PST) 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: emacs-orgmode@gnu.org --===============1191181308== Content-Type: multipart/alternative; boundary="----=_Part_18820_2252402.1194366762550" ------=_Part_18820_2252402.1194366762550 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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? ------=_Part_18820_2252402.1194366762550 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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?
------=_Part_18820_2252402.1194366762550-- --===============1191181308== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1191181308==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew Hyatt" Subject: Re: Invalid face issues Date: Tue, 6 Nov 2007 14:38:19 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0086292433==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpUFi-0002rs-Q3 for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 14:38:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpUFh-0002qe-7E for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 14:38:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpUFg-0002qY-TR for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 14:38:20 -0500 Received: from rv-out-0910.google.com ([209.85.198.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpUFg-0004ly-9d for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 14:38:20 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1609566rvf for ; Tue, 06 Nov 2007 11:38:19 -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: emacs-orgmode@gnu.org --===============0086292433== Content-Type: multipart/alternative; boundary="----=_Part_19354_10747183.1194377899366" ------=_Part_19354_10747183.1194377899366 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. 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? > ------=_Part_19354_10747183.1194377899366 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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.

On 11/6/07, Andrew Hyatt <andrew_hyatt@yahoo.com> 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?

 
------=_Part_19354_10747183.1194377899366-- --===============0086292433== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0086292433==-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew Hyatt" Subject: Re: Re: Invalid face issues Date: Wed, 7 Nov 2007 15:34:12 -0500 Message-ID: References: <4E21828A-FDE2-461B-8ADE-A12B72D74EB1@science.uva.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1476373259==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IprbR-0005Cf-6v for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 15:34:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IprbO-0005CI-DW for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 15:34:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IprbO-0005CF-7m for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 15:34:18 -0500 Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IprbO-0005rZ-0C for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 15:34:18 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1905505rvf for ; Wed, 07 Nov 2007 12:34:12 -0800 (PST) In-Reply-To: <4E21828A-FDE2-461B-8ADE-A12B72D74EB1@science.uva.nl> 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 --===============1476373259== Content-Type: multipart/alternative; boundary="----=_Part_22961_32387439.1194467652516" ------=_Part_22961_32387439.1194467652516 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm not an expert in this, but maybe the issue is that make-glyph code is supposed to take a char, and "..." is not a char. On 11/7/07, Carsten Dominik wrote: > > > 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 > > ------=_Part_22961_32387439.1194467652516 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm not an expert in this, but maybe the issue is that make-glyph code is supposed to take a char, and "..." is not a char. 

On 11/7/07, Carsten Dominik <carsten.dominik@gmail.com> wrote:

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 <andrew_hyatt@yahoo.com > 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


------=_Part_22961_32387439.1194467652516-- --===============1476373259== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1476373259==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain Picard Subject: Re: Invalid face issues Date: Thu, 08 Nov 2007 15:06:01 +1100 Message-ID: <87r6j11ivq.fsf@memetrics.com> References: <4E21828A-FDE2-461B-8ADE-A12B72D74EB1@science.uva.nl> 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 1Ipyj5-0004Db-3q for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 23:10:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipyj3-0004Bs-Fz for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 23:10:42 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipyj3-0004Bk-9u for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 23:10:41 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ipyj2-0005g2-Ot for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 23:10:41 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ipyf3-0004Gw-VI for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 04:06:34 +0000 Received: from c211-30-176-112.artrmn2.nsw.optusnet.com.au ([211.30.176.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Nov 2007 04:06:33 +0000 Received: from Alain.Picard by c211-30-176-112.artrmn2.nsw.optusnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Nov 2007 04:06:33 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > Anyway, I will revert to the default nil for org-ellipsis and leave > it to users to > customize it. I had this problem as well, and can confirm that placing a (setq org-ellipsis "...") in my .emacs fixes the problem. FWIW. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Invalid face issues Date: Thu, 8 Nov 2007 10:31:19 +0100 Message-ID: <08FC910A-81C7-4309-AA09-D96BBC59165A@gmail.com> References: <4E21828A-FDE2-461B-8ADE-A12B72D74EB1@science.uva.nl> 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 1Iq3jW-0007rM-QB for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 04:31:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq3jS-0007p5-2e for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 04:31:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq3jR-0007ov-Ux for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 04:31:25 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iq3jR-0002fQ-7L for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 04:31:25 -0500 Received: by ug-out-1314.google.com with SMTP id a2so327403ugf for ; Thu, 08 Nov 2007 01:31:24 -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 7Nov2007, at 9:34 PM, Andrew Hyatt wrote: > I'm not an expert in this, but maybe the issue is that make-glyph > code is supposed to take a char, and "..." is not a char. Well, the code takes one character at a time. mapcar on a string maps the characters. So I turn each character into a glob and put them all into a vector - if I understand the Emacs Lisp manual correctly, this is the expected format..... Lets see, maybe more people will hit this problem and we can collect more info. - Carsten > > On 11/7/07, Carsten Dominik wrote: > 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 > >