bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16647: Imprecisions with window-resizing cursors


From: N. Jackson
Subject: bug#16647: Imprecisions with window-resizing cursors
Date: Mon, 24 Feb 2014 11:30:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

At 03:40 -0400 on Monday 2014-02-24, martin rudalics wrote:

> Try with `frame-resize-pixelwise' non-nil in your .emacs.  Maybe it's
> the size hints.

At 09:00 -0400 on Monday 2014-02-24, E. Sabof wrote:

> Changing frame-resize-pixelwise didn't have an effect. However, everything 
> seems to work fine after (setq window-resize-pixelwise t).

I see the same as Evgeni here on GTK+ Version 3.8.8:

    emacs -Q
    M-: (setq frame-resize-pixelwise t) RET
    M-x make-frame-command RET
    Switch to new frame
    M-: (set-frame-parameter nil 'bottom-divider-width 10) RET
    M-x split-window-below RET

As before, the bug is not observed.

    Drag the window divider up a few pixels (but less than one line)

As before, the bug is observed.

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.

N.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]