Hi, [EMAIL PROTECTED] (2008-05-25 at 1849.29 +0200): > I'm using this to warp my cursor to un-iconfied windows: > ( setq warp-to-window-enabled t ) > ( setq warp-pointer-if-necessary t ) > this will end up moving the cursor below the titlebar. How can I move > the cursor to the middle of the window?
(setq warp-to-window-offset 50 50) should put it centered vertically and horizontally. > And why does it only work with un-iconfied windows and not also with > newly created ones? - Or is where a way to do so? No idea about that one, sorry. GSR
