From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: alistair_happencross@hotmail.com Newsgroups: gmane.emacs.help Subject: Re: Connecting to remote Emacs? Date: 16 Jun 2006 12:08:17 -0700 Organization: http://groups.google.com Message-ID: <1150484897.143670.200900@i40g2000cwc.googlegroups.com> References: <1150277991.614774.87970@y41g2000cwy.googlegroups.com> <87d5dbva7s.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1150486878 31188 80.91.229.2 (16 Jun 2006 19:41:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 19:41:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 16 21:41:16 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FrKBg-0006ny-D0 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jun 2006 21:41:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrKBf-00084R-Uy for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jun 2006 15:40:59 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i40g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 84.9.130.169 Original-X-Trace: posting.google.com 1150484902 10621 127.0.0.1 (16 Jun 2006 19:08:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 16 Jun 2006 19:08:22 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i40g2000cwc.googlegroups.com; posting-host=84.9.130.169; posting-account=WQWLFwoAAABT24nddag9mQqTgC4w7FEE Original-Xref: shelby.stanford.edu gnu.emacs.help:139884 Original-To: help-gnu-emacs@gnu.org 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:35508 Archived-At: Pascal Bourguignon wrote: > Andrea Russo writes: > > > In the X11 forwarded ssh shell: > > > > $ emacsclient -e "(make-frame-on-display \"$DISPLAY\")" > > > > This -e option is new. (Did it work already in 21.3?) > Moreover, it works only on the only emacs server per user. I dug around in server.el and found this: (defvar server-name "server") (defvar server-socket-dir (format "/tmp/emacs%d" (user-uid))) So, perhaps, after setting these appropriately and using the -s option of emacsclient, it would give functionality comparable to your solution?