From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.bugs Subject: bug#10195: 24.0.92; M-w may no longer provide visual feedback Date: Sat, 03 Dec 2011 00:31:36 -0500 Message-ID: <87d3c6xltz.fsf@maru.md5i.com> References: <20111202110953.0484349381.qww314159@jberkenbilt-linux.appiancorp.com> <83aa7bc597.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322890373 1807 80.91.229.12 (3 Dec 2011 05:32:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Dec 2011 05:32:53 +0000 (UTC) Cc: 10195@debbugs.gnu.org, Jay Berkenbilt To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 03 06:32:49 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 1RWiDQ-00008b-TQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Dec 2011 06:32:49 +0100 Original-Received: from localhost ([::1]:38251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWiDP-0007XM-W5 for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Dec 2011 00:32:47 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWiDM-0007X7-U4 for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2011 00:32:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWiDL-0007Hn-LM for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2011 00:32:44 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWiDL-0007Hh-Ju for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2011 00:32:43 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RWiDd-0005ii-Lj for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2011 00:33:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Michael Welsh Duggan Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Dec 2011 05:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10195 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 10195-submit@debbugs.gnu.org id=B10195.132289033021922 (code B ref 10195); Sat, 03 Dec 2011 05:33:01 +0000 Original-Received: (at 10195) by debbugs.gnu.org; 3 Dec 2011 05:32:10 +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 1RWiCo-0005hX-K6 for submit@debbugs.gnu.org; Sat, 03 Dec 2011 00:32:10 -0500 Original-Received: from md5i.com ([75.151.244.229] helo=maru.md5i.com) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWiCg-0005hL-Ez for 10195@debbugs.gnu.org; Sat, 03 Dec 2011 00:32:09 -0500 Original-Received: from md5i by maru.md5i.com with local (Exim 4.77) (envelope-from ) id 1RWiCG-0001fO-Ht; Sat, 03 Dec 2011 00:31:36 -0500 In-Reply-To: <83aa7bc597.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 02 Dec 2011 18:23:00 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 03 Dec 2011 00:33:01 -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:54637 Archived-At: Eli Zaretskii writes: >> From: Jay Berkenbilt >> Date: Fri, 02 Dec 2011 11:09:53 -0500 >> >> Type some text. Save it in the kill ring with >> >> C-a C-SPC M-f M-w >> >> Then do this again: >> >> M-w >> >> In emacs 23, the cursor would bounce between the point and the mark the >> second time M-w was pressed, since the highlighting of the region turned >> off after the first time. Or, if transient-mark-mode is nil, then the >> first M-w would bounce the cursor between the point and mark. In >> emacs24, M-w seems to never cause the cursor to bounce between the point >> and mark. > > It still does that to me, in the current trunk tip. > > Does it work in "emacs -Q" for you? > It appears to be inconsistent. Sometimes it will happen, sometimes it will not. I first noticed this many months ago, but at the time couldn't cause it to happen on command, and as such forgot about it for a while. Today, I tried again with emacs -Q built from bzr revno 106562. I definitely see this behavior, without fail. emacs -Q (In *scratch* buffer) C-p C-p C-p C-SPC C-e M-w It's a lot more noticeable with tmm off. GNU Emacs 24.0.92.1 (i686-pc-linux-gnu, X toolkit) of 2011-11-30 on maru -- Michael Welsh Duggan (md5i@md5i.com)