Thread: emacs GUI through SSH?

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    34

    emacs GUI through SSH?

    I have heard some people saying it is possible to use an emacs GUI on a remote machine using a combination of SSH and X tunneling and maybe some other programs. Does anyone know how to do this? As of now I am using just SSH Secure Shell, but I don't think it has X tunneling, although i'm pretty sure putty does. Anyways, if you know how to do this please try to help me out. Thank you.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by MyglyMP2 View Post
    I have heard some people saying it is possible to use an emacs GUI on a remote machine using a combination of SSH and X tunneling and maybe some other programs. Does anyone know how to do this? As of now I am using just SSH Secure Shell, but I don't think it has X tunneling, although i'm pretty sure putty does. Anyways, if you know how to do this please try to help me out. Thank you.
    I used to do this all the time, but Linux-to-UNIX, never on Windows. According to the following document, it should "just work" as long as your Windows X server is set up in a sane manner:

    http://the.earth.li/~sgtatham/putty/...g-x-forwarding

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    In addition to installing the windows X server, you need to enable X forwarding in your PuTTY settings for the connection.

  4. #4
    Registered User
    Join Date
    Feb 2005
    Posts
    34
    when I try to start up emacs, I get: " Connection lost to X server 'localhost:12.0' "

    EDIT: ok I figured it out, I wasn't starting X server,

    by the way, nice avatar perspective. love WC3, and dota (though not very good at the latter). Thanks again.
    Last edited by MyglyMP2; 04-09-2007 at 05:15 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GUI Programming...
    By ShadeS_07 in forum C++ Programming
    Replies: 12
    Last Post: 12-28-2008, 04:58 PM
  2. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  3. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM