From xemacs-m  Mon Feb  3 21:11:38 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 VAA26406
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 21:11:35 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcbjo15552; Mon, 3 Feb 1997 22:11:26 -0500 (EST)
Date: Mon, 3 Feb 1997 22:11:26 -0500 (EST)
Message-Id: <QQcbjo15552.199702040311@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: <m3hgjunknh.fsf@cortex.corpus.uni-muenster.de>
References: <QQcbfy18490.199702030339@crystal.WonderWorks.COM>
	<m3hgjunknh.fsf@cortex.corpus.uni-muenster.de>

Markus Gutschke writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > > OK, I impleemnted the redo thing Hrovje described.  Have at it
 > > and see if I got it right.
 > 
 > There must be something wrong with that code. I added
 > 
 > 	(require 'redo)
 > 	(global-set-key '(control :) 'redo)
 > 
 > to my ~/.emacs file, but now "undo" will keep undoing and redoing the
 > very last command. It just toggles between two states, but never
 > undoes beyond this level. "redo" always complains about not being able
 > to "redo", because there have been modifications to the buffer.

Which XEmacs version?

