all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to supress pop up frames on emacs22 on WinXP
@ 2007-11-12 13:31 zms
  2007-11-12 18:24 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: zms @ 2007-11-12 13:31 UTC (permalink / raw)
  To: help-gnu-emacs

Completion buffer pops up in it's own frame which I have to close by
clicking [x] button using mouse.  This behaviour is very annoying.  I
tried following in my .emacs but it still continues.

(setq pop-up-frames nil)
(setq pop-up-windows nil)

I am using "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)" on Windows XP
SP2.

Any suggestions would be appreciated.

Thanks,
--
Manish

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

* RE: how to supress pop up frames on emacs22 on WinXP
  2007-11-12 13:31 how to supress pop up frames on emacs22 on WinXP zms
@ 2007-11-12 18:24 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2007-11-12 18:24 UTC (permalink / raw)
  To: zms, help-gnu-emacs

> Completion buffer pops up in it's own frame which I have to close by
> clicking [x] button using mouse.  This behaviour is very annoying.  I
> tried following in my .emacs but it still continues.
>
> (setq pop-up-frames nil)
> (setq pop-up-windows nil)
>
> I am using "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)" on Windows XP
> SP2.
>
> Any suggestions would be appreciated.

Does this also happen if you use emacs -Q (to bypass your init file)?

What is, in fact, the value of pop-up-frames? What happens if you set
pop-up-frames to t interactively?

I suspect that something that your .emacs is doing or loading after the
(setq pop-up-frames nil) is setting pop-up-frames to non-nil.

BTW, the problem of your having to close the frame manually is a bug (still
existing, AFAIK). After completion is done, the *Completions* frame should
disappear.

(If you for some reason do want a separate *Completions* frame, but just
don't want to be obliged to close it manually, try Icicles:
http://www.emacswiki.org/cgi-bin/wiki/Icicles.)

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

end of thread, other threads:[~2007-11-12 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 13:31 how to supress pop up frames on emacs22 on WinXP zms
2007-11-12 18:24 ` Drew Adams

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.