From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edwin Stearns Newsgroups: gmane.emacs.help Subject: Version Control -- CVS log problem on WinXP Date: Thu, 30 Jan 2003 14:48:59 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5.2.0.9.0.20030130143537.00b89148@mail.lw.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1043956417 26886 80.91.224.249 (30 Jan 2003 19:53:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 19:53:37 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eKim-0006qU-00 for ; Thu, 30 Jan 2003 20:51:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eKgm-0007cv-03 for gnu-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2003 14:49:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eKgU-0007XN-00 for help-gnu-emacs@gnu.org; Thu, 30 Jan 2003 14:49:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eKgO-0007Ks-00 for help-gnu-emacs@gnu.org; Thu, 30 Jan 2003 14:49:11 -0500 Original-Received: from mail.netcentrix.net ([4.21.254.26]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eKgM-0007IK-00 for help-gnu-emacs@gnu.org; Thu, 30 Jan 2003 14:49:06 -0500 Original-Received: from gordon.lw.net (host115.net3.netcentrix.net [4.21.255.115]) by mail.netcentrix.net (8.11.6/8.11.6) with ESMTP id h0UJn5006290 for ; Thu, 30 Jan 2003 14:49:05 -0500 X-Sender: edwin@lw.net@mail.lw.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6119 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6119 I really like to use the Version Control commands on my CVS files, but I have run into a problem with logs. After I commit a file using C-x C-q and add an entry to the log, emacs will identify the file as an unix file the next time I open it. There are ^M at the end of every line. After investigating a little, I found that on the most recent log there were two ^M at the end of the first line of a multiple line log entry. It looked something like this: ** Revision 1.6 2003/01/27 17:44:50 edwin^M ** Blah blah Blah^M^M ** Blah blah blah^M **^M When I removed the last ^M from the line, saved the file and reopened it, emacs displayed it correctly. How can I make sure that emacs doesn't insert this extra control character when I do commits? I am using emacs version 21.2.1 on WinXP Edwin Stearns