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#45325: 27.1; [PATCH] Correct position commentary in ETAGS.EBNF Date: Sat, 19 Dec 2020 19:43:28 +0200 Message-ID: <83eejlu1xb.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7667"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 45325-done@debbugs.gnu.org To: Vasilij Schneidermann Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 19 18:44:17 2020 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 1kqgHA-0001rj-PB for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 19 Dec 2020 18:44:16 +0100 Original-Received: from localhost ([::1]:40104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqgH9-0007yr-4U for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 19 Dec 2020 12:44:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqgGw-0007ye-VR for bug-gnu-emacs@gnu.org; Sat, 19 Dec 2020 12:44:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59768) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kqgGw-00040w-DP for bug-gnu-emacs@gnu.org; Sat, 19 Dec 2020 12:44:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kqgGw-0006ag-9P for bug-gnu-emacs@gnu.org; Sat, 19 Dec 2020 12:44:02 -0500 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Dec 2020 17:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45325 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 45325@debbugs.gnu.org, eliz@gnu.org, mail@vasilij.de Original-Received: via spool by 45325-done@debbugs.gnu.org id=D45325.160839983725311 (code D ref 45325); Sat, 19 Dec 2020 17:44:01 +0000 Original-Received: (at 45325-done) by debbugs.gnu.org; 19 Dec 2020 17:43:57 +0000 Original-Received: from localhost ([127.0.0.1]:43080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqgGr-0006aB-8M for submit@debbugs.gnu.org; Sat, 19 Dec 2020 12:43:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqgGp-0006Zw-2F for 45325-done@debbugs.gnu.org; Sat, 19 Dec 2020 12:43:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58820) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqgGi-0003zl-Qn; Sat, 19 Dec 2020 12:43:48 -0500 Original-Received: from [176.228.60.248] (port=2431 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqgGi-0006XD-5i; Sat, 19 Dec 2020 12:43:48 -0500 In-Reply-To: (message from Vasilij Schneidermann on Sat, 19 Dec 2020 18:13:56 +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:196403 Archived-At: > Date: Sat, 19 Dec 2020 18:13:56 +0100 > From: Vasilij Schneidermann > > I've looked into the etags format and have been happy to discover that > there is actually a specification for it. There is a bug in a comment > though suggesting a position is the char position followed by the line > position, however it seems to be the other way around. I've looked a bit > more in the grammar, but other than that it seems to be fine. Thanks, installed on the release branch, and closing the bug. > * etc/ETAGS.EBNF (position): Correct comment Please in the future end sentences in the log message with a period (I fixed this one).