From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#17369: 24.4.50; several lines form a block of lines after inserting paren Date: Tue, 29 Apr 2014 17:29:09 +0300 Message-ID: <83ha5cmcp6.fsf@gnu.org> References: <535F68C2.9080400@poczta.onet.pl> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1398781830 17355 80.91.229.3 (29 Apr 2014 14:30:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2014 14:30:30 +0000 (UTC) Cc: 17369-done@debbugs.gnu.org To: Jarek Czekalski Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 16:30:23 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 1Wf936-00085a-Vz for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 16:30:21 +0200 Original-Received: from localhost ([::1]:50237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf936-00032V-Hi for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 10:30:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf92x-0002qb-NU for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:30:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf92s-0004jw-04 for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:30:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf92r-0004js-Ts for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:30:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Wf92r-00021W-8T for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:30:05 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Apr 2014 14:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 17369 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 17369@debbugs.gnu.org, eliz@gnu.org, jarekczek@poczta.onet.pl Original-Received: via spool by 17369-done@debbugs.gnu.org id=D17369.13987817507659 (code D ref 17369); Tue, 29 Apr 2014 14:30:03 +0000 Original-Received: (at 17369-done) by debbugs.gnu.org; 29 Apr 2014 14:29:10 +0000 Original-Received: from localhost ([127.0.0.1]:45150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf91y-0001zR-9Q for submit@debbugs.gnu.org; Tue, 29 Apr 2014 10:29:10 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:62832) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf91v-0001yl-Bl for 17369-done@debbugs.gnu.org; Tue, 29 Apr 2014 10:29:08 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N4S00G00QTLB800@a-mtaout21.012.net.il> for 17369-done@debbugs.gnu.org; Tue, 29 Apr 2014 17:29:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N4S00FQJQWCWT90@a-mtaout21.012.net.il>; Tue, 29 Apr 2014 17:29:00 +0300 (IDT) In-reply-to: <535F68C2.9080400@poczta.onet.pl> X-012-Sender: halo1@inter.net.il 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:88423 Archived-At: > Date: Tue, 29 Apr 2014 10:54:26 +0200 > From: Jarek Czekalski > > > To reproduce start emacs -Q and: > 1. Type the following contents > a > { > b > } > 2. Confirm that while standing on "b" and pressing END you just land > after the "b". > 3. After "a" insert "{" and delete it > 4. Try to END from "b", and notice you land at the end of the file. > > Expected behaviour: In step 4 we should land after "b". You are using an outdated version of the trunk: > In GNU Emacs 24.4.50.4 (i686-pc-mingw32) > of 2014-04-22 on BONSOFTW7 > Repository revision: 116990 > eggert@cs.ucla.edu-20140417145922-jifbl8lcxuxlgmjw I'm quite sure this problem was fixed (I think in the very next trunk revision, 116991). At least I cannot reproduce it with today's trunk. I'm closing the bug; feel free to reopen and add details if you succeed to reproduce with the latest trunk.