From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#10056: 24.0.91; `copy-to-register' does not deactivate the mark Date: Mon, 21 Nov 2011 14:30:40 +0800 Message-ID: <87aa7qm1gv.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321857122 17494 80.91.229.12 (21 Nov 2011 06:32:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2011 06:32:02 +0000 (UTC) Cc: 10056@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 21 07:31:57 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RSNQ4-0002RB-0a for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Nov 2011 07:31:56 +0100 Original-Received: from localhost ([::1]:41657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSNQ3-0002Cx-A2 for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Nov 2011 01:31:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSNPz-0002Cd-OM for bug-gnu-emacs@gnu.org; Mon, 21 Nov 2011 01:31:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSNPy-0002Hb-PI for bug-gnu-emacs@gnu.org; Mon, 21 Nov 2011 01:31:51 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSNPy-0002HV-Ku for bug-gnu-emacs@gnu.org; Mon, 21 Nov 2011 01:31:50 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RSNR8-0002cR-8w for bug-gnu-emacs@gnu.org; Mon, 21 Nov 2011 01:33:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Nov 2011 06:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10056 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10056-submit@debbugs.gnu.org id=B10056.13218571239996 (code B ref 10056); Mon, 21 Nov 2011 06:33:02 +0000 Original-Received: (at 10056) by debbugs.gnu.org; 21 Nov 2011 06:32:03 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSNQA-0002bA-Rh for submit@debbugs.gnu.org; Mon, 21 Nov 2011 01:32:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RSNQ8-0002am-EW for 10056@debbugs.gnu.org; Mon, 21 Nov 2011 01:32:01 -0500 Original-Received: from [155.69.17.150] (port=54033 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RSNOx-0000Ey-AF; Mon, 21 Nov 2011 01:30:47 -0500 In-Reply-To: (Dani Moncayo's message of "Tue, 15 Nov 2011 21:06:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 21 Nov 2011 01:33:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:54112 Archived-At: Dani Moncayo writes: > Hello. > > According to (info "(emacs)Text Registers"), the mark should be > deactivated at the end of the command `copy-to-register' (which is > TRT; `C-w' behaves that way, for example). > > But I see that: > * The mark (region) remains active after doing "C-x h C-x r s s" (from > emacs -Q). > * The command's docstring does not mention anything about this. It should, no? I agree that the mark should be deactivated. But the current behavior has been in place for a long time, so this change can probably wait till after the release.