Skip to content

Instantly share code, notes, and snippets.

@hchbaw
Created November 11, 2009 16:15
Show Gist options
  • Save hchbaw/232080 to your computer and use it in GitHub Desktop.
Save hchbaw/232080 to your computer and use it in GitHub Desktop.
--- anything-show-completion.el.orig 2009-11-11 22:10:01.705504508 +0900
+++ anything-show-completion.el 2009-11-11 22:10:10.169480576 +0900
@@ -245,7 +245,7 @@ (defun asc-display-function (buf)
(count-screen-lines
(window-start)
(point)))
- (- (frame-height) anything-show-completion-minimum-window-height))))))))
+ (- (window-height) anything-show-completion-minimum-window-height))))))))
(with-selected-window win
(recenter -1))
(set-window-buffer new-w buf)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment