From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6468: A couple of problem related to frame raising (partly w32) Date: Sun, 20 Jun 2010 00:47:16 +0300 Message-ID: <83ljaag0ez.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1276984763 24262 80.91.229.12 (19 Jun 2010 21:59:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2010 21:59:23 +0000 (UTC) Cc: 6468@debbugs.gnu.org To: Lennart Borgman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 19 23:59:21 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ64K-0001vC-9F for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jun 2010 23:59:19 +0200 Original-Received: from localhost ([127.0.0.1]:34738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ64F-0007Tr-H2 for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jun 2010 17:59:11 -0400 Original-Received: from [140.186.70.92] (port=48158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ647-0007RQ-BN for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2010 17:59:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQ63v-0000vt-SL for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2010 17:58:52 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53732) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ63v-0000vm-NQ for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2010 17:58:51 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OQ5wL-0002pS-T2; Sat, 19 Jun 2010 17:51:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Jun 2010 21:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6468 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6468-submit@debbugs.gnu.org id=B6468.127698421210866 (code B ref 6468); Sat, 19 Jun 2010 21:51:01 +0000 Original-Received: (at 6468) by debbugs.gnu.org; 19 Jun 2010 21:50:12 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ5vY-0002pD-BY for submit@debbugs.gnu.org; Sat, 19 Jun 2010 17:50:12 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ5vW-0002p8-3A for 6468@debbugs.gnu.org; Sat, 19 Jun 2010 17:50:11 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4A0080074RK800@a-mtaout22.012.net.il> for 6468@debbugs.gnu.org; Sun, 20 Jun 2010 00:49:18 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.178.198]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4A005ES7A5TN80@a-mtaout22.012.net.il>; Sun, 20 Jun 2010 00:49:18 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 19 Jun 2010 17:51:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37888 Archived-At: > From: Lennart Borgman > Date: Sat, 19 Jun 2010 20:23:29 +0200 > Cc: > > After struggling with the getting raise-frame to workaround the > current problems with raise-frame I gave up. There are a couple of > problems so I am not sure where to begin. Would you please describe the problem(s) you are talking about? How about a reproducible recipe for them? TIA