Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to share one session from a terminal frame and x window frame
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
James Kang  
View profile  
 More options Jul 10 2012, 7:47 am
Newsgroups: gnu.emacs.help
From: James Kang <marchk...@gmail.com>
Date: Tue, 10 Jul 2012 07:47:06 -0400
Local: Tues, Jul 10 2012 7:47 am
Subject: How to share one session from a terminal frame and x window frame

Hi,
I am trying to use both x-display frame at work and ssh-screen-frame at
home.
What i did try was emacs --daemon and
Emacsclient -c at work
Emacsclient -t at home but
No same buffers are visible from text frame at home.
I mean, C-x b does not show the same buffers.

Am i misunderstanding something here or wrong command?

Thanks in advance.

James


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tassilo Horn  
View profile  
 More options Jul 10 2012, 11:31 am
Newsgroups: gnu.emacs.help
From: Tassilo Horn <tass...@member.fsf.org>
Date: Tue, 10 Jul 2012 17:31:57 +0200
Local: Tues, Jul 10 2012 11:31 am
Subject: Re: How to share one session from a terminal frame and x window frame

James Kang <marchk...@gmail.com> writes:

Hi James,

> What i did try was emacs --daemon and
> Emacsclient -c at work
> Emacsclient -t at home but
> No same buffers are visible from text frame at home.

Essentially, that's correct, but assuming the emacs daemon is running at
work, you need to do

  local$ ssh usern...@work.com
  work$ emacsclient -t

You can also setup the emacs at work and at home to be able to connect
directly without firing up a new ssh shell, but that's a bit more
complicated.

,----[ (info "(emacs)emacsclient Options") ]
| `-f SERVER-FILE'
| `--server-file=SERVER-FILE'
|      Specify a "server file" for connecting to an Emacs server via TCP.
|
|      An Emacs server usually uses an operating system feature called a
|      "local socket" to listen for connections.  Some operating systems,
|      such as Microsoft Windows, do not support local sockets; in that
|      case, Emacs uses TCP instead.  When you start the Emacs server,
|      Emacs creates a server file containing some TCP information that
|      `emacsclient' needs for making the connection.  By default, the
|      server file is in `~/.emacs.d/server/'.  On Microsoft Windows, if
|      `emacsclient' does not find the server file there, it looks in the
|      `.emacs.d/server/' subdirectory of the directory pointed to by the
|      `APPDATA' environment variable.  You can tell `emacsclient' to use
|      a specific server file with the `-f' or `--server-file' option, or
|      by setting the `EMACS_SERVER_FILE' environment variable.
|
|      Even if local sockets are available, you can tell Emacs to use TCP
|      by setting the variable `server-use-tcp' to `t'.  One advantage of
|      TCP is that the server can accept connections from remote machines.
|      For this to work, you must (i) set the variable `server-host' to
|      the hostname or IP address of the machine on which the Emacs server
|      runs, and (ii) provide `emacsclient' with the server file.  (One
|      convenient way to do the latter is to put the server file on a
|      networked file system such as NFS.)
|
|      When the Emacs server is using TCP, the variable `server-port'
|      determines the port number to listen on; the default value, `nil',
|      means to choose a random port when the server starts.
`----

Bye,
Tassilo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Goldman  
View profile  
 More options Jul 11 2012, 3:20 pm
Newsgroups: gnu.emacs.help
From: Ken Goldman <kgold...@us.ibm.com>
Date: Wed, 11 Jul 2012 15:20:31 -0400
Local: Wed, Jul 11 2012 3:20 pm
Subject: Re: How to share one session from a terminal frame and x window frame
Would make-frame-on-display work?

On 07/10/2012 07:47 AM, James Kang wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »