From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: x-focus-frame problem Date: Mon, 3 Mar 2003 21:07:01 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046722125 29563 80.91.224.249 (3 Mar 2003 20:08:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 20:08:45 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pwEu-0007gh-00 for ; Mon, 03 Mar 2003 21:08:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18pwXu-0007tS-00 for ; Mon, 03 Mar 2003 21:28:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pwE4-0000NW-0A for emacs-devel@quimby.gnus.org; Mon, 03 Mar 2003 15:07:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18pwDk-0008Va-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 15:07:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18pwDX-0008Bi-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 15:07:22 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pwDS-0007tn-00; Mon, 03 Mar 2003 15:07:14 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h23L0Jkw027220; Mon, 3 Mar 2003 22:00:20 +0100 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Apple Mail (2.482) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12084 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12084 > This problem seems to be a bug in x-focus-frame. > Is there anyone who knows X well enough to figure out > what should be done? I'm on it, there seems to be one event missing, so the criteria for focus must be modified. Don't know how yet. > The problem is not limited to the case where you specify > the already-selected frame; for me, at least, it happens > also if you specify a different frame. I'll check it out. Jan D. > Date: Thu, 27 Feb 2003 21:31:45 +0900 > From: Katsumi Yamaoka > To: emacs-pretest-bug@gnu.org > Subject: cursor disappears from the Emacs 21.3.50 frame > > Dear Emacs Developers, > > I'm using the most recent Emacs CVS. There may be a bug that > the cursor disappears from the Emacs frame when I evaluate the > following form: > > (select-frame-set-input-focus (selected-frame)) > > You may feel setting the input focus to the already selected > frame is nonsense. However, it is likely to share a program > which creates and focuses a frame even when a frame is not > created (I'm using such a program actually). It seems to > happen regardless of a platform. > > Regards, > -- > Katsumi Yamaoka