* bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions"
@ 2018-07-13 19:20 Filipp Gunbin
2018-07-13 19:34 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Filipp Gunbin @ 2018-07-13 19:20 UTC (permalink / raw)
To: 32149
"(elisp) Syntax Table Functions":
[..]
The following examples apply to C mode. (We use ‘string’ to make
it easier to see the character returned by ‘char-syntax’.)
;; Space characters have whitespace syntax class.
(string (char-syntax ?\s))
⇒ " "
[..]
I guess that ‘string’ should be "string".
In GNU Emacs 27.0.50 (build 3, x86_64-apple-darwin17.6.0)
of 2018-07-10 built on fgunbin.playteam.ru
Repository revision: c249e17324ddbb1ad34b510be3ad6ebd3248ba0c
System Description: Mac OS X 10.13.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions"
2018-07-13 19:20 bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions" Filipp Gunbin
@ 2018-07-13 19:34 ` Eli Zaretskii
2018-07-13 20:39 ` Filipp Gunbin
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2018-07-13 19:34 UTC (permalink / raw)
To: Filipp Gunbin; +Cc: 32149
> From: Filipp Gunbin <fgunbin@fastmail.fm>
> Date: Fri, 13 Jul 2018 22:20:00 +0300
>
> The following examples apply to C mode. (We use ‘string’ to make
> it easier to see the character returned by ‘char-syntax’.)
>
> ;; Space characters have whitespace syntax class.
> (string (char-syntax ?\s))
> ⇒ " "
> [..]
>
> I guess that ‘string’ should be "string".
Why do you think so? How is the use of "string" in the example
different from "char-syntax", about which you didn't complain?
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions"
2018-07-13 19:34 ` Eli Zaretskii
@ 2018-07-13 20:39 ` Filipp Gunbin
2018-07-14 6:33 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Filipp Gunbin @ 2018-07-13 20:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 32149
tags 32149 notabug
close 32149
quit
On 13/07/2018 22:34 +0300, Eli Zaretskii wrote:
>> From: Filipp Gunbin <fgunbin@fastmail.fm>
>> Date: Fri, 13 Jul 2018 22:20:00 +0300
>>
>> The following examples apply to C mode. (We use ‘string’ to make
>> it easier to see the character returned by ‘char-syntax’.)
>>
>> ;; Space characters have whitespace syntax class.
>> (string (char-syntax ?\s))
>> ⇒ " "
>> [..]
>>
>> I guess that ‘string’ should be "string".
>
> Why do you think so? How is the use of "string" in the example
> different from "char-syntax", about which you didn't complain?
Oops, sorry! I thought that was an example of quoting used below, now I
realize it's a function name :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-14 6:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 19:20 bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions" Filipp Gunbin
2018-07-13 19:34 ` Eli Zaretskii
2018-07-13 20:39 ` Filipp Gunbin
2018-07-14 6:33 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.