From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GMyrOHX8g1/EPQAA0tVLHw (envelope-from ) for ; Mon, 12 Oct 2020 06:49:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +Ke8NHX8g1+BWAAAbx9fmQ (envelope-from ) for ; Mon, 12 Oct 2020 06:49:25 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0241794053B for ; Mon, 12 Oct 2020 06:49:25 +0000 (UTC) Received: from localhost ([::1]:45722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRre6-0002Dy-3a for larch@yhetil.org; Mon, 12 Oct 2020 02:49:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRrdI-0001zZ-NT for emacs-orgmode@gnu.org; Mon, 12 Oct 2020 02:48:32 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34145) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRrdG-000469-VQ for emacs-orgmode@gnu.org; Mon, 12 Oct 2020 02:48:32 -0400 X-Originating-IP: 213.207.159.14 Received: from kronos (unknown [213.207.159.14]) (Authenticated sender: public@protesilaos.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id A65EC1BF20B; Mon, 12 Oct 2020 06:48:25 +0000 (UTC) From: Protesilaos Stavrou To: Kyle Meyer Subject: Re: Bug: org-priority face has extra space at the end starting from version 9.4 [9.4 (9.4-elpaplus @ /home/rrudakov/.emacs.d/elpa/org-plus-contrib-20200914/)] References: <87r1r2kh77.fsf@pm.me> <87o8m6aysz.fsf@protesilaos.com> <87d025ypu1.fsf@pm.me> <87o8lit5vk.fsf@protesilaos.com> <87k0vx8dtz.fsf@kyleam.com> Date: Mon, 12 Oct 2020 09:48:23 +0300 In-Reply-To: <87k0vx8dtz.fsf@kyleam.com> (Kyle Meyer's message of "Sun, 11 Oct 2020 02:40:56 -0400") Message-ID: <87ft6klz2g.fsf@protesilaos.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=217.70.183.201; envelope-from=info@protesilaos.com; helo=relay8-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/12 02:48:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, RCVD_IN_SBL_CSS=3.335, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roman Rudakov , Protesilaos Stavrou , emacs-orgmode@gnu.org, Ilja Kocken Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 3.29 X-TUID: k3SSsS0Vnyyf On 2020-10-11, 02:40 -0400, Kyle Meyer wrote: > I'm wary of changing the regexp. Although the docstring does suggest > the space shouldn't be a part of the first group, the group has included > the space since org-priority-regex was introduced way back in 2008. And > making the suggested change results in a failing test > (test-org/entry-put). So at this point, I'd lean towards adjusting the > docstring. > > I've applied a different fix for the regression (b1de0c8e4). Thank you Kyle! I can confirm that the issue is no longer present on my end. -- Protesilaos Stavrou protesilaos.com