From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: "undo" really can replace "redo" Date: 23 Feb 2004 07:43:35 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077515597 27415 80.91.224.253 (23 Feb 2004 05:53:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 05:53:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 06:53:10 2004 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 1Av91i-0000aX-00 for ; Mon, 23 Feb 2004 06:53:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Av8zM-0002Y0-Qx for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2004 00:50:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Av8yQ-0002Vy-EK for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 00:49:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Av8xr-0002Nf-Ea for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 00:49:43 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1Av8qt-0000r9-Tr for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 00:42:00 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (steveneo@21cn.com) 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:17080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17080 > Date: Mon, 23 Feb 2004 13:21:36 +0800 (CST) > From: "niDapeng" > > I know Emacs use "killing-ring" concept to cicle undo, and 'redo' operation is implicitly done under this cicle. No, Emacs has a special "M-x undo" command (bound to "C-x u" and "C-_"). > For instance, if my current killing-ring size is 200, I try to undo last the 40th step operation, but, unfortunately, I undo 41 times. At this case, I have 2 choices, one is keep undoing until the cycle is back(so boring, and I have to very careful to prevent next mistake). Another way, is I manually to mend the 41th operation(maybe type some text again). Try "Edit->Select and Paste" from the menu bar, it gives you random access to the kill ring.