From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#44834: Fix for failing indentation of Tcl procs nested in namespace Date: Fri, 12 Feb 2021 13:16:47 +0200 Message-ID: <83o8gpfsdc.fsf@gnu.org> References: <87sg8zk4lj.fsf@precedence.co.uk> <87k0rzatbp.fsf@gnus.org> <87h7mo85t6.fsf@gnus.org> <8735y7nk9z.fsf@gnus.org> <87h7mlk5re.fsf@gnus.org> <8335y5l059.fsf@gnu.org> <837dngj6yp.fsf@gnu.org> <83v9ayhdn1.fsf@gnu.org> <87wnvdvh1y.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26484"; mail-complaints-to="usenet@ciao.gmane.io" Cc: anticrisisg@gmail.com, 44834@debbugs.gnu.org, rms@gnu.org, dgutov@yandex.ru To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 12 12:17:18 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lAWRo-0006mV-TZ for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 12 Feb 2021 12:17:16 +0100 Original-Received: from localhost ([::1]:39990 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAWRo-00014f-0F for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 12 Feb 2021 06:17:16 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAWRa-00014Q-Uf for bug-gnu-emacs@gnu.org; Fri, 12 Feb 2021 06:17:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48499) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lAWRa-0004zo-MG for bug-gnu-emacs@gnu.org; Fri, 12 Feb 2021 06:17:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lAWRa-0003jQ-G4 for bug-gnu-emacs@gnu.org; Fri, 12 Feb 2021 06:17:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Feb 2021 11:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44834 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch fixed Original-Received: via spool by 44834-submit@debbugs.gnu.org id=B44834.161312861814327 (code B ref 44834); Fri, 12 Feb 2021 11:17:02 +0000 Original-Received: (at 44834) by debbugs.gnu.org; 12 Feb 2021 11:16:58 +0000 Original-Received: from localhost ([127.0.0.1]:60045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAWRV-0003j1-Te for submit@debbugs.gnu.org; Fri, 12 Feb 2021 06:16:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAWRT-0003ik-VE for 44834@debbugs.gnu.org; Fri, 12 Feb 2021 06:16:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39987) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAWRO-0004uy-Gu; Fri, 12 Feb 2021 06:16:50 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4870 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lAWRG-0005rD-VQ; Fri, 12 Feb 2021 06:16:43 -0500 In-Reply-To: <87wnvdvh1y.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 12 Feb 2021 09:14:33 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:199854 Archived-At: > From: Lars Ingebrigtsen > Cc: rms@gnu.org, anticrisisg@gmail.com, 44834@debbugs.gnu.org, > dgutov@yandex.ru > Date: Fri, 12 Feb 2021 09:14:33 +0100 > > Eli Zaretskii writes: > > > Once the cumulative amount of your submissions exceeds about 10 lines > > of non-trivial changes, we will need you to assign to the FSF the > > But it used to be 15 lines? Richard asked to change it to 10. AFAIU, what CONTRIBUTE says is just a conservative threshold, above which human judgment is required. After all, how much of creative value is there in any given code is not something one can estimate by just counting lines.