all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manoj Srivastava <srivasta@ieee.org>
To: emacs-devel@gnu.org
Subject: Re: 23.0.60; Indic Script is not rendered properly
Date: Thu, 29 May 2008 14:28:16 -0500	[thread overview]
Message-ID: <877idcdi5r.fsf@anzu.internal.golden-gryphon.com> (raw)
In-Reply-To: E1K1a8Q-00036z-6t@etlken.m17n.org

On Thu, 29 May 2008 13:53:06 +0900, Kenichi Handa <handa@m17n.org> said: 

> When Emacs stops at Ffont_shape_text, please use n(ext) command to
> step one line by one, and check where the function return.

        It seems to return at the end. Edited transcript follows.

        manoj
======================================================================
(gdb) break Ffont_shape_text
Breakpoint 1 at 0x552dd0: file /usr/local/git/emacs/src/font.c, line 3866.
(gdb) run
[Thread debugging using libthread_db enabled]
[New Thread 0x7fc73c6c4780 (LWP 5419)]
[Switching to Thread 0x7fc73c6c4780 (LWP 5419)]

Breakpoint 1, Ffont_shape_text (from=200, to=240, font_object=75047108,
string=10797201) at /usr/local/git/emacs/src/font.c:3866 



  <---- End of function break ---->
(gdb) break /usr/local/git/emacs/src/font.c:3989
Breakpoint 2 at 0x5533a5: file /usr/local/git/emacs/src/font.c, line 3989.

  <---- Intermediate returns ---->
(gdb) break /usr/local/git/emacs/src/font.c:3905
Breakpoint 3 at 0x552e0f: file /usr/local/git/emacs/src/font.c, line 3905.


3902       gstring = Fvconcat (2, args);
3903     }
3904   if (! INTEGERP (n) || XINT (n) == 0)
3905     return Qnil;
3906   len = XINT (n);
3907 

  <---- Intermediate returns ---->
(gdb) break /usr/local/git/emacs/src/font.c:3870
Breakpoint 4 at 0x552e8c: file /usr/local/git/emacs/src/font.c, line 3870.
(gdb) break /usr/local/git/emacs/src/font.c:3867
Breakpoint 6 at 0x552e7b: file /usr/local/git/emacs/src/font.c, line 3867.


3861   struct font_metrics metrics;
3862   EMACS_INT start, end;
3863   Lisp_Object gstring, n;
3864   int len, i;
3865 
3866   if (! FONT_OBJECT_P (font_object))
3867     return Qnil;
3868   font = XFONT_OBJECT (font_object);
3869   if (! font->driver->shape)
3870     return Qnil;
3871 


(gdb) cont
Breakpoint 2, Ffont_shape_text (from=232, to=240, font_object=75047108,
string=10797201) at /usr/local/git/emacs/src/font.c:3989 
(gdb) 

3985       else
3986         i = j;
3987     }
3988 
3989   return to;
3990 }
3991 

-- 
"Every institution I've ever been associated with has tried to screw
me." Stephen Wolfram
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C





  reply	other threads:[~2008-05-29 19:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 15:39 Indic script rendering bug is fixed Ashish Shukla आशीष शुक्ल
2008-05-29 18:06 ` Chong Yidong
2008-05-26 23:25   ` 23.0.60; Indic Script is not rendered properly Ashish Shukla
2008-05-27  4:19     ` Kenichi Handa
2008-05-27  5:45       ` Manoj Srivastava
2008-05-27  7:57       ` Ashish Shukla आशीष शुक्ल
2008-05-27 11:48         ` Kenichi Handa
2008-05-27 16:15           ` आशीष शुक्ल Ashish Shukla
2008-05-27 20:45             ` Manoj Srivastava
2008-05-28  1:04             ` Kenichi Handa
2008-05-27 18:33         ` Manoj Srivastava
2008-05-28  2:19           ` Kenichi Handa
2008-05-28  8:12             ` Manoj Srivastava
2008-05-29  2:12               ` Kenichi Handa
2008-05-29  3:57                 ` Manoj Srivastava
2008-05-29  4:07                   ` Miles Bader
2008-05-29  4:53                   ` Kenichi Handa
2008-05-29 19:28                     ` Manoj Srivastava [this message]
2008-05-29 18:20     ` bug#320: marked as done (23.0.60; Indic Script is not rendered properly) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877idcdi5r.fsf@anzu.internal.golden-gryphon.com \
    --to=srivasta@ieee.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.