From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: zms Newsgroups: gmane.emacs.help Subject: how to supress pop up frames on emacs22 on WinXP Date: Mon, 12 Nov 2007 13:31:19 -0000 Organization: http://groups.google.com Message-ID: <1194874279.917515.309700@o38g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: ger.gmane.org 1194890917 20373 80.91.229.12 (12 Nov 2007 18:08:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 18:08:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 12 19:08:42 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrdiE-0006jc-Aj for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 19:08:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Irdhz-0003Py-4J for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2007 13:08:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o38g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 205.173.93.39 Original-X-Trace: posting.google.com 1194874280 9778 127.0.0.1 (12 Nov 2007 13:31:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 12 Nov 2007 13:31:20 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Internet Explorer 6.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o38g2000hse.googlegroups.com; posting-host=205.173.93.39; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:153706 X-Mailman-Approved-At: Mon, 12 Nov 2007 13:04:39 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49166 Archived-At: 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