From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: bug#11774: bug#11774: org-mode causes undo boundaries to be lost Date: Tue, 03 Jul 2012 13:29:51 -0400 Message-ID: References: <20120703095729.GA6651@c3po> <4FF30D50.8010009@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm6ve-0007Ox-Ae for emacs-orgmode@gnu.org; Tue, 03 Jul 2012 13:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm6vc-00087Z-La for emacs-orgmode@gnu.org; Tue, 03 Jul 2012 13:30:21 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <4FF30D50.8010009@os.inf.tu-dresden.de> (Martin Pohlack's message of "Tue, 03 Jul 2012 17:18:40 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Martin Pohlack Cc: Bastien , Toby Cubitt , 11774@debbugs.gnu.org > Which is what one wants. Someone seems to be merging the self-insert > commands in your situation. Probably the native merging code has > changed in recent Emacs itself. Indeed, self-insert-command used to be treated specially by the read-eval-loop and the merging was performed there. Now this command is handled like any other, and self-insert-command does the merging itself. In most cases the result is the same, but the behavior is not quite identical in the details. Stefan