From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Apparent regression on the undo command Date: Wed, 18 Nov 2015 11:50:48 +0000 Message-ID: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1447847492 14932 80.91.229.3 (18 Nov 2015 11:51:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2015 11:51:32 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 18 12:51:32 2015 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 1Zz1Gr-0004AF-Bm for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2015 12:51:29 +0100 Original-Received: from localhost ([::1]:35423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz1Gq-0006Ud-Io for ged-emacs-devel@m.gmane.org; Wed, 18 Nov 2015 06:51:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz1GJ-0005xQ-FK for emacs-devel@gnu.org; Wed, 18 Nov 2015 06:50:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz1GD-0007gM-TD for emacs-devel@gnu.org; Wed, 18 Nov 2015 06:50:55 -0500 Original-Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:34008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz1GD-0007gH-HR for emacs-devel@gnu.org; Wed, 18 Nov 2015 06:50:49 -0500 Original-Received: by lffu14 with SMTP id u14so24600461lff.1 for ; Wed, 18 Nov 2015 03:50:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=ydmWL0tx+jdgK5gKOvbtE+jzYnL8dOf1adk8WnhGNkU=; b=n6HvYrRuOtJcV/00jT9LxKLPsoCCQN94IdWf6uSyCCfl6+2DYAONRm1NMG9yrWz7XS V1PMaA5xmfTP3r2e1i6OLLpdxmeEDaJLjYivk7gcgTYLvfijHQr2QgQa15LZmqg7AVXl 0NHiZNWC50i/HO+G1BhxOGna4ardIzuE+A6+JC+67tAYyHL4SdKXCoU16FGG/rGs/nqP k4Db8a1GofvcGVm7XuppjFX3kRTuL8g+O4ZHxbeq2QEQiPnuB3EZ+j8CVVv36woxeOZL mjRWrRBjHnMucPKvDYPGrtt05YZrVzV7G1eS2Rqsa0gfY6VF5oVGt4QYU4JLz+3uh0xD qCRg== X-Received: by 10.25.20.217 with SMTP id 86mr477894lfu.164.1447847448669; Wed, 18 Nov 2015 03:50:48 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Wed, 18 Nov 2015 03:50:48 -0800 (PST) X-Google-Sender-Auth: r0DyiJFC_pJuyH0eBm9Tv59L2Bc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::230 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:194702 Archived-At: I've been noticing this for days now. Whenever I invoke `undo' (C-/), the last change is correctly undone but then sometimes the cursor gets moved apparently random places in the buffer. It took me a couple of days to realise it was moving point to the position of my "penultimate" change (the change before the one I just undid). Is this intentional? I don't see anything about on the NEWS. If so, is there a way to disable it? Cheers, Artur