emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Assertion failes in w32uniscribe.c


From: Juanma Barranquero
Subject: Re: Assertion failes in w32uniscribe.c
Date: Thu, 3 Apr 2008 19:22:05 +0200

On Thu, Apr 3, 2008 at 5:06 PM, Jason Rumney <address@hidden> wrote:

>  I'll add code to avoid the assertion

In

+  /* Check the spec is in the right format.  */
+  if (!CONSP (otf_spec) || Flength (val) < 3)
+    return 0;
+

I suppose it's really Flength (otf_spec), isn't it?


> but can you debug and see where this
> bogus font spec is coming from?

Yes.


    Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]