From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: pop-up-frames inconvenience Date: Mon, 05 Jun 2006 22:06:18 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1149559607 4579 80.91.229.2 (6 Jun 2006 02:06:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jun 2006 02:06:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 06 04:06:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnQxv-00086q-H6 for ged-emacs-devel@m.gmane.org; Tue, 06 Jun 2006 04:06:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnQxv-0003bp-4A for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 22:06:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnQxk-0003bk-DJ for emacs-devel@gnu.org; Mon, 05 Jun 2006 22:06:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnQxk-0003bX-0T for emacs-devel@gnu.org; Mon, 05 Jun 2006 22:06:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnQxj-0003bT-SA for emacs-devel@gnu.org; Mon, 05 Jun 2006 22:06:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnR4z-0002uJ-Nr for emacs-devel@gnu.org; Mon, 05 Jun 2006 22:14:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FnQxW-00010A-QA; Mon, 05 Jun 2006 22:06:19 -0400 Original-To: sds@podval.org In-reply-to: (message from Sam Steingold on Mon, 05 Jun 2006 11:08:50 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55739 Archived-At: when pop-up-frames is customized to t, the frames proliferate without end and have to be explicitly deleted. e.g., C-x m (`compose-mail') now creates a new frame that does not go away automatically when I hit C-c C-c (`message-send-and-exit'). That is what pop-up-frames does.