all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: xdisp.c problem?
Date: Thu, 30 Jan 2003 12:51:03 +0900 (JST)	[thread overview]
Message-ID: <200301300351.MAA18471@etlken.m17n.org> (raw)
In-Reply-To: <20030129.174125.01368882.Takaaki.Ota@am.sony.com> (message from Tak Ota on Wed, 29 Jan 2003 17:41:25 -0800 (PST))

In article <20030129.174125.01368882.Takaaki.Ota@am.sony.com>, Tak Ota <Takaaki.Ota@am.sony.com> writes:
>>  > 2003-01-29  Kenichi Handa  <handa@m17n.org>
>>  > 	* xdisp.c (set_cursor_from_row): Pay attention to string display
>>  > 	properties.
>>  
>>  > This change causes emacs to get hung when I try to view a message of
>>  > the following type.  Switching back to the old xdisp.c eliminates the
>>  > problem.
>>  
>>  > Content-Type: text/html; charset="euc-kr"
>>  
>>  Could you show me exactly what to do to reproduce that bug?

> I tried to isolate the case from the entire circumstance, which is
> using Mew package to view email messages.  I was not successful.  It
> happens only when I try to view certain messages.  C-g does not break
> emacs once it gets trapped in this situation.  There is one more fact
> I have gained by tracing elisp execution.  The last lisp function
> called is `overlay-put' and the emacs stops responding after that.  I
> used C debugger to follow the trace from entry to `overlay-put' but
> could not conclusion anything meaningful.

Please check if Emacs is in an infinite loop or not, and if
it's in an infinite loop, find in which part of code it's
executing.

It's not likely that the modified function
set_cursor_from_row itself has an infinite loop, but it may
set cursor position to where the other display engine code
don't expect.

---
Ken'ichi HANDA
handa@m17n.org

  reply	other threads:[~2003-01-30  3:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-29 23:33 xdisp.c problem? Tak Ota
2003-01-30  0:00 ` Kenichi Handa
2003-01-30  1:41   ` Tak Ota
2003-01-30  3:51     ` Kenichi Handa [this message]
2003-01-30 17:39       ` Tak Ota
2003-01-30 21:13       ` Tak Ota
2003-01-30 23:56         ` Tak Ota
2003-01-31  3:58           ` Kenichi Handa
2003-01-31  2:47             ` Masatake YAMATO
2003-01-31  6:05               ` Kenichi Handa
2003-01-31  6:01                 ` Masatake YAMATO
2003-01-31 17:34             ` Tak Ota
2003-01-31 19:19           ` Richard Stallman
2003-01-30 16:57     ` Masatake YAMATO
2003-01-31  0:35       ` Tak Ota
2003-01-31  2:16         ` Masatake YAMATO

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=200301300351.MAA18471@etlken.m17n.org \
    --to=handa@m17n.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.