GNU bug report logs -
#16647
Imprecisions with window-resizing cursors
Previous Next
Full log
View this message in rfc822 format
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.
This bug report was last modified 10 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.