From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#13559: 24.3.50; mysterious, uncalled-for point movement when exit minibuffer Date: Sun, 09 Feb 2014 20:45:15 -0800 Message-ID: <871tzbbmp0.fsf@building.gnus.org> References: <2F6EC096580F4DD2BD7E468562DFA934@us.oracle.com> <83bocbke1r.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392007630 7478 80.91.229.3 (10 Feb 2014 04:47:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 04:47:10 +0000 (UTC) Cc: 13559@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 10 05:47:18 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCim4-0002uy-Ai for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 05:47:16 +0100 Original-Received: from localhost ([::1]:53364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCim3-0005gW-Tq for geb-bug-gnu-emacs@m.gmane.org; Sun, 09 Feb 2014 23:47:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCilv-0005fO-Ul for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 23:47:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCilq-0000hM-Pw for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 23:47:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCilq-0000hI-MH for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 23:47:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WCilq-0006Ch-F4 for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 23:47:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Feb 2014 04:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 13559-submit@debbugs.gnu.org id=B13559.139200760523810 (code B ref 13559); Mon, 10 Feb 2014 04:47:02 +0000 Original-Received: (at 13559) by debbugs.gnu.org; 10 Feb 2014 04:46:45 +0000 Original-Received: from localhost ([127.0.0.1]:33464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCilY-0006By-SF for submit@debbugs.gnu.org; Sun, 09 Feb 2014 23:46:45 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:39430) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCilW-0006Bn-Pb for 13559@debbugs.gnu.org; Sun, 09 Feb 2014 23:46:43 -0500 Original-Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCilI-0006AE-CC; Mon, 10 Feb 2014 05:46:28 +0100 In-Reply-To: (Drew Adams's message of "Sat, 26 Jan 2013 10:18:18 -0800") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1WCilI-0006AE-CC MailScanner-NULL-Check: 1392612388.89769@Zk+V11NzErlStqmJdaEaeQ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:85190 Archived-At: "Drew Adams" writes: >> > Sorry, but I cannot give a recipe to repro this yet. >> > >> > Somehow, it is suddenly the case (with my setup, but only with >> > recent builds, perhaps just the latest I have, 2013-01-25 - >> > that's where I noticed it) that with even something as simple as >> > M-x forward-char or M-: (forward-char), and even if I use C-g to >> > cancel such (e.g., just M-x C-g), point gets moved to another >> > location. I need not hit C-g - the same thing happens with >> > M-x forward-char RET. >> >> Can you try reproducing this from "emacs -Q"? > > No, I don't think so. Not until I find out more about it. If & when I do, I'll > let you know. That was a year ago, so I'm closing this bug. Please reopen if further progress can be made. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/