unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* minibuffer-scroll-window question
@ 2009-05-23  2:39 Trey Jackson
  2009-05-25 14:58 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Trey Jackson @ 2009-05-23  2:39 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

All,

When reading the documentation for minibuffer-scroll-window, it looks like I
should be able to do something like:

(defun my-minibuffer-setup-hook ()
  "try to force the scroll window to be the bottom-left window in the
current frame"
  (setq minibuffer-scroll-window (window-at 0 (- (frame-height) 2))))
(add-hook 'minibuffer-setup-hook 'my-minibuffer-setup-hook)

However, in minibuf.c, the defun 'minibuffer-complete sets the
minibuf_scroll_window variable to nil.

So, my question is, how and when can this variable be meaningfully used by
an end user?  Should my hook have worked (i.e. this behavior is a bug)?


thanks,

TJ

-- 
Trey Jackson
bigfaceworm@gmail.com
"Like any truly useful program, `hello' contains a built-in mail reader."
-- GNU's Bulletin, July 1996

[-- Attachment #2: Type: text/html, Size: 1012 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-26 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23  2:39 minibuffer-scroll-window question Trey Jackson
2009-05-25 14:58 ` Stefan Monnier
2009-05-26 17:25   ` Trey Jackson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).