From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Peter Vasil Newsgroups: gmane.emacs.devel Subject: Re: Wrong indentation of defun with indent-region Date: Sun, 30 Apr 2017 20:34:38 +0200 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1493577294 20715 195.159.176.226 (30 Apr 2017 18:34:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2017 18:34:54 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 20:34:50 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d4tgI-0005Ja-HP for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2017 20:34:50 +0200 Original-Received: from localhost ([::1]:45565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4tgO-00033X-DE for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2017 14:34:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4tgJ-00033S-6I for emacs-devel@gnu.org; Sun, 30 Apr 2017 14:34:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4tgG-0007fI-3y for emacs-devel@gnu.org; Sun, 30 Apr 2017 14:34:51 -0400 Original-Received: from [195.159.176.226] (port=59200 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d4tgF-0007ek-Oz for emacs-devel@gnu.org; Sun, 30 Apr 2017 14:34:48 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d4tg6-00057z-MV for emacs-devel@gnu.org; Sun, 30 Apr 2017 20:34:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@blaine.gmane.org In-Reply-To: Content-Language: de-DE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:214449 Archived-At: Ok thanks! I should have looked more thoroughly if there is already a bug report. I tried the patch and its seems to fix the issue. Peter On 04/30/2017 07:58 PM, Noam Postavsky wrote: > On Sun, Apr 30, 2017 at 12:31 PM, Peter Vasil > wrote: >> >> Since commit 6fa9cc0593150a318f0e08e69ec10672d548a7c1 indent-region >> doesn't indent correctly a defun when docstring is more than one line. > > Please try out the patch at > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26619#40 > >