From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: Undo: restore the region? Date: Tue, 17 Jan 2006 15:03:21 +0000 Message-ID: <82996FA4-C706-464F-9CA9-4F750E13E8D6@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137520222 22231 80.91.229.2 (17 Jan 2006 17:50:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 17:50:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 17 18:50:18 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eyuy4-0002Dh-Lx for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jan 2006 18:50:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyv0Q-0006Pv-DB for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jan 2006 12:52:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eysie-0002Il-Hc for help-gnu-emacs@gnu.org; Tue, 17 Jan 2006 10:26:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EysgK-0001lz-50 for Help-gnu-emacs@gnu.org; Tue, 17 Jan 2006 10:23:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EysPB-0005dK-MA for Help-gnu-emacs@gnu.org; Tue, 17 Jan 2006 10:05:54 -0500 Original-Received: from [64.233.162.205] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EysSt-0005ff-4r for Help-gnu-emacs@gnu.org; Tue, 17 Jan 2006 10:09:43 -0500 Original-Received: by zproxy.gmail.com with SMTP id 34so1289077nzf for ; Tue, 17 Jan 2006 07:03:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=bCJiqths+MqE2wmKOEPfdZYzxYD66wNGw/pJ8hD10f0fH/0zyAbVFmSU5NqCbCE6oRQ0xvs1OItcwd/DOgVJ5BTRf/2sPFwIpn8X3LZ3jnwypQ9zRrRC7slFD3PVEyPVk/hZwfwCEXOkROwdXyz6HWdAhbzg3s9u1s0NPECvYfc= Original-Received: by 10.65.252.19 with SMTP id e19mr3968482qbs; Tue, 17 Jan 2006 07:03:27 -0800 (PST) Original-Received: from ?129.215.174.81? ( [129.215.174.81]) by mx.gmail.com with ESMTP id e14sm2927302qbe.2006.01.17.07.03.23; Tue, 17 Jan 2006 07:03:27 -0800 (PST) Original-To: Emacs help X-Mailer: Apple Mail (2.746.2) 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:32704 Archived-At: How can I get undo to restore the region along with the last changes? I need this rather often in my workflow, and undo always removes the mark, which is very annoying. Thanks in advance for your help!