From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Gordon Newsgroups: gmane.emacs.help Subject: emacs ssh cat dosfile Date: Wed, 20 Jun 2007 17:20:22 +0300 Message-ID: <1182349222.4004.12.camel@tigger> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182349277 9729 80.91.229.12 (20 Jun 2007 14:21:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 14:21:17 +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 Jun 20 16:21:16 2007 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.50) id 1I113a-0002TZ-OR for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 16:21:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I113a-000698-25 for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 10:21:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I112u-0005th-5s for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:20:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I112t-0005tF-7S for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:20:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I112s-0005tB-Vw for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:20:31 -0400 Original-Received: from ace.securenet-server.net ([63.247.93.10]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I112s-0001YS-Mo for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:20:30 -0400 Original-Received: from bzq-88-153-57-168.red.bezeqint.net ([88.153.57.168] helo=[10.10.0.4]) by ace.securenet-server.net with esmtpa (Exim 4.66) (envelope-from ) id 1I112i-000245-BT for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 10:20:20 -0400 X-Mailer: Evolution 2.10.2 (2.10.2-2.fc7) X-PopBeforeSMTPSenders: peter@pg-consultants.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ace.securenet-server.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pg-consultants.com X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Linux 2.6? (barebone, rare!) 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:45183 Archived-At: Hi. I have a file which is DOS format - \r\n - at the end of each line. I enter a shell and do "cat file", and it displays correctly. I then do ssh (even to the same host) and do "cat file". I just see blank lines. I think that what is happening is the something is seeing the \r and tries to interpret it. Is there any way of making this work? I know that there are other ways to display files, but this is just an example. Thanks, Peter