From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: x-focus-frame problem Date: Mon, 03 Mar 2003 13:59:04 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046719731 17893 80.91.224.249 (3 Mar 2003 19:28:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 19:28:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pvcH-0004eE-00 for ; Mon, 03 Mar 2003 20:28:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18pvvG-0007VS-00 for ; Mon, 03 Mar 2003 20:48:27 +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 18pva7-0001ZG-03 for emacs-devel@quimby.gnus.org; Mon, 03 Mar 2003 14:26:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18pvSI-0006jB-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 14:18:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18pvBZ-0000vO-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 14:01:14 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pv9U-0000FO-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 13:59:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18pv9U-0004lu-00; Mon, 03 Mar 2003 13:59:04 -0500 Original-To: emacs-devel@gnu.org 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:12083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12083 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? 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. 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 _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug