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: martin rudalics
Subject: bug#16647: Imprecisions with window-resizing cursors
Date: Mon, 24 Feb 2014 19:12:29 +0100

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

I think you found it.  Just to make sure - xdisp.c has this code:

  if (window_resize_pixelwise)
    {
      width = height = 1;
      goto virtual_glyph;
    }

Can you please comment it out and try once more?  In that case setting
`window-resize-pixelwise' to t should not help any more.

Thanks, martin





reply via email to

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