From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "venk" Newsgroups: gmane.emacs.help Subject: how to edit+compile+debug without leaving GNU/Emacs Date: 17 Feb 2006 23:05:33 -0800 Organization: http://groups.google.com Message-ID: <1140246333.821824.80470@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1140283785 18298 80.91.229.2 (18 Feb 2006 17:29:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 17:29:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 18 18:29:42 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 1FAVts-0003jp-JR for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2006 18:29:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAVsZ-0003Rg-Nr for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2006 12:28:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Followup-To: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 216.113.168.128 Original-X-Trace: posting.google.com 1140246339 19208 127.0.0.1 (18 Feb 2006 07:05:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 18 Feb 2006 07:05:39 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 sjn-enc-02 (NetCache NetApp/6.0.1P3D5) Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=216.113.168.128; posting-account=0xsslA0AAABLugRmSvSKrBJlt5k0-AUz Original-Xref: shelby.stanford.edu gnu.emacs.help:137655 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:33281 Archived-At: hello all, At my work place, policies say sources are to be edited on one machine(say edit.machine.com) and cimpilation is to be done on another machine(say build.machine.com) and test run or debug on another machine (debug.machine.com). I like to know if it is possible to start Emacs on edit.machi.. and somehow make M-x compile connect to build.mach..(using ssh. telnet and rlogin appears to be closed) and show the build messages on *compile* buffer. Also, similarly, make M-x gdb (through ssh) run the binary on debug.mac... If anybody knows how to do this or is already doing something like this, please let me know how to do it. $ uname -a says Linux edit.machine.com 2.4.22-kb0 #1 SMP Fri Sep 5 17:49:32 PDT 2003 i686 unknown and M-x emacs-version says GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2003-03-27 on edit.machine.com My Emacs proficiency is medium. And, I do not know any of lisp or elisp. Thanks in advance.