From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: raise frame no go Date: Thu, 21 Dec 2006 02:17:43 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166663890 16942 80.91.229.10 (21 Dec 2006 01:18:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Dec 2006 01:18:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 21 02:18:08 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxCZR-0007eR-DP for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Dec 2006 02:18:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxCZQ-0005Yh-St for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Dec 2006 20:18:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxCZB-0005We-NW for help-gnu-emacs@gnu.org; Wed, 20 Dec 2006 20:17:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxCZA-0005Ut-9T for help-gnu-emacs@gnu.org; Wed, 20 Dec 2006 20:17:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxCZA-0005UV-3I for help-gnu-emacs@gnu.org; Wed, 20 Dec 2006 20:17:48 -0500 Original-Received: from [66.249.92.173] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxCZ9-0000hn-QO for help-gnu-emacs@gnu.org; Wed, 20 Dec 2006 20:17:48 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so2836621ugf for ; Wed, 20 Dec 2006 17:17:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JtGkfBIecxuOtXFC2xtQJlpVlDK4XGnCUyFwUbiMDMXIu3O5mymkqgoML/+V/xHI+ZaAa08Nf/nwN7z2BizItPEkIsAbWkSfeCrl4TttvpglaJUaFN/9n9JtB97ldBHNqEMqN9/6qkZQVtB9CKbOkwfYRYqvSCAjZHHAjZTdD0s= Original-Received: by 10.78.164.13 with SMTP id m13mr89260hue.1166663863481; Wed, 20 Dec 2006 17:17:43 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 20 Dec 2006 17:17:43 -0800 (PST) Original-To: Leo In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39787 Archived-At: On 12/21/06, Leo wrote: > I want to use emacsclient to bring Emacs frame to the front. I tried > several functions including raise-frame, x-focus-frame etc, but none > of them worked. I suppose you have `server-raise-frame' set to t (the default), and are using something like: emacsclient --eval "(raise-frame)" > This is tested in Gnome 2.16 in Fedora 6. Must be something with your window manager... > Emacs 23: 20061218. Have you tried with the CVS HEAD version (Emacs 22.0.92 right now)? /L/e/k/t/u