unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* raise-minibuffer-frame does not work
@ 2005-03-17 16:11 Steven W. Orr
  0 siblings, 0 replies; only message in thread
From: Steven W. Orr @ 2005-03-17 16:11 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-02-04 on bugs.build.redhat.com
configured using `configure  --build=i386-redhat-linux --host=i386-redhat-linux --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-pop --with-sound'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: nil
  default-enable-multibyte-characters: nil

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I have the following code in my .emacs startup:
	(if use-separate-frame
	    (progn
	      (setq resize-minibuffer-frame t)
	      (setq x-pointer-shape x-pointer-left-ptr)
	      
	      (setq minibuffer-auto-raise t)
	      (defadvice message (after message activate)
		(raise-minibuffer-frame))
	      (defadvice y-or-n-p (before y-or-n-p activate)
		(raise-minibuffer-frame))
	      ;; isearch mode stuff
	      (add-hook 'isearch-mode-hook 'raise-minibuffer-frame)
;	      (add-hook 'isearch-mode-end-hook 'lower-minibuffer-frame)
	      
	      (add-hook 'minibuffer-setup-hook 'raise-minibuffer-frame)
;	      (add-hook 'minibuffer-exit-hook 'lower-minibuffer-frame)
	      ))

It always used to work, now it does not always work.



Recent input:
<return> C-f C-f M-k C-a C-f C-f C-SPC M-f M-f <up> 
<right> <right> <right> <right> <right> <right> <right> 
<right> <right> <right> <right> <right> <right> <right> 
<right> <right> <escape> w <escape> : C-y <return> 
C-h b C-h C-h C-a C-s C-x p C-s b u g C-s C-a M-x s 
u b m i t - b <tab> <help-echo> <backspace> <backspace> 
<backspace> <tab> <backspace> <backspace> <backspace> 
<backspace> <backspace> C-h C-g C-g C-g C-g C-h a s 
u b m i t <return> C-x 0 C-x 0 C-c C-b <help-echo> 
<switch-frame> <switch-frame> C-a M-x r e p o <tab> 
r <tab> <return>

Recent messages:
Scanning buffer for index (100%)
Mark set
nil

Mark saved where search started
setq: Quit
keyboard-quit: Quit [2 times]
Loading apropos...done
Type C-x 4 b RET to restore the other window.  C-M-v to scroll the help.
Loading emacsbug...done

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-17 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17 16:11 raise-minibuffer-frame does not work Steven W. Orr

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).