From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastian Beischer Newsgroups: gmane.emacs.help Subject: Re: gui emacs from terminal Date: Fri, 16 Jul 2010 18:22:37 +0200 Message-ID: References: <955206.27103.qm@web51003.mail.re2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001485f1dc8892eff9048b83a0d2 X-Trace: dough.gmane.org 1279297588 8550 80.91.229.12 (16 Jul 2010 16:26:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Jul 2010 16:26:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Cynthia Page Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 16 18:26:27 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZnjz-0003rb-JU for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jul 2010 18:26:27 +0200 Original-Received: from localhost ([127.0.0.1]:50202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZnjw-0002hz-P6 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jul 2010 12:26:20 -0400 Original-Received: from [140.186.70.92] (port=40580 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZngP-0001IB-Fa for help-gnu-emacs@gnu.org; Fri, 16 Jul 2010 12:22:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZngO-0006BT-0f for help-gnu-emacs@gnu.org; Fri, 16 Jul 2010 12:22:41 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:59208) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZngN-0006BG-Lu for help-gnu-emacs@gnu.org; Fri, 16 Jul 2010 12:22:39 -0400 Original-Received: by fxm20 with SMTP id 20so1358004fxm.0 for ; Fri, 16 Jul 2010 09:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=kQpwZ7AOAp+MZUzfpx7myCtcZnHgsZ4urJ/CrKFRV7Q=; b=V8Yk4Py3QNaNdwiDjnrQ/NjqKRNik1Ft56/zAnadpnNctGIeM9U6JsCE1iulk++hRX w9RoarfblPXOnai6ePcrVjAG2rUJd13Ao0HARRnirb00V9WZNWzBTMDZWOpl3g5IUvpk FpT5Vgc2di+ckjwv0gHdmpxTnjMnWqydONAlg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=QaLHb4WiIqkzsiwgKcm2H8x0nGgY5+6Vvp7cdTaOT/cy9TSgJts31g1TpmmXPa7mWP avd6fXieThft2/f6JyeiIfW2NRHWIw9VDbK7t2j2l03I0Bp1ZTIOY7I0Zsk8jlQi/25v Ru2rAPklytxPeO9YV7mzq/GFLT1tWPgOEmwM8= Original-Received: by 10.239.164.211 with SMTP id u19mr83387hbd.103.1279297357803; Fri, 16 Jul 2010 09:22:37 -0700 (PDT) Original-Received: by 10.239.163.19 with HTTP; Fri, 16 Jul 2010 09:22:37 -0700 (PDT) Original-Received: by 10.239.163.19 with HTTP; Fri, 16 Jul 2010 09:22:37 -0700 (PDT) In-Reply-To: <955206.27103.qm@web51003.mail.re2.yahoo.com> X-Google-Sender-Auth: caB5-wbOA4Ngzy0WhODKRS6RdRw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:74202 Archived-At: --001485f1dc8892eff9048b83a0d2 Content-Type: text/plain; charset=ISO-8859-1 Hey, You may find it interesting to know that you can use your own emacs to edit remote files with the help of "tramp" which comes preinstalled with emacs. To open a file on a remote server use C-x C-f "/user@server:PATH_TO_FILE" You can even tab complete to find filenames. Cheers Bastian 16.07.2010 17:06 schrieb am "Cynthia Page" : Thanks everyone for your time and helpful information on this post. I am sorry to say that so many of your questions and comments are over my head, so please forgive me if I don't attempt an answer I found that I needed to invoke xterm when I ssh'd into the remote machine. I had a basic misunderstanding of the processes I needed to accomplish remote file editing. Originally I thought I was using the emacs that was installed on my machine, when I edited files on a server that I was ssh' ing to. Now I realize that when I ssh to a server, I am using a version of emacs that has been installed on that server. Also that I need X11 on my machine so that I can use xterm to run emacs application (from the server) in an xterm window and with some menu driven support. So the command is ssh -Xf username@host xterm. Thanks again! Cynthia ------------------------------ *From:* Peter Dyballa *To:* Kevin Rodgers ; Cynthia Lee Page *Cc:* help-gnu-emacs@gnu.org *Sent:* Fri, July 16, 2010 1:30:21 AM *Subject:* Re: gui emacs from terminal Am 16.07.2010 um 03:02 schrieb Kevin Rodgers: > I always log the output for future reference e.g.... --001485f1dc8892eff9048b83a0d2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Hey,

You may find it interesting to know that you can use your own emacs to e= dit remote files with the help of "tramp" which comes preinstalle= d with emacs.

To open a file on a remote server use

C-x C-f
"/user@server:PATH_TO_FILE"

You can even tab complete to find filenames.

Cheers
Bastian

16.07.2010 17:06 schrieb am "Cynthia Page= " <pageskipro@yahoo.com= >:

Thanks everyone for your time and helpful information on this post. I = am sorry to say that so many of your questions and comments are over my hea= d, so please forgive me if I don't attempt an answer

I found tha= t I needed to invoke xterm when I ssh'd into the remote machine.

I had a basic misunderstanding of the processes I needed to accomplish = remote file editing. Originally I thought I was using the emacs that was in= stalled on my machine, when I edited files on a server that I was ssh' = ing to. Now I realize that when I ssh to a server, I am using a version of = emacs that has been installed on that server. Also that I need X11 on my ma= chine so that I can use xterm to run emacs application (from the server) in= an xterm window and with some menu driven support.

So the command is

ssh -Xf username@host xterm.

Thanks again!

Cynthi= a




From: Peter Dyballa <Peter_Dyballa@Web.DE>
= To: Kevin Rodgers <kevin.d.rodgers@gma= il.com>; Cynthia Lee Page <Cynthia.Page@Colorado.EDU>
Cc: help-gnu-emacs@gnu.org
Sent: Fri, July 16, 2010 1:30:21 AMSubject: Re: gui emacs fro= m terminal



Am 16.07.2010 um 03:02 schrieb Ke= vin Rodgers:

> I always log the output for future reference e.g..= ..

--001485f1dc8892eff9048b83a0d2--