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#47200: [PATCH] Special Read Syntax: remove duplicate item Date: Wed, 17 Mar 2021 14:51:10 +0200 Message-ID: <83zgz2c5a9.fsf@gnu.org> References: <87a6r26dek.fsf@mykolab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15651"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47200-done@debbugs.gnu.org To: Fabrice Bauzac-Stehly Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Mar 17 13:52:17 2021 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 1lMVer-0003xW-Df for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 17 Mar 2021 13:52:17 +0100 Original-Received: from localhost ([::1]:46248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMVeq-0007Ph-9t for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 17 Mar 2021 08:52:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMVec-0007OU-II for bug-gnu-emacs@gnu.org; Wed, 17 Mar 2021 08:52:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59003) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lMVec-0002qU-BA for bug-gnu-emacs@gnu.org; Wed, 17 Mar 2021 08:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lMVec-0003vR-AL for bug-gnu-emacs@gnu.org; Wed, 17 Mar 2021 08:52:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 17 Mar 2021 12:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47200 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 47200@debbugs.gnu.org, eliz@gnu.org, noon@mykolab.com Original-Received: via spool by 47200-done@debbugs.gnu.org id=D47200.161598548115032 (code D ref 47200); Wed, 17 Mar 2021 12:52:02 +0000 Original-Received: (at 47200-done) by debbugs.gnu.org; 17 Mar 2021 12:51:21 +0000 Original-Received: from localhost ([127.0.0.1]:42315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMVdx-0003uN-D0 for submit@debbugs.gnu.org; Wed, 17 Mar 2021 08:51:21 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMVdv-0003uB-E4 for 47200-done@debbugs.gnu.org; Wed, 17 Mar 2021 08:51:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35321) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMVdp-0002OD-AB; Wed, 17 Mar 2021 08:51:13 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3345 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lMVdo-0005bg-BH; Wed, 17 Mar 2021 08:51:13 -0400 In-Reply-To: <87a6r26dek.fsf@mykolab.com> (message from Fabrice Bauzac-Stehly on Tue, 16 Mar 2021 21:40:03 +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:202519 Archived-At: > From: Fabrice Bauzac-Stehly > Date: Tue, 16 Mar 2021 21:40:03 +0100 > > I have spotted a duplicate table item in the elisp manual: > > 2.2 Special Read Syntax > ======================= > ... > ‘#@N’ > Skip the next ‘N’ characters (*note Comments::). > ... > ‘#@N’ > Skip the next ‘N’ characters (*note Comments::). This is used in > byte-compiled files, and is not meant to be used in Emacs Lisp > source files. > > The attached patch removes the first occurrence. Thanks, I installed this on the emacs-27 branch, with some minor fixups of the commit log message. Please look at the log message I pushed and try following our style in the future (you will find details about the style in CONTRIBUTE).