From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111349: * lisp/progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger Date: Thu, 27 Dec 2012 17:24:12 -0100 Message-ID: <87ip7nqroz.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356632674 4137 80.91.229.3 (27 Dec 2012 18:24:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Dec 2012 18:24:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 27 19:24:50 2012 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 1ToI8N-0003QE-DU for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 19:24:47 +0100 Original-Received: from localhost ([::1]:38916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToI88-0004do-TE for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 13:24:32 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToI84-0004df-1q for emacs-devel@gnu.org; Thu, 27 Dec 2012 13:24:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToI7v-0004Qw-SL for emacs-devel@gnu.org; Thu, 27 Dec 2012 13:24:27 -0500 Original-Received: from mail-la0-f48.google.com ([209.85.215.48]:34152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToI7v-0004Qh-Il; Thu, 27 Dec 2012 13:24:19 -0500 Original-Received: by mail-la0-f48.google.com with SMTP id m13so12481961lah.21 for ; Thu, 27 Dec 2012 10:24:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=EnZd3ZF4dJLWOImjl6nR/pfMMZtKLnseW2g+Jzduvl8=; b=ufUKVUS1KJ/t3JU9lBosB3aAjf3lzJViLYCzgs0nfIpjTAIWalJYjgu1OnispRSO25 8y4ulJOSnw6XzQqKNPZB3O4wya4CxJ1Wz4iolkFHYnrh+cmACS7ZWzNzbMdvTQHkO3/P eHMM+lnwP8AlFBkDHc+Pc3+I80aGQZx8foyMQ7Vv19QUEw+wAzJMXarp2CQ9RNkG+/I3 cpK4P8zunmeGqS2yB5La2P8+LevAybAbtegmBtDYpL4fgMFpvMLGSyDk0r9+cBbtzBnl blhm3mWEOP6ZtQa7w8qWAgvWSuyD69g8oD3AE2kLPrueizMvGW8C5xSlTxKothkD6MML Ffjg== X-Received: by 10.112.29.229 with SMTP id n5mr12811857lbh.130.1356632657730; Thu, 27 Dec 2012 10:24:17 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id n7sm10810627lbg.3.2012.12.27.10.24.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Dec 2012 10:24:16 -0800 (PST) In-Reply-To: (Sam Steingold's message of "Thu, 27 Dec 2012 11:33:06 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.48 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:155943 Archived-At: Hi Sam, Sam Steingold writes: > ------------------------------------------------------------ > revno: 111349 > committer: Sam Steingold > branch nick: trunk > timestamp: Thu 2012-12-27 11:33:06 -0500 > message: > * lisp/progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger > continuations, see . > modified: > lisp/ChangeLog > lisp/progmodes/cperl-mode.el > === modified file 'lisp/ChangeLog' > --- a/lisp/ChangeLog 2012-12-27 08:21:08 +0000 > +++ b/lisp/ChangeLog 2012-12-27 16:33:06 +0000 > @@ -1,8 +1,13 @@ > +2012-12-27 Sam Steingold > + > + * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger > + continuations, see . > + > 2012-12-27 Dmitry Gutov > > * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class", > "module" and "def" to have indentation before them. Regression > - from 109911 (see the new test). > + from Bug#109911 (see the new test). This change is inaccurate. 109911 is a Bazaar revision, not a bug number.