all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fw: Displaying emacs remote
@ 2006-02-11 22:08 Moheb Missaghi
  0 siblings, 0 replies; 2+ messages in thread
From: Moheb Missaghi @ 2006-02-11 22:08 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 216 bytes --]



Hi,

I'd like to run emacs on my machine (XP SP2) and share the display with someone else, i.e., surfing my files on my machine while someone else on his machine also see what I am doing. Is this doable?

thx

[-- Attachment #1.2: Type: text/html, Size: 728 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fw: Displaying emacs remote
       [not found] <mailman.63.1139698205.2858.help-gnu-emacs@gnu.org>
@ 2006-02-15 20:37 ` Colin S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: Colin S. Miller @ 2006-02-15 20:37 UTC (permalink / raw)


Moheb Missaghi wrote:
> 
> Hi,
>  
> I'd like to run emacs on my machine (XP SP2) and share the display with 
> someone else, i.e., surfing my files on my machine while someone else on 
> his machine also see what I am doing. Is this doable?
>  
> thx

Moheb,

This is possible on *NIX systems, or using the cygwin version of windows.
However cygwin can be a steep learning curve.

You can use make-frame-on-display to create a frame on another machine. The
buffers are shared; the remote user can see all the changes you make (and
make thier own changes). However, they can't see the minibuffer, and swapping the
current buffer aren't synced between the displays.

If you want to see all that the remote user is doing then I suggest that you start
emacs inside a kibitz or xkibitz shell. You'll have to start emacs in console mode using
emacs -nw.  (x)kibitz allows any console program to have two controlling consoles -
the program isn't aware of this.

xkibitz ensures that the terminals are the same size, which will stop emacs
getting confused, kibitz doesn't do this. However, kibitz can work over a telnet or ssh
connection, xkibitz needs an X connection.


HTH,
Colin S. Miller

-- 
Replace the obvious in my email address with the first three letters of the hostname to reply.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-15 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.63.1139698205.2858.help-gnu-emacs@gnu.org>
2006-02-15 20:37 ` Fw: Displaying emacs remote Colin S. Miller
2006-02-11 22:08 Moheb Missaghi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.