GNU bug report logs - #47200
[PATCH] Special Read Syntax: remove duplicate item

Previous Next

Package: emacs;

Reported by: Fabrice Bauzac-Stehly <noon <at> mykolab.com>

Date: Tue, 16 Mar 2021 20:41:01 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47200 in the body.
You can then email your comments to 47200 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#47200; Package emacs. (Tue, 16 Mar 2021 20:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fabrice Bauzac-Stehly <noon <at> mykolab.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 16 Mar 2021 20:41:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Fabrice Bauzac-Stehly <noon <at> mykolab.com>
To: submit <at> debbugs.gnu.org
Subject: [PATCH] Special Read Syntax: remove duplicate item
Date: Tue, 16 Mar 2021 21:40:03 +0100
[Message part 1 (text/plain, inline)]
Package: emacs

Hello,

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.

[0001-Special-Read-Syntax-remove-duplicate-item.patch (text/x-diff, inline)]
From 2ce6fbcc140f4ffc8a1cc7270add04c5162c8c7e Mon Sep 17 00:00:00 2001
From: Fabrice Bauzac <noon <at> mykolab.com>
Date: Tue, 16 Mar 2021 21:09:15 +0100
Subject: [PATCH] Special Read Syntax: remove duplicate item

* doc/lispref/objects.texi: remove duplicate item "#@N" from the table
of Special Read Syntax.
---
 doc/lispref/objects.texi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 64e7d53d93..0d0caebd1f 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -148,9 +148,6 @@ Special Read Syntax
 object, so when reading back the object, they will be the same object
 instead of copies (@pxref{Circular Objects}).
 
-@item #@@N
-Skip the next @samp{N} characters (@pxref{Comments}).
-
 @item #xN
 @samp{N} represented as a hexadecimal number (@samp{#x2a}).
 
-- 
2.30.2

[Message part 3 (text/plain, inline)]
-- 
Fabrice Bauzac-Stehly
PGP 01EEACF8244E9C14B551C5256ADA5F189BD322B6
old PGP 015AE9B25DCB0511D200A75DE5674DEA514C891D

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Wed, 17 Mar 2021 12:52:02 GMT) Full text and rfc822 format available.

Notification sent to Fabrice Bauzac-Stehly <noon <at> mykolab.com>:
bug acknowledged by developer. (Wed, 17 Mar 2021 12:52:02 GMT) Full text and rfc822 format available.

Message #10 received at 47200-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Fabrice Bauzac-Stehly <noon <at> mykolab.com>
Cc: 47200-done <at> debbugs.gnu.org
Subject: Re: bug#47200: [PATCH] Special Read Syntax: remove duplicate item
Date: Wed, 17 Mar 2021 14:51:10 +0200
> From: Fabrice Bauzac-Stehly <noon <at> mykolab.com>
> 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).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 15 Apr 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.