User: aidan
Date: 09/08/14 19:34:57
Modified: packages/mule-packages/leim ChangeLog quail.el
Log:
mule-packages/lisp/leim/quail.el; use #'frame-lowest-window, not
#'window-at, thank you Julian Bradfield.
Revision Changes Path
1.39 +6 -0 XEmacs/packages/mule-packages/leim/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- ChangeLog 2009/01/01 13:08:48 1.38
+++ ChangeLog 2009/08/14 17:34:56 1.39
@@ -1,3 +1,9 @@
+2009-08-14 Aidan Kehoe <[email protected]>
+
+ * quail.el (quail-show-guidance-buf):
+ Use #'frame-lowest-window, not #'window-at, when working out what
+ the lowest window is. Thank you Julian Bradfield!
+
2009-01-01 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.28 released.
1.9 +1 -1 XEmacs/packages/mule-packages/leim/quail.el
Index: quail.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/mule-packages/leim/quail.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- quail.el 2007/05/20 19:32:44 1.8
+++ quail.el 2009/08/14 17:34:56 1.9
@@ -1512,7 +1512,7 @@ or in a newly created frame (if the sele
(quail-make-guidance-frame quail-guidance-buf)
;; Find the bottom window and split it if necessary.
(let (height)
- (setq win (window-at 0 (- (frame-height) 2)))
+ (setq win (frame-lowest-window))
(setq height (window-height win))
;; If WIN is tall enough, split it vertically and use
;; the lower one.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.