unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mattias Engdegård" <mattiase@acm.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 62020@debbugs.gnu.org, monnier@iro.umontreal.ca, federicotedin@gmail.com
Subject: bug#62020: Lisp reader: dotted pair notation not working when initial elements are omitted
Date: Sat, 11 Mar 2023 10:32:48 +0100	[thread overview]
Message-ID: <1E6C6B8F-18B8-4C43-B7D5-DA7074F51BE2@acm.org> (raw)
In-Reply-To: <83ttyszuqx.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

10 mars 2023 kl. 12.55 skrev Eli Zaretskii <eliz@gnu.org>:

> Documentation changes are always fine for a release branch, but I'd
> prefer to discuss a specific patch, if you don't mind posting one.

Not at all. There's not much to see here -- the minimal change would just remove a paragraph:


[-- Attachment #2: reader-dotted-doc.diff --]
[-- Type: application/octet-stream, Size: 673 bytes --]

diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 99a3c073971..2fe7e6db560 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1007,13 +1007,6 @@ Dotted Pair Notation
 @end example
 @end ifnottex
 
-  As a somewhat peculiar side effect of @code{(a b . c)} and
-@code{(a . (b . c))} being equivalent, for consistency this means
-that if you replace @code{b} here with the empty sequence, then it
-follows that @code{(a . c)} and @code{(a . ( . c))} are equivalent,
-too.  This also means that @code{( .  c)} is equivalent to @code{c},
-but this is seldom used.
-
 @node Association List Type
 @subsubsection Association List Type
 

  reply	other threads:[~2023-03-11  9:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07  1:14 bug#62020: Lisp reader: dotted pair notation not working when initial elements are omitted Federico Tedin
2023-03-07 12:53 ` Eli Zaretskii
2023-03-07 13:31   ` Mattias Engdegård
2023-03-07 17:24     ` Federico Tedin
2023-03-08 10:37       ` Mattias Engdegård
2023-03-08 14:01         ` Eli Zaretskii
2023-03-10 10:11           ` Mattias Engdegård
2023-03-10 11:55             ` Eli Zaretskii
2023-03-11  9:32               ` Mattias Engdegård [this message]
2023-03-11 12:19                 ` Eli Zaretskii
2023-03-12 17:10                   ` Mattias Engdegård
2023-03-12 20:35                     ` Federico Tedin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1E6C6B8F-18B8-4C43-B7D5-DA7074F51BE2@acm.org \
    --to=mattiase@acm.org \
    --cc=62020@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=federicotedin@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).