From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: How to jump to running emacs with emacsclient Date: Mon, 28 Jun 2010 03:57:35 +0200 Message-ID: References: <87vd948e4h.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1277690305 10161 80.91.229.12 (28 Jun 2010 01:58:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 01:58:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Dan Davison To: Juanma Barranquero Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 28 03:58:21 2010 Return-path: Envelope-to: geh-help-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 1OT3c5-0006gz-6z for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jun 2010 03:58:21 +0200 Original-Received: from localhost ([127.0.0.1]:52539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT3c4-0003RU-RP for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jun 2010 21:58:20 -0400 Original-Received: from [140.186.70.92] (port=49843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT3bh-0003RF-Lh for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:57:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OT3bg-00027I-L2 for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:57:57 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:33828) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OT3bg-00027D-HE for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:57:56 -0400 Original-Received: by gyh20 with SMTP id 20so546462gyh.0 for ; Sun, 27 Jun 2010 18:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=324zMki5+ax0RSEUbOv0FydXejblhXkQFFmknv3g2Ns=; b=RMk7XK1qMxUTkhJzOdPI1Dj2wao/46nTCyDfCTsvFOx0/ib1wjhhwr8nqX49j1zjli GAtxgdA6tAIMG5VFh6ei7wQ0i+/CkkAwEq6EvuFvV3EiJ7Sl6F7pg0S+cZkNNzOIc4EJ 0Pic3SdVqGPM7Z2PZEjw/9IR+ljN/IanshowA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZI00WAMV22yz1bU1v5eC81y+PKtAm2TZENCjka0f7VImVZPTM6DQz5zF5ieDn07tWH z9++GIm/h5UTMJhWXYmCUSiX5h5Blu26B/SYUG9HiPk6ZuqFegZfJivg8kzoLAKlRFzj 69VttqBr0VU3YE3zEQAtmoCnaHEWMF0/A7tKc= Original-Received: by 10.100.191.4 with SMTP id o4mr1548453anf.115.1277690275232; Sun, 27 Jun 2010 18:57:55 -0700 (PDT) Original-Received: by 10.100.225.8 with HTTP; Sun, 27 Jun 2010 18:57:35 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:73991 Archived-At: On Mon, Jun 28, 2010 at 3:54 AM, Juanma Barranquero wrote: > On Mon, Jun 28, 2010 at 03:42, Lennart Borgman > wrote: > >> Doesn't select-frame-set-input-focus do raise-frame? > > Perhaps. I just did cursory testing. It does call raise-frame, but I get a bit curious. Was there something in your testing that indicated that you needed another raise-frame or was it "just to be sure"?