Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.2--patch-14
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Sat May 14 21:58:38 MSD 2005
Standard-date: 2005-05-14 17:58:38 GMT
Modified-files: lisp/xwem-minibuffer.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.2--patch-14
Summary: Revert from using XGetGeometry to xwem-minib-cl-xgeom
Keywords: performance, speed, minibuffer
* lisp/xwem-minibuffer.el (xwem-minib-rsz-resize): [fix] Revert back to
use of `xwem-minib-cl-xgeom' instead of XGetGeometry. The thing is
that `xwem-minib-rsz-resize' is executed in post-command-hook,
i.e. after any command including self-insert-command, and XGetGeometry
requires full interaction with server, thus `xwem-minib-rsz-resize'
slows things down.
|