From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 23:52:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB4516A4CE for ; Fri, 27 Aug 2004 23:52:21 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD16943D45 for ; Fri, 27 Aug 2004 23:52:21 +0000 (GMT) (envelope-from shchoi@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so14882cwb for ; Fri, 27 Aug 2004 16:52:19 -0700 (PDT) Received: by 10.11.117.78 with SMTP id p78mr21155cwc; Fri, 27 Aug 2004 16:52:19 -0700 (PDT) Received: by 10.11.117.70 with HTTP; Fri, 27 Aug 2004 16:52:19 -0700 (PDT) Message-ID: <34b425c50408271652314776b1@mail.gmail.com> Date: Sat, 28 Aug 2004 00:52:19 +0100 From: Soo-Hyun Choi To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: vi editor related question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Soo-Hyun Choi List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 23:52:22 -0000 Hi, I edit C++ codes with a certain text editor under Windows XP, and then I open the C++ codes using vi editor under FreeBSD. Then, there are bunch of "^M" sign at the end of each line. Does anyone know why this is happening? And, does anyone can tell me how to avoid this kind of things? Cheers,