all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nljlistbox2@gmail.com (N. Jackson)
To: martin rudalics <rudalics@gmx.at>
Cc: 16647@debbugs.gnu.org, esabof@gmail.com
Subject: bug#16647: Imprecisions with window-resizing cursors
Date: Mon, 24 Feb 2014 14:39:15 -0400	[thread overview]
Message-ID: <87k3ck1hkc.fsf@moondust.localdomain> (raw)
In-Reply-To: <530B8B97.7050204@gmx.at> (martin rudalics's message of "Mon, 24 Feb 2014 19:12:39 +0100")

At 14:12 -0400 on Monday 2014-02-24, martin rudalics wrote:

>> But with
>>
>>     emacs -Q
>>     M-: (set-frame-parameter nil 'bottom-divider-width 10) RET
>>     M-x split-window-below RET
>>     Drag the window divider up a few pixels (but less than one line)
>>     Observe bug
>>     M-: (setq window-resize-pixelwise t)
>>
>> The bug is no longer observed. Note that I didn't move the divider after
>> setting window-resize-pixelwise, the bug was immediately no longer
>> manifest.
>
> OK.  Can you try the same I asked Evgeni?  In xdisp.c remove this code
>
>   if (window_resize_pixelwise)
>     {
>       width = height = 1;
>       goto virtual_glyph;
>     }
>
> and check whether setting `window-resize-pixelwise' to t still changes
> the behavior.  The expected answer is "no".
>
> Thanks, martin

No, that's no good. Commenting out the body of that if statement results
in a seg fault when I approach the divider with the mouse cursor.

[nlj@moondust trunk]$ src/emacs -Q
Fatal error 11: Segmentation fault
Backtrace:
src/emacs[0x4f9d6b]
src/emacs[0x4e0e4e]
src/emacs[0x4f8d8e]
src/emacs[0x4f8f93]
/lib64/libpthread.so.0[0x359600ef90]
src/emacs[0x434ad3]
src/emacs[0x4b3cab]
src/emacs[0x4bbed3]
src/emacs[0x4bd378]
/lib64/libgdk-3.so.0[0x31f004e941]
/lib64/libgdk-3.so.0[0x31f004ebce]
/lib64/libgdk-3.so.0(gdk_display_get_event+0x68)[0x31f0023aa8]
/lib64/libgdk-3.so.0[0x31f004e9c2]
/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x146)[0x31ed047dc6]
/lib64/libglib-2.0.so.0[0x31ed048118]
/lib64/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x31ed0481bc]
/lib64/libgtk-3.so.0(gtk_main_iteration+0x15)[0x31f058a5b5]
src/emacs[0x4b5e52]
src/emacs[0x4e7a11]
src/emacs[0x4e7435]
src/emacs[0x537a22]
src/emacs[0x555df0]
src/emacs[0x556901]
src/emacs[0x4e622f]
src/emacs[0x4e6761]
src/emacs[0x4e7b18]
src/emacs[0x4eadd4]
src/emacs[0x58e726]
src/emacs[0x420b14]
src/emacs[0x4ebaf4]
src/emacs[0x4ecfb3]
src/emacs[0x4eebd0]
src/emacs[0x54f26e]
src/emacs[0x4e12de]
src/emacs[0x54f17b]
src/emacs[0x4e5737]
src/emacs[0x4e5a22]
src/emacs[0x417135]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x3595421b45]
src/emacs[0x417bf1]
Segmentation fault (core dumped)





  reply	other threads:[~2014-02-24 18:39 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05  6:05 bug#16647: Imprecisions with window-resizing cursors E Sabof
2014-02-05 10:48 ` martin rudalics
2014-02-06  9:21   ` Evgkeni Sampelnikof
2014-02-06 10:26     ` martin rudalics
2014-02-07 17:32       ` E Sabof
2014-02-07 19:14         ` martin rudalics
2014-02-13  9:46           ` E Sabof
2014-02-14 11:39             ` martin rudalics
2014-02-14 16:13               ` N. Jackson
2014-02-14 18:25                 ` martin rudalics
2014-02-14 22:53                   ` N. Jackson
2014-02-16 10:32                     ` martin rudalics
2014-02-16 18:17                       ` N. Jackson
2014-02-20  4:32                         ` N. Jackson
2014-02-21 18:53                           ` martin rudalics
2014-02-21 23:33                             ` N. Jackson
2014-02-22  9:17                               ` martin rudalics
2014-02-22 18:06                                 ` N. Jackson
2014-02-22 18:33                                   ` E Sabof
2014-02-22 18:52                                     ` martin rudalics
2014-02-22 19:07                                       ` E Sabof
2014-02-23  0:27                                         ` N. Jackson
2014-02-23 10:53                                           ` martin rudalics
2014-02-24  2:01                                             ` N. Jackson
2014-02-24  7:40                                               ` martin rudalics
2014-02-24 15:30                                                 ` N. Jackson
2014-02-24 18:12                                                   ` martin rudalics
2014-02-24 18:39                                                     ` N. Jackson [this message]
2014-02-24 18:58                                                       ` martin rudalics
2014-02-27 19:59                                               ` martin rudalics
2014-02-28  0:49                                                 ` N. Jackson
2014-02-28  6:47                                                   ` Eli Zaretskii
2014-02-28 17:30                                                     ` bug#16647: OT: window-resizing cursor for minibuffer (Imprecisions with window-resizing cursors) N. Jackson
2014-03-01  7:18                                                       ` Eli Zaretskii
2014-02-28 10:59                                                   ` bug#16647: Imprecisions with window-resizing cursors martin rudalics
2014-02-28 17:25                                                     ` bug#16647: OT: window-resizing cursor for minibuffer (Imprecisions with window-resizing cursors) N. Jackson
2014-02-28 18:24                                                       ` martin rudalics
2014-02-28 21:19                                                         ` bug#16647: Imprecisions with window-resizing cursors N. Jackson
2014-09-19  8:18                                                           ` martin rudalics
2014-02-23 10:53                                         ` martin rudalics
2014-02-23 23:29                                           ` E Sabof
2014-02-24  7:39                                             ` martin rudalics
2014-02-24 13:00                                               ` E Sabof
2014-02-24 18:12                                                 ` martin rudalics
2014-02-24 23:06                                                   ` E Sabof
2014-02-26 10:17                                                     ` martin rudalics
2014-02-26 16:45                                                       ` Eli Zaretskii
2014-02-27 20:00                                                         ` martin rudalics
2014-02-27 20:38                                                           ` Eli Zaretskii
2014-02-28 11:00                                                             ` martin rudalics
2014-02-28 11:32                                                               ` Eli Zaretskii
2014-02-28 12:47                                                                 ` martin rudalics
2014-02-28 14:29                                                                   ` Eli Zaretskii
2014-02-28 18:23                                                                     ` martin rudalics
2014-03-01  7:43                                                                       ` Eli Zaretskii
2014-02-27 19:59                                                     ` martin rudalics
2014-02-27 19:59                                             ` martin rudalics
2014-02-22 18:44                                   ` martin rudalics
2014-02-22 23:33                                     ` N. Jackson
2014-02-27 19:58                         ` martin rudalics
2014-02-28  0:39                           ` N. Jackson
2014-02-27 19:58                 ` martin rudalics
2014-02-28  0:38                   ` N. Jackson
2014-02-14 23:13               ` Drew Adams
2014-02-06 10:32     ` Eli Zaretskii
2014-02-06 13:34     ` Stefan Monnier
2014-02-07 19:14       ` martin rudalics
2014-02-27 19:58 ` martin rudalics
2014-02-27 20:33   ` Eli Zaretskii
2014-02-28 11:00     ` martin rudalics
2014-02-28 11:28       ` Eli Zaretskii
2014-02-28 12:47         ` martin rudalics

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=87k3ck1hkc.fsf@moondust.localdomain \
    --to=nljlistbox2@gmail.com \
    --cc=16647@debbugs.gnu.org \
    --cc=esabof@gmail.com \
    --cc=rudalics@gmx.at \
    /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.