From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Capello Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: [emacsclient] options -c and -t delete unrelated frames when exiting (was Re: 23.0.50; [emacsclient] *ERROR*: Don't know how to create a frame on window system x) Date: Fri, 16 Nov 2007 16:05:16 +0100 Message-ID: <87ve8244er.fsf@gismo.pca.it> References: <87fy0dsb7r.fsf@gismo.pca.it> <200710170210.l9H2A3fW001399@oogie-boogie.ics.uci.edu> <87r6jesvwp.fsf@gismo.pca.it> <87abq2st2x.fsf@gismo.pca.it> <200710290021.l9T0LRs1005782@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1195225589 25053 80.91.229.12 (16 Nov 2007 15:06:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Nov 2007 15:06:29 +0000 (UTC) Cc: Romain Francoise To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 16 16:06:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1It2lP-0007hV-GX for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 16:05:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It2lB-0007tB-Sz for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 10:05:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1It2l8-0007pu-I4 for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:05:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1It2l5-0007hm-Bs for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:05:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It2l5-0007hX-3r for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:05:27 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1It2l4-000302-HM for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:05:26 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1It2l4-000190-AT for emacs-pretest-bug@gnu.org; Fri, 16 Nov 2007 10:05:26 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1It2ky-0002y4-CN for emacs-pretest-bug@gnu.org; Fri, 16 Nov 2007 10:05:26 -0500 Original-Received: from mbox.unige.ch ([129.194.9.209]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1It2kx-0002x9-Vg for emacs-pretest-bug@gnu.org; Fri, 16 Nov 2007 10:05:20 -0500 Original-Received: from gismo.pca.it ([129.194.56.110]) by mbox.unige.ch (Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)) with ESMTPSA id <0JRL00K2ZTWSND00@mbox.unige.ch> for emacs-pretest-bug@gnu.org; Fri, 16 Nov 2007 16:05:17 +0100 (CET) Original-Received: by gismo.pca.it (Postfix, from userid 1000) id DED6559EC7; Fri, 16 Nov 2007 16:05:16 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83346 gmane.emacs.pretest.bugs:20287 Archived-At: Hi Dan, I'm sorry for the delay, I was busy in real life. On Mon, 29 Oct 2007 01:21:16 +0100, Dan Nicolaescu wrote: > Luca Capello writes: >> However, I found an unrelated bug for -c and -t. >> >> First, my setup: I use exclusively `emacs -nw` with different frames >> for every applications, i.e. "Gnus", "IRC", "W3M" and so on. >> >> Every time I edit a file through emacsclient, either with -c or -t, >> two new frames are opened: one (let's call it foo) shows the buffer >> associated with the file, the other one (frame bar) the *scratch* >> buffer. As soon as I finish editing and exit with C-x #, frames foo >> and bar are closed, as well as one of the other frame already opened >> on my emacs session :-( > > Sorry, but this description is not enough to try to reproduce the > issue that you are seeing. > Can you please send a detailed description of what you are doing, step > by step, and please start with "emacs -Q". It seems that `emacs -Q` doesn't suffer the same error, so I'll try to investigate deeply into my configuration and I'll report back. Anyway, since this is unrelated to the previous bug (which is still present on emacs-snapshot-nox_1:20071111-1), I changed the subject. Thx, bye, Gismo / Luca