From unknown Sun Jun 22 00:54:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17369: 24.4.50; several lines form a block of lines after inserting paren Resent-From: Jarek Czekalski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Apr 2014 08:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17369 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17369@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.139876169422630 (code B ref -1); Tue, 29 Apr 2014 08:55:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Apr 2014 08:54:54 +0000 Received: from localhost ([127.0.0.1]:44424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf3oT-0005sv-Pp for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45096) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf3oQ-0005sd-VL for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf3oG-0004TT-AO for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3oG-0004TP-6r for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3oB-00054J-32 for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf3o5-0004Rr-Sh for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:35 -0400 Received: from smtpo09.poczta.onet.pl ([213.180.142.140]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3o5-0004RY-Hi for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:29 -0400 Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3gHxVq5LqFz9v17Q for ; Tue, 29 Apr 2014 10:54:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1398761667; bh=Xj4DWpDJz1M+Z+nWJ/a7d8LNQpfZQOcB0T1sCuv7ny8=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=XUeQWKc2GHg2djUHVdF1bQy37/DtfPxAhdlOi0xPWMqLPpRhuOOZ2YEU/oevqVBRj ZKS19RyBHfDo0tx+LbBE3e3ytQZ5G0OYvo2qN34pOh2pmPl2l4qBskKKv6pTe6VR2k I8UoqoAuGRtQG07RwhETGBsqa14UCOdS/tzmVfv0= Message-ID: <535F68C2.9080400@poczta.onet.pl> Date: Tue, 29 Apr 2014 10:54:26 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) 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". May be connected with "newline chache" thread [1]. [1] http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00295.html 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 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=d:/program_files/emacs-master' Configured features: PNG NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: pl locale-coding-system: cp1250 Major mode: Fundamental Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 78176 7303) (symbols 24 17722 0) (miscs 20 76 190) (strings 16 12035 4723) (string-bytes 1 309207) (vectors 8 9310) (vector-slots 4 372511 5400) (floats 8 55 253) (intervals 28 257 36) (buffers 508 12)) From unknown Sun Jun 22 00:54:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17369: 24.4.50; several lines form a block of lines after inserting paren Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Apr 2014 14:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17369 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jarek Czekalski Cc: 17369@debbugs.gnu.org Received: via spool by 17369-submit@debbugs.gnu.org id=B17369.13987816597455 (code B ref 17369); Tue, 29 Apr 2014 14:28:02 +0000 Received: (at 17369) by debbugs.gnu.org; 29 Apr 2014 14:27:39 +0000 Received: from localhost ([127.0.0.1]:45142 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf90V-0001wB-6X for submit@debbugs.gnu.org; Tue, 29 Apr 2014 10:27:39 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:59063) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf90T-0001vz-Bq for 17369@debbugs.gnu.org; Tue, 29 Apr 2014 10:27:38 -0400 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3TERaVS019274; Tue, 29 Apr 2014 10:27:36 -0400 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id A1F97AE1F2; Tue, 29 Apr 2014 10:20:50 -0400 (EDT) From: Stefan Monnier Message-ID: References: <535F68C2.9080400@poczta.onet.pl> Date: Tue, 29 Apr 2014 10:20:50 -0400 In-Reply-To: <535F68C2.9080400@poczta.onet.pl> (Jarek Czekalski's message of "Tue, 29 Apr 2014 10:54:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4927=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4927> : inlines <786> : streams <1169134> : uri <1743763> X-Spam-Score: -2.0 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > 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. I can't reproduce it. I did emacs -Q a RET { RET b RET } RET up up end [ I get to right after "b", as expected. ] up up { backspace down down left end and I again end up right after "b". Stefan From unknown Sun Jun 22 00:54:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jarek Czekalski Subject: bug#17369: closed (Re: bug#17369: 24.4.50; several lines form a block of lines after inserting paren) Message-ID: References: <83ha5cmcp6.fsf@gnu.org> <535F68C2.9080400@poczta.onet.pl> X-Gnu-PR-Message: they-closed 17369 X-Gnu-PR-Package: emacs Reply-To: 17369@debbugs.gnu.org Date: Tue, 29 Apr 2014 14:30:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1398781805-7762-1" This is a multi-part message in MIME format... ------------=_1398781805-7762-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17369: 24.4.50; several lines form a block of lines after inserting paren which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17369@debbugs.gnu.org. --=20 17369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17369 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1398781805-7762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17369-done) by debbugs.gnu.org; 29 Apr 2014 14:29:10 +0000 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 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 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) 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) Date: Tue, 29 Apr 2014 17:29:09 +0300 From: Eli Zaretskii Subject: Re: bug#17369: 24.4.50; several lines form a block of lines after inserting paren In-reply-to: <535F68C2.9080400@poczta.onet.pl> X-012-Sender: halo1@inter.net.il To: Jarek Czekalski Message-id: <83ha5cmcp6.fsf@gnu.org> References: <535F68C2.9080400@poczta.onet.pl> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 17369-done Cc: 17369-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > 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. ------------=_1398781805-7762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Apr 2014 08:54:54 +0000 Received: from localhost ([127.0.0.1]:44424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf3oT-0005sv-Pp for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45096) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf3oQ-0005sd-VL for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf3oG-0004TT-AO for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3oG-0004TP-6r for submit@debbugs.gnu.org; Tue, 29 Apr 2014 04:54:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3oB-00054J-32 for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf3o5-0004Rr-Sh for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:35 -0400 Received: from smtpo09.poczta.onet.pl ([213.180.142.140]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf3o5-0004RY-Hi for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 04:54:29 -0400 Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3gHxVq5LqFz9v17Q for ; Tue, 29 Apr 2014 10:54:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1398761667; bh=Xj4DWpDJz1M+Z+nWJ/a7d8LNQpfZQOcB0T1sCuv7ny8=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=XUeQWKc2GHg2djUHVdF1bQy37/DtfPxAhdlOi0xPWMqLPpRhuOOZ2YEU/oevqVBRj ZKS19RyBHfDo0tx+LbBE3e3ytQZ5G0OYvo2qN34pOh2pmPl2l4qBskKKv6pTe6VR2k I8UoqoAuGRtQG07RwhETGBsqa14UCOdS/tzmVfv0= Message-ID: <535F68C2.9080400@poczta.onet.pl> Date: Tue, 29 Apr 2014 10:54:26 +0200 From: Jarek Czekalski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.4.50; several lines form a block of lines after inserting paren Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) 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". May be connected with "newline chache" thread [1]. [1] http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00295.html 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 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=d:/program_files/emacs-master' Configured features: PNG NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: pl locale-coding-system: cp1250 Major mode: Fundamental Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 78176 7303) (symbols 24 17722 0) (miscs 20 76 190) (strings 16 12035 4723) (string-bytes 1 309207) (vectors 8 9310) (vector-slots 4 372511 5400) (floats 8 55 253) (intervals 28 257 36) (buffers 508 12)) ------------=_1398781805-7762-1--