* bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax
@ 2017-09-21 14:57 Louis-Guillaume Gagnon
2017-09-21 15:33 ` Louis-Guillaume Gagnon
2017-09-21 15:36 ` Andreas Schwab
0 siblings, 2 replies; 3+ messages in thread
From: Louis-Guillaume Gagnon @ 2017-09-21 14:57 UTC (permalink / raw)
To: 28538
In GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.19)
In the "GNU Emacs Lisp Reference Manual", at node 2.3.3.4
"Meta-character syntax", in the first paragraph, the sentence:
"The integer that represents such a character has the 2**27 bit set"
should read:
"The integer that represents such a character has the 2**7 bit set"
as indicated in the second paragraph of the node.
--
Merci!
L-G
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax
2017-09-21 14:57 bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax Louis-Guillaume Gagnon
@ 2017-09-21 15:33 ` Louis-Guillaume Gagnon
2017-09-21 15:36 ` Andreas Schwab
1 sibling, 0 replies; 3+ messages in thread
From: Louis-Guillaume Gagnon @ 2017-09-21 15:33 UTC (permalink / raw)
To: 28538
Please disregard, I got confused between the integer & ASCII
representation, and thought there was a type when there was none. Sorr
for the noise!
--
Merci!
L-G
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax
2017-09-21 14:57 bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax Louis-Guillaume Gagnon
2017-09-21 15:33 ` Louis-Guillaume Gagnon
@ 2017-09-21 15:36 ` Andreas Schwab
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2017-09-21 15:36 UTC (permalink / raw)
To: Louis-Guillaume Gagnon; +Cc: 28538-done
On Sep 21 2017, Louis-Guillaume Gagnon <louis.guillaume.gagnon@gmail.com> wrote:
> In GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.19)
>
> In the "GNU Emacs Lisp Reference Manual", at node 2.3.3.4
> "Meta-character syntax", in the first paragraph, the sentence:
>
> "The integer that represents such a character has the 2**27 bit set"
>
> should read:
>
> "The integer that represents such a character has the 2**7 bit set"
>
> as indicated in the second paragraph of the node.
No, 2^27 is correct for characters in general. The latter is only
relevant for ASCII characters that are part of a string.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-21 15:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 14:57 bug#28538: 25.3; elisp reference, 25.3: node 2.3.3.4 Meta-character syntax Louis-Guillaume Gagnon
2017-09-21 15:33 ` Louis-Guillaume Gagnon
2017-09-21 15:36 ` Andreas Schwab
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).