From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dwong@empirix.com (David Wong) Newsgroups: gmane.emacs.help Subject: null characters inserted when characters in buffer deleted Date: 2 Oct 2003 15:57:27 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1065135785 14458 80.91.224.253 (2 Oct 2003 23:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2003 23:03:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 01:03:03 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A5CTP-0008R2-00 for ; Fri, 03 Oct 2003 01:03:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5CSs-0000tg-A8 for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2003 19:02:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 11 Original-NNTP-Posting-Host: 12.104.12.2 Original-X-Trace: posting.google.com 1065135447 29650 127.0.0.1 (2 Oct 2003 22:57:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 2 Oct 2003 22:57:27 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:117037 comp.emacs:81551 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12966 We had been using Emacs 20.5 for Windows and then decided to switch to version 21.3.1. Now we often see null characters appended to the end of a file when an existing file is opened, the buffer is modified by deleting at least one character, and then the buffer is saved back to a file. However, if the file is reopened, the null characters are removed, and the buffer is saved back, then no new null characters are inserted/appended. I should also note that we use ClearCase and the problem tends to happen when a file in a remote view is accessed/modified. If I do the same thing to another file stored locally or on another machine (but not through ClearCase), then things are fine.