From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bruce Korb" Newsgroups: gmane.emacs.bugs Subject: How can I stop emacs from stealing focus? Date: Thu, 7 Feb 2008 08:47:36 -0800 Message-ID: <668c430c0802070847u66910f0bn70397c1682d47dc5@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202402880 26590 80.91.229.12 (7 Feb 2008 16:48:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 16:48:00 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 07 17:48:22 2008 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.50) id 1JN9v5-0001in-Va for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2008 17:48:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN9ud-0002u2-65 for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2008 11:47:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JN9uY-0002tn-6N for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 11:47:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN9uW-0002tK-KG for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 11:47:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN9uW-0002tD-A5 for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 11:47:40 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN9uV-0002GE-DF for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 11:47:39 -0500 Original-Received: by ug-out-1314.google.com with SMTP id a2so747758ugf.48 for ; Thu, 07 Feb 2008 08:47:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=hOe3is+5dG77LKc4pzpHLmnvX+Ot5LbowR5LYtcZmZ4=; b=DJ6ZyVvKZUltiPV4Q+U/uH5u1I4UnpBNvU82WBnzyk4D4aMFwKuP+yILoleZou0hV7SIc2mvVFXDcC0eo76zMqdD1mzhevqxw89tOxfpPJ+bmVqeSwWPYQneE1iVb8/qVRAMDKAVC/sUlqhSSLbcug91YS2UiqMwzyZgIhn/UI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gFZ1QYaOi/LmakAy84OGG3gtCMh0/LJG0SPXGNcJyRcykfgqRX84SEM0xgRY89aGHmGD0+MAaAXgeMgcyhHhZbznOnp+hwtcBUuzynJ25d5c+6e8/VEf7tQTr4XaWUK+EEhcPHa8lqmdz5yiQKrjfow+3pcW6WiYPcMJAAhe80Q= Original-Received: by 10.150.143.14 with SMTP id q14mr4189674ybd.113.1202402856231; Thu, 07 Feb 2008 08:47:36 -0800 (PST) Original-Received: by 10.150.216.20 with HTTP; Thu, 7 Feb 2008 08:47:36 -0800 (PST) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:17494 Archived-At: When I type ``emacsclient filename'' my mouse will *ALWAYS* jump to the emacs window. It isn't just focus stealing, it is mouse moving, too. Even across desktops. Bad. Very, very bad. I cannot even figure out how to stop this evil behavior. Please: 1. Tell me how I can get emacs to stop automatically doing things like this that I simply do not want it to do 2. make the setting findable with either "steal" or "focus" in the settings search. Thank you.