a more proper popup position under Linux

This commit is contained in:
Zhang Chiyuan 2008-03-06 16:20:15 +00:00
parent 3950440f12
commit 95578c22d0

View File

@ -574,7 +574,7 @@ If POINT is not given, default is to current point."
(x-y (posn-x-y pn)) (x-y (posn-x-y pn))
(x (car x-y)) (x (car x-y))
(y (cdr x-y)) (y (cdr x-y))
(coord (list (list (+ x 80) (+ y 20)) (selected-window)))) (coord (list (list (+ x 10) (+ y 20)) (selected-window))))
coord)) coord))
(defun yas/popup-for-template (templates) (defun yas/popup-for-template (templates)