[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: character sets as they relate to “Raw” string liter
From: |
Stefan Kangas |
Subject: |
RE: [External] : Re: character sets as they relate to “Raw” string literals for elisp |
Date: |
Tue, 5 Oct 2021 15:13:36 -0400 |
Drew Adams <drew.adams@oracle.com> writes:
>> Such ugly writing style where an en dash is not separated from the
>> nearby words by whitespace makes the Info manual less readable.
>> For example, in (info "(emacs) After a Crash"):
>>
>> ...to retrieve them from a core dump–provided that a...
>>
>> This leaves one to wonder what does this word mean:
>> "dump-provided"?
>
> Good example.
>
> Use of an en dash that way is inappropriate (irregular,
> not conventional). An em dash _would_ be appropriate
> there, but not an en dash.
First, that just looks like a typo, there should be an em dash (—) above
as Drew says. IOW, you need to use "---" to get the correct symbol.
See (info "(texinfo) Conventions"). (The em dash is correctly used in
other places in trouble.texi.)
"...to retrieve them from a core dump—provided that a..."
That makes it a little bit better.
In print, an em dash will look okay without any spaces, as it will be
longer (in any serious typeface). Having no spaces is the more
traditional style, while most newspapers, for example, put spaces around
em dash for clarity and ease of reading.
Still, if you are not a native English speaker it does take some getting
used to this style. But it is correct; white-space is *not* needed.
That said, I agree that with monospace fonts the em dash would really
need to have some white-space on each side. I don't know why Texinfo
doesn't insert a space for info files. It probably should.
BTW, try this: visit "(emacs) After a Crash" and then
M-x variable-pitch-mode RET.
- Re: character sets as they relate to “Raw” string literals for elisp, (continued)
- Re: character sets as they relate to “Raw” string literals for elisp, Alan Mackenzie, 2021/10/09
- Re: character sets as they relate to “Raw” string literals for elisp, Eli Zaretskii, 2021/10/09
- Re: character sets as they relate to “Raw” string literals for elisp, Alan Mackenzie, 2021/10/09
- Re: character sets as they relate to “Raw” string literals for elisp, Eli Zaretskii, 2021/10/09
- Re: character sets as they relate to “Raw” string literals for elisp, Alan Mackenzie, 2021/10/09
- linux console limitations, Daniel Brooks, 2021/10/10
- Re: linux console limitations, Alan Mackenzie, 2021/10/12
- Re: linux console limitations, Daniel Brooks, 2021/10/14
- Re: character sets as they relate to “Raw” string literals for elisp, Juri Linkov, 2021/10/10
- RE: [External] : Re: character sets as they relate to “Raw” string literals for elisp, Drew Adams, 2021/10/05
- RE: [External] : Re: character sets as they relate to “Raw” string literals for elisp,
Stefan Kangas <=
- RE: [External] : Re: character sets as they relate to “Raw” string literals for elisp, Drew Adams, 2021/10/05
- Re: character sets as they relate to “Raw” string literals for elisp, Daniel Brooks, 2021/10/05
- Re: character sets as they relate to “Raw” string literals for elisp, Eli Zaretskii, 2021/10/05
- Re: character sets as they relate to âRawâ string literals for elisp, Richard Stallman, 2021/10/05
- Re: character sets as they relate to “Raw” string literals for elisp, Daniel Brooks, 2021/10/05
- Re: character sets as they relate to “Raw” string literals for elisp, Eli Zaretskii, 2021/10/06
- Re: character sets as they relate to “Raw” string literals for elisp, Daniel Brooks, 2021/10/06
- Re: character sets as they relate to “Raw” string literals for elisp, Eli Zaretskii, 2021/10/07
- Re: character sets as they relate to âRawâ string literals for elisp, Richard Stallman, 2021/10/07
- Re: character sets as they relate to “Raw” string literals for elisp, Po Lu, 2021/10/08