From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Recent Emacs breaks folding.el Date: Mon, 08 Aug 2011 07:29:35 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1312802986 24555 80.91.229.12 (8 Aug 2011 11:29:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 11:29:46 +0000 (UTC) Cc: jari.aalto@cante.net, emacs-devel@gnu.org To: "Michal Nazarewicz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 13:29:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QqO1d-0006PA-IW for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 13:29:41 +0200 Original-Received: from localhost ([::1]:43995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqO1d-0000KJ-2U for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 07:29:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqO1Z-0000KA-TF for emacs-devel@gnu.org; Mon, 08 Aug 2011 07:29:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqO1Y-0006T6-Le for emacs-devel@gnu.org; Mon, 08 Aug 2011 07:29:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqO1Y-0006T2-IP for emacs-devel@gnu.org; Mon, 08 Aug 2011 07:29:36 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QqO1X-0004Fp-EP; Mon, 08 Aug 2011 07:29:35 -0400 In-reply-to: (mina86@mina86.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:143013 Archived-At: > Date: Mon, 08 Aug 2011 12:16:02 +0200 > From: "Michal Nazarewicz" > > I've just built and installed Emacs yesterday evening[1] and noticed > that it broke folding.el[2]. > > The text is folded but there is no new line at the end of the fold, so > instead of: > > ;;{{{ Introduction... > ;;{{{ Installation... > ;;{{{ DOCUMENTATION... > > the following is displayed: > > ;;{{{ Introduction...;;{{{ Installation...;;{{{ DOCUMENTATION... > > [1] This is commit “8cd6c3b83f: Fix copyrights for javascript and > python grammars.” as found in git. This is bug #9212, which was fixed 7 days ago. Please upgrade to a newer development trunk. Today's bzr doesn't have this problem. Thanks.