From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ssSslang Newsgroups: gmane.emacs.help Subject: Re: undoing... Date: Mon, 09 Apr 2007 21:57:10 +0800 Message-ID: <87mz1hlkg9.fsf@gmail.com> References: <461A4243.2080303@alfarrabio.di.uminho.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176129678 30393 80.91.229.12 (9 Apr 2007 14:41:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2007 14:41:18 +0000 (UTC) Cc: emacs To: Alberto =?iso-8859-1?Q?Sim=F5es?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 09 16:40:39 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HauNO-0003tu-El for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 15:57:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HauRD-0002dX-9x for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 10:01:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HauQz-0002Vm-LV for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 10:01:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HauQs-0002Fx-Pa for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 10:01:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HauQs-0002FV-Ku for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 10:01:22 -0400 Original-Received: from m12-13.163.com ([220.181.12.13]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HauMw-00043w-W9 for help-gnu-emacs@gnu.org; Mon, 09 Apr 2007 09:57:25 -0400 Original-Received: from grayfox (unknown [219.140.60.12]) by smtp10 (Coremail) with SMTP id wKjADbCbnQc1RhpGPwXXHA==.63586S2; Mon, 09 Apr 2007 21:57:09 +0800 (CST) Original-Received: by grayfox (Postfix, from userid 1000) id 1A1E72BD07; Mon, 9 Apr 2007 21:57:11 +0800 (CST) In-Reply-To: <461A4243.2080303@alfarrabio.di.uminho.pt> (Alberto =?iso-8859-1?Q?Sim=F5es's?= message of "Mon\, 09 Apr 2007 14\:40\:19 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) X-Coremail-Antispam: 1U3Yxn0WfASr-VFAUDIcSsGvfJa_x02cVAKzwAv7VC0I7IYx2 IY67AKxVWUJVWUGwCF72vE52k0Y41lYx0Ex4A2jsIE14v26r1j6r4UM7AC8VAFwI0_Jr0_ Gr1lb4IE77IF4wAFIxvE14AKwVWUJVWUGwAqx4xG64xvF2IEw4CE5I8CrVC2j2Wlb7Iv0x C_JF7anT9S1TB71UUUUUUa7-sFnT9fnUUI43ZEXa7xRipBTUUUUUUFnT9fnUU== X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42519 Archived-At: Alberto Sim=F5es writes: > Hi > > To undo anything in emacs, I type C-x u. If I want to undo a lot of > things, I type C-x u C-x u C-x u C-x u. Probably I can use the count > modifier, but that is just useful when you know how many steps you > want to undo. Isn't there any easier way? just try C-/ or bind this function to some other key. --=20 ssSslang