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: Tue, 09 Feb 2021 17:40:50 +0200 Message-ID: <8335y5l059.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21659"; 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 Tue Feb 09 16:46:04 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 1l9VDG-0005T0-Vz for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 09 Feb 2021 16:46:02 +0100 Original-Received: from localhost ([::1]:60900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9VDF-00010s-WF for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 09 Feb 2021 10:46:02 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9V9O-0006bY-Cl for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2021 10:42:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42855) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l9V9O-0001Au-5L for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2021 10:42:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l9V9O-0003tf-2K for bug-gnu-emacs@gnu.org; Tue, 09 Feb 2021 10:42: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: Tue, 09 Feb 2021 15:42: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.161288527214917 (code B ref 44834); Tue, 09 Feb 2021 15:42:02 +0000 Original-Received: (at 44834) by debbugs.gnu.org; 9 Feb 2021 15:41:12 +0000 Original-Received: from localhost ([127.0.0.1]:54401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9V8a-0003sX-I8 for submit@debbugs.gnu.org; Tue, 09 Feb 2021 10:41:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9V8V-0003sF-CY for 44834@debbugs.gnu.org; Tue, 09 Feb 2021 10:41:11 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47962) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9V8O-0000nt-Sr; Tue, 09 Feb 2021 10:41:00 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3738 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l9V8H-0004U1-St; Tue, 09 Feb 2021 10:40:54 -0500 In-Reply-To: <87h7mlk5re.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 09 Feb 2021 09:24:53 +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:199696 Archived-At: > From: Lars Ingebrigtsen > Date: Tue, 09 Feb 2021 09:24:53 +0100 > Cc: anticrisisg@gmail.com, 44834@debbugs.gnu.org, dgutov@yandex.ru > > Richard Stallman writes: > > > but that is not entirely correct either. People could misinterpret > > what is "trivial." > > > > Please put in > > > > about 10 new or modified nontrivial lines of code. (A line with > > a symbol is nontrivial.) > > Eli has changed the text further; please have a look. FTR, the text now says: Once the cumulative amount of your submissions exceeds about 15 lines of non-trivial code you added or changed (not counting deleted lines), we will need you to assign to the FSF the copyright for your contributions. Ask on emacs-devel@gnu.org, and we will send you the necessary form together with the instructions to fill and email it, in order to start this legal paperwork.