From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 04:38:06 2023 Received: (at submit) by debbugs.gnu.org; 18 Sep 2023 08:38:06 +0000 Received: from localhost ([127.0.0.1]:52040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qi9le-0007Qo-2M for submit@debbugs.gnu.org; Mon, 18 Sep 2023 04:38:06 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qi9lZ-0007Pp-Mn for submit@debbugs.gnu.org; Mon, 18 Sep 2023 04:38:04 -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 1qi9lI-0002Db-Qn for bug-gnu-emacs@gnu.org; Mon, 18 Sep 2023 04:37:45 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qi9lB-0005E0-Al for bug-gnu-emacs@gnu.org; Mon, 18 Sep 2023 04:37:43 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6D2DA240029 for ; Mon, 18 Sep 2023 10:37:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1695026250; bh=c6WOW6tnM8nOjOZPiNCieGrGa7NVE4f2/VP5GtMVvQI=; h=From:To:Subject:Date:Message-ID:MIME-Version:From; b=i/Vwou49Qpc8c7foW3DfwKtA5BLGyeD5F58ZgZQgVzVCMraBkU9Dt77WyKvBZcQNT 6palBx9Nd1PHpAbTHuTuAGYx+Pu9d2DW9WXdlTk61VymTGurst+Fr5JN08OgviC6MM /8oe5skpFs7W07xmO/Rckvk5YNiLAy/WwymG6eGNLo4VxVDxU0STGDTMVHl1TiMQnx hNlbbl085oOWml/lQkj4vT2e6r8ynRZbF+va7p9k07ksWKxllj1fX69KS+3LRXAoWa T1bQ5manwy9vx56pd1Vs+aWiVbivJLsJoCwXypWcFJ6pJwfshNpeeOZMJto+SUyG9d zr4FbNtE3VYWw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Rpypd3SFQz9rxM for ; Mon, 18 Sep 2023 10:37:29 +0200 (CEST) From: Ihor Radchenko To: bug-gnu-emacs@gnu.org Subject: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup Date: Mon, 18 Sep 2023 08:38:44 +0000 Message-ID: <87cyyfkh9n.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.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: -0.0 (/) Hi, When writing the NEWS entry for bug#65469, I was trying to follow the instructions in CONTRIBUTE file. However, not everything was very clear and I had to consult the git log, other entries, and do some guess work. In particular: 1. It is not documented whether new NEWS entries should go in front or at the end of the news list under the same category. 2. CONTRIBUTE states: "Think about whether your change requires updating the manuals. If you know it does not, mark the NEWS entry with "---"." However, it is not clear what "mark" means. When looking into NEWS file, I saw things like * item 1 --- * item 2 ... And it is not clear if "---" refers to item 1 or item 2. 3. "Documenting your changes" section of CONTRIBUTE file refers to documentation tips section of Elisp manual. However, NEWS file appears to use a slightly different quoting scheme for variable and function names. For example, ** 'write-region-inhibit-fsync' now defaults to t in interactive mode, uses straight quotes '...', not the usual `...' docstring style. 4. I was also confused how to refer to info nodes from NEWS. I found one example in For more information, see the "(eshell) Built-ins" node in the Eshell manual. but the convention is not documented anywhere. I _guessed_ that the quoting should be similar to docstring style, but using "..." quotes instead of `...' and adding space in "(manual) Section" instead of `(manual)Section' used in the docstrings. I believe that the above and any other conventions should be explained better. In GNU Emacs 30.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-09-15 built on localhost Repository revision: 8a29da91bdcbffe2d7a67f04e235cdf238bd4be8 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Gentoo Linux -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 07:22:13 2023 Received: (at 66067-done) by debbugs.gnu.org; 18 Sep 2023 11:22:13 +0000 Received: from localhost ([127.0.0.1]:52264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiCKT-0003DX-2v for submit@debbugs.gnu.org; Mon, 18 Sep 2023 07:22:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiCKR-0003DI-AE for 66067-done@debbugs.gnu.org; Mon, 18 Sep 2023 07:22:12 -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 1qiCKB-0007WP-Kq; Mon, 18 Sep 2023 07:21:55 -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=dAZSetQB4S2vHM1uQlTtZ6+e8OyP0VPOCekwjYtGJRQ=; b=FFQndl2S79bS yrvmDRVxeL1bHDcCoiG+17ladg5VMM2oi/shPdlw3GiamhE/9AgTAdvzighE0Iw/P/Zz5jtYbvGK6 H7Rw8OsoDvgGbdVs/BytMhKgd1/ZST5ctIUiOepYqR3Cr/FCq2gyYTGnEYrofB7+cvZ6R7voml6m8 B57KD6IVCRvb0atRN1jrI9aPGGWZ0A5oSzf/0ndCkCdPbLfvPAg0BN8tA+oTGHBEIEUrdGLhATRST SWsytWgZ9v0w+lbcXD6yJkqHPdMkdKdB4El7HOdajBw2CQrK03Tu6wAb4VUR2ZLgC1IR5VHw6r+Pz DtmpavkwK7wm9Bad1caWDA==; Date: Mon, 18 Sep 2023 14:21:54 +0300 Message-Id: <834jjrg20d.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <87cyyfkh9n.fsf@localhost> (message from Ihor Radchenko on Mon, 18 Sep 2023 08:38:44 +0000) Subject: Re: bug#66067: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup References: <87cyyfkh9n.fsf@localhost> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66067-done Cc: 66067-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: Ihor Radchenko > Date: Mon, 18 Sep 2023 08:38:44 +0000 > > 1. It is not documented whether new NEWS entries should go in front or > at the end of the news list under the same category. That's because "it depends": the entries should be arranged in the order of importance, if possible. Usually, the importance order is not very clear, with rare exceptions, so the order is basically arbitrary. > > 2. CONTRIBUTE states: "Think about whether your change requires updating > the manuals. If you know it does not, mark the NEWS entry with > "---"." > > However, it is not clear what "mark" means. When looking into NEWS > file, I saw things like > > * item 1 > > --- > * item 2 > > ... > > And it is not clear if "---" refers to item 1 or item 2. I'm surprised it wasn't clear, but I added an explicit "before". > 3. "Documenting your changes" section of CONTRIBUTE file refers to > documentation tips section of Elisp manual. However, NEWS file > appears to use a slightly different quoting scheme for variable and > function names. For example, > > ** 'write-region-inhibit-fsync' now defaults to t in interactive mode, > > uses straight quotes '...', not the usual `...' docstring style. We support both styles, and there are strong feelings in both camps. 'Nough said. > 4. I was also confused how to refer to info nodes from NEWS. I found one > example in > > For more information, see the "(eshell) Built-ins" node in the Eshell > manual. > > but the convention is not documented anywhere. There is no such convention. The r_is_ a convention for this in Lisp doc strings, and it is described in the ELisp manual. Closing. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 11:14:01 2023 Received: (at 66067) by debbugs.gnu.org; 18 Sep 2023 15:14:02 +0000 Received: from localhost ([127.0.0.1]:54061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiFwn-0008NU-CW for submit@debbugs.gnu.org; Mon, 18 Sep 2023 11:14:01 -0400 Received: from mout.gmx.net ([212.227.17.22]:56231) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiFwl-0008N4-B4 for 66067@debbugs.gnu.org; Mon, 18 Sep 2023 11:14:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1695050024; x=1695654824; i=michael.albinus@gmx.de; bh=b1Pil+1p3NhQ/pX2SWZtUFUKf2RCc/TsUZyHc1Kn46s=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=tBczygU/qFkG4JqGCGmAVXnaQewB+dQ/5js+I9kMVlmrz8MG7uAsN8V03QDsyiibvQGpyMAc4vQ gOWd0bORz1oCplcRM1kjcUJOceu63ttj07PDgPsDBm/jt3zUrvhTeYYez5OwOdvKyotzIZFTlpZRE xHIVTaynmDtd4ENz7Exv0yYBXwUo6Tp3ltg6wPl58yY1W+nwYfKoCcgrL2S7sGegUB5oN9vLSNDCV shkI6HnVAXARtzPzktGQgqQgAUGTBQfLZKYvQoZpZ1+rCSLsqL101k68wlfTRi8AH+9DIaE16D2TI 3rUnmPSIBJ+BrcngJSQ6tTHFzHsYYyi5vqjw== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.17]) by mail.gmx.net (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1M7b2T-1qlqJZ1Bvh-0085kA; Mon, 18 Sep 2023 17:13:44 +0200 From: Michael Albinus To: 66067@debbugs.gnu.org Subject: Re: bug#66067: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup In-Reply-To: <834jjrg20d.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 18 Sep 2023 14:21:54 +0300") References: <87cyyfkh9n.fsf@localhost> <834jjrg20d.fsf@gnu.org> Date: Mon, 18 Sep 2023 17:13:43 +0200 Message-ID: <87il87a508.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:CTdSUZvjgcVNvPHGcsWKmPFrCXpIt6WIlwbom0yNcOwNcZUOkP6 EsqPOs99Ht2WNmpj73D8TuHB/RdTowWaEevro2LQAQoUtIfaT5zVQHugYBbpu+NlAHnK3Sm 5wzGp9fbFDyUQS5qSQtnL+TI2QOvlnHftu6iYJPM2x5fItVjronVr3P1+t2caEe5dJGrbib zHZ+i+G40QV0+QJcBBOTQ== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:yTgk3B+gKkQ=;7PxgWMVjDmEEpWr3FKPILU3qRNO yFCEIEvp7OMsJa+2r65I2JMHtQGudm/JPQma+yAMdo5EZZu9wEWJ5PGQdZHa+o3rmvrTD+wFv 0qeASKOFi/dx1xp8PjJxT/fUQkFbwmoESNLZazqMl15gx9/h6sb778V/kxJi2sn+L0WmGWn1d 8d9vCEoF3b1zJtin9NIQezAxkdf1TUdG3bPITMW6VJKwY4ZTvqsbYxgA0NBSfHnng2ikPrD3g liKFodJj+C1nhwaiSMky6wMk2uJFYTwzN3+2eT98zKIDqs1d7BT2ok4GwNOxHai37nFJAyS61 jP1RK4Dpk+lpRK78qYXcwDDaeJ71lR92LhfCgUedbpPq+QHzBkDxv32RvhCa4T4WrBm0Rd3u+ a6uvM3EooJ7WBkAcCoCCkUZJDQ/0dOdyp+7eYcoiLurOmbZyasG/c7/pAN5r/AuXtX/SFIfBK LsjQyBqIj9Fox9maG3VHBbZzOme2b/JVdYCJ814uIIYI3MLUlE/ZkykhV1WpOcN+86+oX9NhJ UzUQdVEg0RoNrIS2MB20DBbolf+0P/VDqxVQ3VTO4tXG92TM4G9wYiNKclreSYDYw97FaXAnA LbpdoAL2Hkaocxj2MNIPUhkSmG9S59SVJN2Ysm9OT6PPss40zHMtK6/HUhxBq7rqgaCvTS6py URwcctC2B5x2qa+rfA2jrdW3mhSDwugnbW2oAIELzKlMTkH38BgOB4jZTvb4xUavOBvfH2kOf EqgqMuNB2+nc/WS9F9tJsp6+vKAbodp8SFFYoxgYryBOABre10OPprdkJ1End+mESMCNORUko tU8ahPv38Pcg1ho7ZCsZemu4lcjZoLA5jJ/8/hup4fTXhYyCwChEObooKj6VNGKL0qHzd/ORe YKMOoijCRgVfPuD4G8frKX9z1WKcty1tV/V17AUaojSfyDp/Qy9GhmneF8hwbKdFJ045sf1Cj 6jBSCA== Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 66067 Cc: eliz@gnu.org, yantar92@posteo.net 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.7 (-) Eli Zaretskii writes: Hi, >> 3. "Documenting your changes" section of CONTRIBUTE file refers to >> documentation tips section of Elisp manual. However, NEWS file >> appears to use a slightly different quoting scheme for variable and >> function names. For example, >> >> ** 'write-region-inhibit-fsync' now defaults to t in interactive mod= e, >> >> uses straight quotes '...', not the usual `...' docstring style. > > We support both styles, and there are strong feelings in both camps. > 'Nough said. Quoting 'this style' results in clickable symbol buttons, when viewed with `emacs-news-view-mode'. See regexp "'\\([^-][^ \t\n]+\\)'". >> 4. I was also confused how to refer to info nodes from NEWS. I found on= e >> example in >> >> For more information, see the "(eshell) Built-ins" node in the Eshel= l >> manual. >> >> but the convention is not documented anywhere. > > There is no such convention. The r_is_ a convention for this in Lisp > doc strings, and it is described in the ELisp manual. In the NEWS file, we prefer such a convention. In `emacs-news-view-mode', all text matching "\"\\(([a-z0-9-]+)[ \n][^\"]\\{1,80\\}\\)\"" is regarded as info manual reference, and it is buttonized accordingly. Both conventions are implemented in `emacs-news--buttonize'. Other NEWS files, like ERC-NEWS, follow these conventions. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 06:11:28 2023 Received: (at 66067) by debbugs.gnu.org; 19 Sep 2023 10:11:28 +0000 Received: from localhost ([127.0.0.1]:55409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiXhY-0006vo-EF for submit@debbugs.gnu.org; Tue, 19 Sep 2023 06:11:28 -0400 Received: from mout01.posteo.de ([185.67.36.65]:39639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiXhU-0006vW-LG for 66067@debbugs.gnu.org; Tue, 19 Sep 2023 06:11:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 415F9240029 for <66067@debbugs.gnu.org>; Tue, 19 Sep 2023 12:11:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1695118270; bh=dtlZHZAXTDPwEyyBOu1PeE7/VS6AfJJWswEfO8FrCgU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=n3JmeOi3T53LAyj3vFE/3L6VK+lI2JVVJbcTrw8q/SE48F1Gt6gCSV/LqA0bfZ+TO 7I87wBE8+WMi9FWO+K47IBk1rFiLH0y7Jc/czAtASLlgbEPrQgX10eW56sycNABtw/ lBXouLzQxe5IrbqY5c6pYwKf7mSfhKtp/msyKzoXNAFnvsJjj1h7eI0Q9KiIoeIWxn 4lkANpyidJSeEZUvLCtRbnmV6m8VkgRTjONyb4pYT65tKfXL8VeDvF9gUtGdIA7/Qf SImw+MU1rxDkMh3UJHlwhpoA6yvW7h/YqekuSrXAbO5uYQ/NTHL9O1yY6yr3eAiwe0 2qe6g+NiPf6DQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RqcrF1Svqz6v0d; Tue, 19 Sep 2023 12:11:08 +0200 (CEST) From: Ihor Radchenko To: Michael Albinus Subject: Re: bug#66067: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup In-Reply-To: <87il87a508.fsf@gmx.de> References: <87cyyfkh9n.fsf@localhost> <834jjrg20d.fsf@gnu.org> <87il87a508.fsf@gmx.de> Date: Tue, 19 Sep 2023 10:12:25 +0000 Message-ID: <87zg1iwjxy.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66067 Cc: eliz@gnu.org, 66067@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 (---) Michael Albinus writes: > Both conventions are implemented in `emacs-news--buttonize'. Other NEWS > files, like ERC-NEWS, follow these conventions. Following more strict conventions can also add an extra benefit, allowing to export NEWS to html more easily. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 06:57:47 2023 Received: (at 66067-done) by debbugs.gnu.org; 19 Sep 2023 10:57:47 +0000 Received: from localhost ([127.0.0.1]:55457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiYQN-0008NA-5u for submit@debbugs.gnu.org; Tue, 19 Sep 2023 06:57:47 -0400 Received: from mout01.posteo.de ([185.67.36.65]:44889) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiYQI-0008Mu-EY for 66067-done@debbugs.gnu.org; Tue, 19 Sep 2023 06:57:45 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 7EAB4240028 for <66067-done@debbugs.gnu.org>; Tue, 19 Sep 2023 12:57:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1695121047; bh=PQqCnprcTOWaB7AFEbmFqyM3sB++xmHcMern98LYLEU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=HbtPkLcAVIZFmHmkKzo6FG8VCN6psIGrEEZ06AR8hcb/Jee4qNmhuc1PGY4YK3Ox6 Cr8L22rX+WiLmxGxNOwFxLqnPJSMZYN0A88q+yW12ahRSiLT9K6B0PXBWFoz3oa7Lv K6P0pY/s6f8wnHCOCvAp3E5OxFQ1GXeNw5SKZjyd4ZuoUvyXadehKq3rD+rkCz/wi8 pe4inWDK87GisFFyz9q1V9c8w4CFrbCT+3Bt5lGLAdSAk9j/J+M5UE1plsheXDbdW0 F130e4WMNaM0Yl5+KT7Red9kPoruePmI863Q8wdpOSCNYK6/0euLxPWwPU8A58pbTk vREmdaqex+XhQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Rqdsf3h55z6tx7; Tue, 19 Sep 2023 12:57:26 +0200 (CEST) From: Ihor Radchenko To: Eli Zaretskii Subject: Re: bug#66067: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup In-Reply-To: <834jjrg20d.fsf@gnu.org> References: <87cyyfkh9n.fsf@localhost> <834jjrg20d.fsf@gnu.org> Date: Tue, 19 Sep 2023 10:58:42 +0000 Message-ID: <87pm2ewhst.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66067-done Cc: 66067-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: >> And it is not clear if "---" refers to item 1 or item 2. > > I'm surprised it wasn't clear, but I added an explicit "before". Did you push a commit? I am not seeing anything on master and emacs-29 branches. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 19 08:11:37 2023 Received: (at 66067-done) by debbugs.gnu.org; 19 Sep 2023 12:11:37 +0000 Received: from localhost ([127.0.0.1]:55552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiZZp-0004SK-F8 for submit@debbugs.gnu.org; Tue, 19 Sep 2023 08:11:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qiZZn-0004S7-8K for 66067-done@debbugs.gnu.org; Tue, 19 Sep 2023 08:11:36 -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 1qiZZY-0003Gd-24; Tue, 19 Sep 2023 08:11:20 -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=YoqPrR2/gqEXY6zPE06ftwSC2rdetVUUoMveS8M0Kn8=; b=E4dJX3eScKiO eS3nuElslLqvZNU5ErR4GL/g8+fIQ+3232TZnuHz7SlgCERQmSKtLyFJZfSlFAaQGFrydo4YVgHX+ h4xGRHvq85Z0JBNO8xMQGnls6+iNsktRhhQHOljGIQZ7syxOWKvp4mUi/J0DjvXObw8fhg1HecXkv 3+bjm2E4GxeC1ZIxIrj1KgwlsbsD+hhOdLeaoj7mmpPVwQXLPqkKyphz/QQlhJVvFlOOvKlmxgPJJ qq0SDQtu5kUauHQL+HiZQGDYtFnoAFMCVDs/H2rzBHOo8NWyKbJZ/wN5y/5vC8yjG1qZIT43+wdwX NskTPXrUCAw4t3KSWDNvRQ==; Date: Tue, 19 Sep 2023 15:11:21 +0300 Message-Id: <83wmwmcqhi.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <87pm2ewhst.fsf@localhost> (message from Ihor Radchenko on Tue, 19 Sep 2023 10:58:42 +0000) Subject: Re: bug#66067: 30.0.50; CONTRIBUTE: Questions about instructions on etc/NEWS file markup References: <87cyyfkh9n.fsf@localhost> <834jjrg20d.fsf@gnu.org> <87pm2ewhst.fsf@localhost> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66067-done Cc: 66067-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: Ihor Radchenko > Cc: 66067-done@debbugs.gnu.org > Date: Tue, 19 Sep 2023 10:58:42 +0000 > > Eli Zaretskii writes: > > >> And it is not clear if "---" refers to item 1 or item 2. > > > > I'm surprised it wasn't clear, but I added an explicit "before". > > Did you push a commit? I am not seeing anything on master and emacs-29 > branches. Oops. Pushed now. From unknown Sun Jun 22 11:37:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 18 Oct 2023 11:24:06 +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