GNU bug report logs - #16647
Imprecisions with window-resizing cursors

Previous Next

Package: emacs;

Reported by: E Sabof <evgkeni.sampelnikof <at> gmail.com>

Date: Wed, 5 Feb 2014 06:36:02 UTC

Severity: normal

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: E Sabof <esabof <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 16647 <at> debbugs.gnu.org
Subject: bug#16647: Imprecisions with window-resizing cursors
Date: Thu, 13 Feb 2014 09:46:46 +0000
martin rudalics <rudalics <at> gmx.at> writes:

> Sorry, the parameter is called right-divider-width.  Does it still show
> a <-> cursor when moving the mouse to the right and that is 1?  What
> happens when you increase the width?

I didn't manage to get the patch working for some reason. Assuming the
below is equivalent, there is still no change with right-divider-width.

The window I get in the messages, may also be off by a few pixels.
(Although the cursor doesn't change at all with the above snippet).

Evgeni

(progn
  (setq-local track-mouse t)
  (scroll-bar-mode -1)
  (global-set-key (kbd "<mouse-movement>")
                  (lambda (event)
                    (interactive "e")
                    (message "%s" (car (event-end event))))))




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.