|
From: Paolo A. <am...@us...> - 2002-02-24 16:01:53
|
Update of /cvsroot/ilisp/ILISP In directory usw-pr-cvs1:/tmp/cvs-serv7246 Modified Files: ilisp-out.el Log Message: (ilisp-make-output-frame): disabled use of `icon-type' parameter with `make-frame'. This caused fatal problems with Emacs 21.1 on Win2K. Removed old cruft in comments. (lisp-pop-to-buffer): rewritten to work sanely in all cases and to actually set input focus in Emacs 21 and XEmacs when requested with new optional `set-input-focus-p parameter'. This solves some problems with KDE (it stole focus in wrong situations, raised frames on top of everything else but didn't change focus, etc.) and Win2K. (switch-to-lisp): now requests `lisp-pop-to-buffer' to set input focus. Also cosmetic changes. (ilisp-display-output-in-lisp-listener): cosmetic changes. (above patches contributed by Hannu Koivisto <az...@ik...>). |