From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Newsgroups: gmane.emacs.help Subject: Using remote services (telnet,ssh) in Emacs 22 Date: Wed, 29 Aug 2007 09:51:01 +0200 Message-ID: <5jkmm2F18vqU1@mid.individual.net> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188376893 32657 80.91.229.10 (29 Aug 2007 08:41:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 08:41:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 29 10:46:02 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1IQJBY-0006kZ-1E for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 10:46:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQJ78-00018C-Rx for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 04:41:26 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!panix!newsfeed-00.mathworks.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: individual.net r669KNDdrnDUXspLBXGlOwbArY7TwLfMF20fJYK1BjdQTtLNKE Cancel-Lock: sha1:YjONo1XzAvNX8ZgFe3V27ECXuOw= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Original-Xref: shelby.stanford.edu gnu.emacs.help:151384 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:46905 Archived-At: Hi, I'd like to use Emacs 22.1 with Windows XP to to work remotely with some servers via telnet, ssh etc. I've also installed telnet and openssh contained in cygwin. I am using the telnet.el library and some extension from http://www.khngai.com/emacs/cygwin.php. However, I get the following error messages after entering M-x telnet RET : "Process telnet- exited abnormally with code 255" I have no problems accessing the server via telnet in the Cygwin shell without Emacs. Who can help? Thanks in advance, Will