From xemacs-m  Tue Feb  4 11:24:26 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA06413
	for <xemacs-beta@xemacs.org>; Tue, 4 Feb 1997 11:24:24 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcblt01940; Tue, 4 Feb 1997 12:24:24 -0500 (EST)
Date: Tue, 4 Feb 1997 12:24:24 -0500 (EST)
Message-Id: <QQcblt01940.199702041724@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: redo
In-Reply-To: <kig4tfsmtd9.fsf@jagor.srce.hr>
References: <QQcbfy18490.199702030339@crystal.WonderWorks.COM>
	<m3hgjunknh.fsf@cortex.corpus.uni-muenster.de>
	<QQcbjo15552.199702040311@crystal.WonderWorks.COM>
	<kighgjsn030.fsf@jagor.srce.hr>
	<QQcblo00523.199702041614@crystal.WonderWorks.COM>
	<kig4tfsmtd9.fsf@jagor.srce.hr>

Hrvoje Niksic writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > >  > This happens to me too.
 > >  > > Which XEmacs version?
 > >  > 19.14.  Will try it with 20.0.
 > > I doesn't happen for me on any version.
 > > Do you have anything on post-command-hook?
 > 
 > Yup:
 > post-command-hook's value is (gnus-clear-inboxes-moved #<compiled-function (from "column.elc") nil "...(14)" [int-to-string current-column current-line set-buffer-modified-p buffer-modified-p] 2>)
 > 
 > display-column-mode may be triggering this.  I've tried with xemacs
 > -q, and it works the way I like it.  Kyle, thanks!  You're a genius!
 > :-)

Well, there's no way to make it work properly so long as
buffer-modified-tick is being incremented when the buffer has not
been modified.  Old kludges are coming back to haunt us.

Unless someone wants to add a buffer-really-modified-tick
function.

