From: Drew Adams <drew.adams@oracle.com>
To: Noam Postavsky <npostavs@gmail.com>
Cc: 31623@debbugs.gnu.org
Subject: bug#31623: 27.0; Elisp manual, index entry "; in comment"
Date: Tue, 29 May 2018 16:47:07 -0700 (PDT) [thread overview]
Message-ID: <524f86f7-78e2-44a5-89fd-5df5fde0dda6@default> (raw)
In-Reply-To: <87a7sica2g.fsf@gmail.com>
> > From the text of index entry "; in comment" I would expect a node that
> > talks about the use of `;' inside a comment. I cannot imagine what
> > other sense someone might make of this index-entry text.
> >
> > But the target of the index entry, node `Comments', does not seem to
> > say anything about a `;' character inside a comment.
>
> As far as I can tell, it refers to this sentence:
>
> In Lisp, a semicolon (`;') starts a comment if it is not
> within a string or character constant.
>
> So, if it is not "within a string or character constant" then the
> semicolon is in a comment.
OK, if you say so. ;-) I was thinking more about "in"
meaning after `comment-start'. But yes, I guess that's
what was intended.
If that's the intention then I think it might be clearer
if the index entry were "; outside a comment" or maybe
"; not in a comment".
In any case, that statement is not really true: a semicolon
does not always start a comment in Lisp whenever it is not
within a string or a character constant. There is also the
case of it being escaped in a symbol name. E.g.,
(setq a\;b 42)
(Dunno whether there are additional cases - perhaps not.)
next prev parent reply other threads:[~2018-05-29 23:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-28 14:35 bug#31623: 27.0; Elisp manual, index entry "; in comment" Drew Adams
2018-05-29 23:32 ` Noam Postavsky
2018-05-29 23:47 ` Drew Adams [this message]
2018-05-30 0:14 ` Noam Postavsky
2018-05-30 0:38 ` Drew Adams
2018-05-30 1:58 ` Noam Postavsky
2018-05-30 2:23 ` Drew Adams
2018-06-20 12:48 ` Noam Postavsky
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=524f86f7-78e2-44a5-89fd-5df5fde0dda6@default \
--to=drew.adams@oracle.com \
--cc=31623@debbugs.gnu.org \
--cc=npostavs@gmail.com \
/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).