[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16647: Imprecisions with window-resizing cursors
From: |
martin rudalics |
Subject: |
bug#16647: Imprecisions with window-resizing cursors |
Date: |
Mon, 24 Feb 2014 19:58:12 +0100 |
>> 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.
Sorry, that's all too obvious. What I meant was to remove the entire
if (window_resize_pixelwise)
{
width = height = 1;
goto virtual_glyph;
}
else
stuff, that is from the "if" up to and including the following "else".
Anyway, I'm just about to be able to reproduce the bug here. All I had
to do was to change the default font to some unusual value.
martin
- bug#16647: Imprecisions with window-resizing cursors, (continued)
- bug#16647: Imprecisions with window-resizing cursors, E Sabof, 2014/02/22
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/22
- bug#16647: Imprecisions with window-resizing cursors, E Sabof, 2014/02/22
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/22
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/23
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/23
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/24
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/24
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/24
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/24
- bug#16647: Imprecisions with window-resizing cursors,
martin rudalics <=
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/27
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/27
- bug#16647: Imprecisions with window-resizing cursors, Eli Zaretskii, 2014/02/28
- bug#16647: OT: window-resizing cursor for minibuffer (Imprecisions with window-resizing cursors), N. Jackson, 2014/02/28
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/28
- bug#16647: OT: window-resizing cursor for minibuffer (Imprecisions with window-resizing cursors), N. Jackson, 2014/02/28
- bug#16647: OT: window-resizing cursor for minibuffer (Imprecisions with window-resizing cursors), martin rudalics, 2014/02/28
- bug#16647: Imprecisions with window-resizing cursors, N. Jackson, 2014/02/28
- bug#16647: Imprecisions with window-resizing cursors, martin rudalics, 2014/02/23
- bug#16647: Imprecisions with window-resizing cursors, E Sabof, 2014/02/23