X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-CMAE-Analysis: v=2.3 cv=dpil9Go4 c=1 sm=1 tr=0 a=+cj0cO56Fp8x7EdhTra87A==:117 a=KfsEVROInO98a7V1GwzIHg==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=IkcTkHD0fZMA:10 a=afefHYAZSVUA:10 a=IlBfZrlZQX-vHui2fnoA:9 a=QEXdDO2ut3YA:10 X-SECURESERVER-ACCT: glimrick AT epilitimus DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=epilitimus.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ogU6lJSU/oqsLOEEcx8gMtLiKTXYXFXTBzT0Ji0Gsew=; b=Bxp7+T5B+c/xrYc8vy3+LmvaeO bvC/PImowhQR/BOX7KQp/LNCb8VqNDm5nh8IB7DGLDxZm663UijTlej7vkSoHa/5T/WoEMe+jhCoj 8LcqZK4AauWu+pZSnuF2Xp/Vcdqs372UHaYSe9p5vOeWFN159z/Djgn88x8Kc1r5dpJ+w/ZhrJjYu txy3UQ1IhT9FF8CQwpBKY88ZGGZWzovMGDreENtirGr75/2b7hnUjJdCArZ1FuCHJCFEy50h3yCOP /EzwR8xV+VkrfaHvMGS7/h30ZdFh+81kyIeLGmU3qX7D7g6WmuL/2noWws9vz7Rh/O6/jqXXHijW1 wVIO2EgQ==; Subject: Re: [geda-user] submitted a new patch To: geda-user AT delorie DOT com References: <14f9e862-8ee0-4432-23b6-06e94215baa4 AT epilitimus DOT com> <32bfe083-3604-b747-030a-48a13e2b1074 AT epilitimus DOT com> <7c133ba2-5b09-91f3-808f-9f444c625278 AT epilitimus DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: <7df6cee0-b96c-1753-29a6-58026eeb991b@epilitimus.com> Date: Fri, 23 Oct 2020 14:22:13 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2plcpnl0121.prod.iad2.secureserver.net X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epilitimus.com X-Get-Message-Sender-Via: a2plcpnl0121.prod.iad2.secureserver.net: authenticated_id: glimrick AT epilitimus DOT com X-Authenticated-Sender: a2plcpnl0121.prod.iad2.secureserver.net: glimrick AT epilitimus DOT com X-Source: X-Source-Args: X-Source-Dir: X-CMAE-Envelope: MS4wfBcKnQRen3hZDKoHfe/3ZJE2PjkuH/JfIa3WM3gOznqlATwP+w5tpogxE+YZx6ISSG0d0psL5BX4D/DqjBKhFVtEr4Ox4l0kuiqYblENHBK6/lPheul6 7IAv0S1vt4+aIZBMoIf1jyf4d4Vgo41qJyjK2BcG3H2XlLFgM7c7XZHvbS4BjBBjqavupumEAzDyzYpGCopBtsIRu1bQFQDywkE= Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Roland, Okay so the newline was there because of the debug message you removed. It pushed the "Checking for title box" message to the next line. Once that message was gone, yes the newline was unneeded. I think the comment you are referring to was actually my rewrite of the comment to include the fact that a specific title was permitted.  So here I would argue that the change was relevant, but actually to the previous patch that added the spice-title rather than this one. In both cases not an issue for me. Glenn Roland Lutz wrote: > - The Guile patch contains unnecessary changes (adding a newline > character to an unrelated debug message; removing an unrelated > comment).  Patches should not contain any changes which are not > immediately relevant to the issue the patch addresses.  If you think > these changes would improve the project, please submit them as an > individual patch.