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: E Sabof
Subject: bug#16647: Imprecisions with window-resizing cursors
Date: Thu, 13 Feb 2014 09:46:46 +0000
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.3

martin rudalics <rudalics@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))))))





reply via email to

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