From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 18 17:14:53 2023 Received: (at submit) by debbugs.gnu.org; 18 Jul 2023 21:14:53 +0000 Received: from localhost ([127.0.0.1]:54455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLs21-0005a2-0L for submit@debbugs.gnu.org; Tue, 18 Jul 2023 17:14:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:50980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLs1z-0005Zq-B9 for submit@debbugs.gnu.org; Tue, 18 Jul 2023 17:14:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLs1t-00048i-RC for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 17:14:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLs1t-0003fH-JM for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 17:14:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=JxgeJ8rBaQLD+la+RiepuEq6bHa1mQPeP6iYxqGVoec=; b=lxeKMtBSvlprHW 1vAR+1CRnQRw21qNdMtMNUSXkSrYCmW5Bkdxr0qk4q3O4c1wCIqAjhLTOpF5rN0/r0eU6usn46Wj6 9bOHfVrW15RHItqP6ddwP1KGUzOyC9TU7V+dQoHPjUq2U+5zaDsbWYrw2tq8O2PWra1tKxI70K8ao audRGy0UhpuHQJIFAkR+niWNnDC1oDLxBXvMNOS3VoPwm/V5MtGfWmfUQM1QVMMhYeX26WigbaJQj nqkGfxRNc+IvbS3X1HxG0RoHUNQdlIvtkf9fJaeNaS36+hnCfIcswAoTKx8WLhZz4lg/NRjhT/K7F 4nrhWRmWmCXm/pI2VP6g==; Received: from p5b326e8f.dip0.t-ipconnect.de ([91.50.110.143] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLs1t-00081n-5p for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 17:14:45 -0400 From: Arash Esbati To: emacs-bugs Subject: 29.0.92; [PATCH] Use 'e.g.' in admin/notes/bugtracker Date: Tue, 18 Jul 2023 23:13:29 +0200 Message-ID: <865y6g7wjq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi all, this is a small change in admin/notes/bugtracker turning all occurrences of eg into e.g. This change is against the release branch. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-admin-notes-bugtracker-Use-e.g.-throughout-the-docum.patch >From 0fc2daadacc0294b4183ea2ec7dadca32a4f962c Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Tue, 18 Jul 2023 23:07:01 +0200 Subject: [PATCH] ; * admin/notes/bugtracker: Use 'e.g.' throughout the document. --- admin/notes/bugtracker | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index deb06f552cc..d1edad17177 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -39,7 +39,7 @@ tags 123 moreinfo|unreproducible|wontfix|patch|notabug For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html This is a static page, updated once a day. There is also a dynamic -list, generated on request. This accepts various options, eg to see +list, generated on request. This accepts various options, e.g. to see the most recent bugs: https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 @@ -138,7 +138,8 @@ The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases. ** To not get acknowledgment mail from the tracker, add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, -you can add an element to gnus-posting-styles to do this automatically, eg: +you can add an element to gnus-posting-styles to do this automatically, +e.g.: ("gnu-emacs\\(-pretest\\)?-bug" ("X-Debbugs-No-Ack" "yes")) @@ -222,7 +223,7 @@ Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed ** Setting bug parameters. There are two ways to set the parameters of bugs in the database (tags, severity level, etc). When you report a new bug, you can -provide a "pseudo-header" at the start of the report, eg: +provide a "pseudo-header" at the start of the report, e.g.: Package: emacs Version: 23.0.60 @@ -258,7 +259,7 @@ where VERSION is XX.YY numerical version number, like 42.1. *** To reopen a closed bug: reopen 123 -*** Bugs can be tagged in various ways (eg wontfix, patch, etc). +*** Bugs can be tagged in various ways (e.g. wontfix, patch, etc). The available tags are: patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy See https://debbugs.gnu.org/Developer#tags @@ -310,7 +311,7 @@ This will add a usertag "any-tag-you-like" to bug#1234. The tag will be associated with the user "emacs". If you omit the first line, the tag will be associated with your email address. -The syntax of the usertags command is the same as that of tags (eg wrt +The syntax of the usertags command is the same as that of tags (e.g. wrt the optional [=+-] argument). b) In an initial submission, in the pseudo-header: @@ -340,12 +341,12 @@ than one email address, but it does not seem to work for me.) **** To find bugs tagged with a specific usertag: This works just like a normal tags search, but with the addition of a -"users" field. Eg: +"users" field. E.g.: https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar *** To merge bugs: -Eg when bad replies create a bunch of new bugs for the same report. +E.g. when bad replies create a bunch of new bugs for the same report. Bugs must all be in the same state (e.g. same package(s) and severity -- see 'reassign' and 'severity' below), but need not have the same tags (tags are merged). E.g.: @@ -557,7 +558,7 @@ debbugs-submit. Approved mail is passed on to the tracker. tracker, since mail from whitelisted senders goes straight through.) NOTE: An alternative to this would be to use listhelper AT nongnu.org -as a moderator address. Eg the emacs-bug-tracker list uses this. +as a moderator address. E.g. the emacs-bug-tracker list uses this. It does basic spam processing on the moderator requests and automatically rejects the obviously bogus ones. Someone still has to accept the good ones though. The advantage of this would not be having -- 2.41.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 19 08:06:18 2023 Received: (at 64718-done) by debbugs.gnu.org; 19 Jul 2023 12:06:18 +0000 Received: from localhost ([127.0.0.1]:55124 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM5wg-0006Qw-B9 for submit@debbugs.gnu.org; Wed, 19 Jul 2023 08:06:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM5wd-0006Qj-Ff for 64718-done@debbugs.gnu.org; Wed, 19 Jul 2023 08:06:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qM5wY-0002UU-8u for 64718-done@debbugs.gnu.org; Wed, 19 Jul 2023 08:06:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=zNgQUB3L17PqrRxx/nnbhDI1cyr8CHXCex4H/pyFJuE=; b=KDZCiX7/cD6K RhEXUNDaddqQp/+WqaCA4a3PB+vxwhQ39R2WcLJfQ00CmZVILVezhVb0I19TkHVkauaQUre2v66f0 bEUiC8yeakB1IFMGkMgyKJc936r7wL85otYpejfiYtmpFWAfKSShnBrtJ0+KBDL9ZaRUonKRIVsp4 2qLuC3m1abcR+ar3t9JthCjtjdTOgZq2FNQ/xB2c2AZAv/QAhAXkSMHjW8N8D1idau21C7hf4i+si ciDqRIy+yU4ch+TEsAK+3lpCV3JNVj25SPIFQazRC5mZLRg3a/9DXAiOAQiG7NlmY7nuGAdoB0EUh ih6uiVxfO4GHunP7THpSdA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qM5wX-0001d6-2R; Wed, 19 Jul 2023 08:06:09 -0400 Date: Wed, 19 Jul 2023 15:06:40 +0300 Message-Id: <83bkg85cmn.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: <865y6g7wjq.fsf@gnu.org> (message from Arash Esbati on Tue, 18 Jul 2023 23:13:29 +0200) Subject: Re: bug#64718: 29.0.92; [PATCH] Use 'e.g.' in admin/notes/bugtracker References: <865y6g7wjq.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64718-done Cc: 64718-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Date: Tue, 18 Jul 2023 23:13:29 +0200 > > this is a small change in admin/notes/bugtracker turning all occurrences > of eg into e.g. This change is against the release branch. Thanks, installed, after fixing the punctuation. From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 19 10:57:16 2023 Received: (at 64718-done) by debbugs.gnu.org; 19 Jul 2023 14:57:16 +0000 Received: from localhost ([127.0.0.1]:56935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM8c8-0005UU-8O for submit@debbugs.gnu.org; Wed, 19 Jul 2023 10:57:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60554) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM8c6-0005UG-D2 for 64718-done@debbugs.gnu.org; Wed, 19 Jul 2023 10:57:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qM8c1-0000wH-6g for 64718-done@debbugs.gnu.org; Wed, 19 Jul 2023 10:57:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=NsckRhGBvtkl9cDiIUXGvGnz7FcRgcl12Cw16WR4Hz0=; b=AQTYquk1tqPQGM1yBd2H 5gkQvxNaeUlnaihDxDMnKm1ywmw7/XUtfRiJ0Y8n7oZEypQ9oopKcrbKqpibnOeA+sqfxt0YW5b87 T+M3kb2uznvVtKAj5a9CLgr3FPq/xuOQS9NuQOnzc3E67uB3P5zY42u86pcY+7c2p+EuYWkw8NfTF ISMpny0A+Lr4ta6d4ssKzjp2TmvdsJN2kIvd2x6jPLty90PL8hyhKSL65e50Pr9h4U7cpzXnmVsN1 FL+/3isZS80AARpTYKwKj/BS5H1BCxV0JHV7dJdmcfSUXVqXirlPLLq7w1C3FIuUb4TODXjHdnTx2 i28Y/wnH9HcXGA==; Received: from p5b326e8f.dip0.t-ipconnect.de ([91.50.110.143] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qM8c0-0006f0-Ox; Wed, 19 Jul 2023 10:57:08 -0400 From: Arash Esbati To: Eli Zaretskii Subject: Re: bug#64718: 29.0.92; [PATCH] Use 'e.g.' in admin/notes/bugtracker In-Reply-To: <83bkg85cmn.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 19 Jul 2023 15:06:40 +0300") References: <865y6g7wjq.fsf@gnu.org> <83bkg85cmn.fsf@gnu.org> Date: Wed, 19 Jul 2023 16:56:56 +0200 Message-ID: <86lefc9cg7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64718-done Cc: 64718-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Eli Zaretskii writes: > Thanks, installed, after fixing the punctuation. Thanks for installing and further fixing. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 00:17:27 2023 Received: (at 64718) by debbugs.gnu.org; 20 Jul 2023 04:17:28 +0000 Received: from localhost ([127.0.0.1]:57459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qML6V-0007b1-ID for submit@debbugs.gnu.org; Thu, 20 Jul 2023 00:17:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qML6R-0007ag-F0 for 64718@debbugs.gnu.org; Thu, 20 Jul 2023 00:17:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qML6M-0008E0-2B for 64718@debbugs.gnu.org; Thu, 20 Jul 2023 00:17:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=qf4azcNANSG9o8NbTCPCqoR5j2+6fmMy02ubheXr15w=; b=XfiE1MAL11CH KZe2Mx0Rjw5l8eB+xrU6JzY5YGXH/H+p/QrNzvMuk2VvUKf4COJuBl0can4847g3eIb3X0zprQUrQ Ck67aiCywQ3Fm59tB0tVwS2VyeYK4pt3L87Nrm9z83sYLRXHlzMUV+65RN4vJ/mPWZGvGnvqH6OsA aCzXc7wVhcLIbFzIKoXVePfpct1IxBXjsbpDlcMzFn70hPBBS1qoFMz50F74H8cb/CqKPsz4wFWgR o2HKegolNU06BXsnLyzhdil2IaTMiJxs4XGPh1Bh6mt+h//ui4mfAf2wOPIAEzKSzWyTfzAXrn0Jg DpH0lJlNaevGUaH+cJgvHw==; Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qML6L-0001j4-Gg; Thu, 20 Jul 2023 00:17:17 -0400 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Arash Esbati In-Reply-To: <865y6g7wjq.fsf@gnu.org> (message from Arash Esbati on Tue, 18 Jul 2023 23:13:29 +0200) Subject: Re: bug#64718: 29.0.92; [PATCH] Use 'e.g.' in admin/notes/bugtracker References: <865y6g7wjq.fsf@gnu.org> Message-Id: Date: Thu, 20 Jul 2023 00:17:17 -0400 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64718 Cc: 64718@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > this is a small change in admin/notes/bugtracker turning all occurrences > of eg into e.g. This change is against the release branch. In the long term, it would be best to replace "e.g." with "for example". Some people have never heard of those Latin abbreviations. Likewise "i.e." and the others, -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From unknown Tue Aug 19 02:51:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 17 Aug 2023 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator