From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: How did that happen? Date: Wed, 08 Oct 2014 13:41:26 +0200 (CEST) Message-ID: <20141008.134126.986137492679816828.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1412768534 19173 80.91.229.3 (8 Oct 2014 11:42:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 11:42:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 08 13:42:07 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Xbpcu-0002yw-QM for ged-emacs-devel@m.gmane.org; Wed, 08 Oct 2014 13:41:52 +0200 Original-Received: from localhost ([::1]:35553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbpcu-0004tI-G0 for ged-emacs-devel@m.gmane.org; Wed, 08 Oct 2014 07:41:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbpcm-0004rk-7m for emacs-devel@gnu.org; Wed, 08 Oct 2014 07:41:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbpcf-0001fV-G2 for emacs-devel@gnu.org; Wed, 08 Oct 2014 07:41:44 -0400 Original-Received: from hylle06.itea.ntnu.no ([129.241.56.235]:52320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbpcf-0001da-9A for emacs-devel@gnu.org; Wed, 08 Oct 2014 07:41:37 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id C8D73671B36 for ; Wed, 8 Oct 2014 13:41:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle06.itea.ntnu.no Original-Received: from localhost (unknown [IPv6:2001:700:300:1470:7896:f83c:9557:d461]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle06.itea.ntnu.no (Postfix) with ESMTPSA id BA71C671B22; Wed, 8 Oct 2014 13:41:27 +0200 (CEST) X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.6 on Emacs 24.4.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 129.241.56.235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175109 Archived-At: I just had emacs getting into this strange state: Everything seemed normal, except for one little thing: The cursor would jump to the beginning of the line after I inserted any character. This happened everywhere, including in the minibuffer. Needless to say, this made emacs difficult to use to say the least. The only thing I could think of checking was if something had gotten into after-change-functions, but its value was as expected: (mew-draft-dynamic-highlight t), global value nil. (What fun to type stuff like C-h v -retfa C-e -ahc C-e nuf TAB in order to investigate!) Unfortunately, I haven't the faintest idea how to trigger this behaviour, or I would submit a bug report right away. Does anyone here have any notion what could possibly trigger this behaviour? Or suggestions for what I might try, should I encounter it again? I had to terminate that instance =E2=80=93 it is just too painful = to run two instances of emacs simultaneously, or I might have kept it around so I could investigate it some more. Version info: GNU Emacs 24.4.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F34)) of 2014-09-27 on airy Built from this commit: commit 13559b3ff594d19244a691ddaf966e0965654537 Author: Stefan Monnier Date: Sat Sep 27 12:26:54 2014 -0400 * lisp/epg-config.el (epg-gpg-program): Use the plain program names r= ather than their absolute file name. =E2=80=93 Harald PS. Sorry if posting to this list is inappropriate, but I suspect this is too esoteric to fit on help-gnu-emacs. Correct me if I'm wrong.