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: How to jump to running emacs with emacsclient Date: Mon, 28 Jun 2010 03:54:43 +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 1277690135 9909 80.91.229.12 (28 Jun 2010 01:55:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 01:55:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Dan Davison To: Lennart Borgman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 28 03:55:33 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 1OT3ZM-000630-DR for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jun 2010 03:55:32 +0200 Original-Received: from localhost ([127.0.0.1]:38114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT3ZL-0002qc-Q2 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Jun 2010 21:55:31 -0400 Original-Received: from [140.186.70.92] (port=49476 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT3Yv-0002og-TA for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:55:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OT3Yu-0001rv-TF for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:55:05 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:37597) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OT3Yu-0001rr-Ne for help-gnu-emacs@gnu.org; Sun, 27 Jun 2010 21:55:04 -0400 Original-Received: by bwz9 with SMTP id 9so515352bwz.0 for ; Sun, 27 Jun 2010 18:55:03 -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=kspjZa0kzbwdu2iMajRUQOlP1wuMkkYtwn3FrSMQsVs=; b=bmloW5tDjvw/j0LCbLeWRxnfPwmC9HVtUiBaNPRwqKcmb2lgkDPtos6jjUByuT2XMf doVUETdK8LGDoj2VV1QpBBfkoHQFaM6zI9ZgIoJ1oQ+aKOoHH0nO8pvorm0CpPColsQY 4wT0Ppy2tsTKZgmKQvmLKBG0lNA/bJ3zRDGU4= 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=eEnrQUiptm74K19qE2E3hYlVs8YvpqUwOcmgcnZtutiUWfTpFA+hDcvJ06zOUG8h9S hhX8W6rRz/2aqNLxZLk8vz1euy5err5CGRYWVvwd1shgYSlV06tVXDDmITQ1g2Ux6gZZ Mlh06lIY47JQRc1hoxZzRXM8pQCXxh3ZSUgn4= Original-Received: by 10.204.83.80 with SMTP id e16mr3017481bkl.43.1277690103471; Sun, 27 Jun 2010 18:55:03 -0700 (PDT) Original-Received: by 10.204.66.77 with HTTP; Sun, 27 Jun 2010 18:54:43 -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:73990 Archived-At: 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. Juanma