Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: "B. Joshua Rosen" Cc: cygwin Subject: Re: More newbie questions, SSH and paths References: <1019610030 DOT 2950 DOT 41 DOT camel AT saratoga> From: Andrew Markebo Date: 24 Apr 2002 09:06:16 +0200 In-Reply-To: <1019610030.2950.41.camel@saratoga> Message-ID: Lines: 35 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii / "B. Joshua Rosen" wrote: | I've got SSH partially working, I can log into the Win2K box but X | forwarding isn't working. I've enabled X forwarding in the | /etc/ssh_config and /etc/sshd_config files but when I ssh -X into the | box and then try to launch Xemacs nothting happens. Does anyonw have any | suggestions? Throw -d at the ssh client and you can see what happens, which machine do you ssh from, which machine do you try to run xemacs on? What is the value of DISPLAY in that shell you try to fire it up from? (BTW xemacs does not need to mean Emacs for X11, it is an emacs called xemacs, and well this compilation could be missing X11 support) | I'm also am having a path problem. I've set the path in my .cshrc file | but it doesn't seem to work. Below I've echoed the $path env variable, Well, default cygwin business is done through bash, not csh, and .cshrc is only read by csh-shells.. normal for bash is to set the path in your ~/.profile. Or set some cshell (csh/tcsh) as your shell. | /home/bjrosen> which xemacs | xemacs: Command not found. | | /home/bjrosen> ls | xemacs.exe You need to have ./ in the path. Or run ./xemacs. /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/