all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 13063@debbugs.gnu.org
Subject: bug#13063: 24.3.50; emacs_backtrace.txt
Date: Sun, 02 Dec 2012 23:27:44 +0200	[thread overview]
Message-ID: <83pq2srvov.fsf@gnu.org> (raw)
In-Reply-To: <A7B067E38C394556BC2BEFBB36B1FA6B@us.oracle.com>

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Sun, 2 Dec 2012 13:06:34 -0800
> 
> 
> Backtrace:
> 0x0115459C
> 0x0115460E
> 0x01001459
> 0x01021B9F
> 0x0114A15C
> 0x7E418730
> 0x7E418812
> 0x7E4189C9
> 0x7E418A0C
> 0x01148784
> 0x01148A23
> 0x7C80B725

Doesn't make any sense:

  w32_backtrace at C:\emacs\trunk\src/w32fns.c:7735
  emacs_abort at C:\emacs\trunk\src/w32fns.c:7767
  terminate_due_to_signal at C:\emacs\trunk\src/emacs.c:341
  die at C:\emacs\trunk\src/alloc.c:6491
  w32_wnd_proc at C:\emacs\trunk\src/w32fns.c:3165

    case WM_IME_STARTCOMPOSITION:
      if (!set_ime_composition_window_fn)
        goto dflt;
      else
        {
          COMPOSITIONFORM form;
          HIMC context;
          struct window *w;

          f = x_window_to_frame (dpyinfo, hwnd);
          w = XWINDOW (FRAME_SELECTED_WINDOW (f));

          form.dwStyle = CFS_RECT;
          form.ptCurrentPos.x = w32_system_caret_x;
          form.ptCurrentPos.y = w32_system_caret_y;

          form.rcArea.left = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, 0);
          form.rcArea.top = (WINDOW_TOP_EDGE_Y (w)
                             + WINDOW_HEADER_LINE_HEIGHT (w)); <<<<<<<<<<<
          form.rcArea.right = (WINDOW_BOX_RIGHT_EDGE_X (w)
                               - WINDOW_RIGHT_MARGIN_WIDTH (w)
                               - WINDOW_RIGHT_FRINGE_WIDTH (w));
          form.rcArea.bottom = (WINDOW_BOTTOM_EDGE_Y (w)
                                - WINDOW_MODE_LINE_HEIGHT (w));

Did you invoke some Windows input method, by any chance?





  reply	other threads:[~2012-12-02 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-02 21:06 bug#13063: 24.3.50; emacs_backtrace.txt Drew Adams
2012-12-02 21:27 ` Eli Zaretskii [this message]
2012-12-02 21:34   ` Drew Adams
2013-02-23  1:14   ` Glenn Morris

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=83pq2srvov.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=13063@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.