From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Re: Reuse frame with emacsclient and/or use shell aliases when finding files Date: Sun, 1 Jun 2014 18:10:46 -0700 (PDT) Message-ID: <9f65baaf-4fe4-40af-a8bf-fb2d28ed69fd@googlegroups.com> References: <06de416b-9d9d-4e86-bc41-f6b9a06404f4@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1401671726 6854 80.91.229.3 (2 Jun 2014 01:15:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2014 01:15:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 02 03:15:18 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WrGqM-0000Ny-3w for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2014 03:15:18 +0200 Original-Received: from localhost ([::1]:42574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrGqL-00082b-NF for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jun 2014 21:15:17 -0400 X-Received: by 10.236.127.35 with SMTP id c23mr10583704yhi.51.1401671447373; Sun, 01 Jun 2014 18:10:47 -0700 (PDT) X-Received: by 10.140.104.52 with SMTP id z49mr36qge.12.1401671447216; Sun, 01 Jun 2014 18:10:47 -0700 (PDT) Original-Path: usenet.stanford.edu!j5no431079qaq.1!news-out.google.com!gi6ni19370igc.0!nntp.google.com!hw13no3499914qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.217.114.175; posting-account=Hx-_8AoAAACyMXgs4MCS3wNERNLct_lk Original-NNTP-Posting-Host: 98.217.114.175 User-Agent: G2/1.0 Injection-Date: Mon, 02 Jun 2014 01:10:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205727 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97997 Archived-At: > Are you looking for 'emacsclient -n'? I don't think I'm specifically looking for -n, although I do use it. I haven't used emacsclient enough to understand the nuance of C-x # instead of typical methods like C-x k or otherwise. > There is a problem when you have multiple frames, though: How do you > decide in which frame the visited file will be displayed? Is it > possible to specify that when starting emacsclient? --- I usually have > at least two frames for different purposes, and using emacsclient to > visit a file or to create an email usually doesn`t put the file/email > into the frame I`d like to have it in. I haven't worked into these more advanced issues yet, but I can certainly imagine that I will soon want to know how to do these things. For example, I usually have separate things going in different virtual desktops. It would be nice to have four separate severs running and for a call to emacsclient to connect to the corresponding server for that virtual desktop. If anyone has any solutions for that, it would be great.