Here's an easy, if not always precise way to remember: * Hyphens connect things, such as compound words: double-decker , cut-and-dried , 212-555-5555 . * EN dashes make a range between things: Boston–San Francisco flight, 10–20 years: both connect not only the endpoints, but define that all the space between is included. (Compare the last usage with the phone number example under Hyphens.) * EM dashes break things, s…
How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
151–160 of 492 posts
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#152Robert Bringhurst¹ prefers the en dash in the context of setting off phrases: "The em dash is the nineteenth-century standard, still prescribed in many editorial style books, but the em dash is too long for use with the best text faces. Like the oversized space between sentences, it belongs to the padded and corseted aesthetic of Victorian typography. "Used as a phrase marker – thus – the en dash is set with a normal…
"Used as a phrase marker—thus—the em dash is set without normal word spaces."
>the em dash is too long for use
above, the em-dash without spaces is smaller, at least in this typeface
I've taken to using dash offsets—just as an aside—in many places were I formerly used parentheses; I find it "less interrupts" the flow of the sentence.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#153Hot take - differentiating between these at all is dumb. There is virtually no situation when using one instead of another improves clarity.
I do like that the em dash is as long as it feels that broken-off thoughts should be
Not everything has to be functional, sometimes things can also just look nice for the sake of it
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#154AFAIK most computer keyboards don't have em dashes. Rather than hit ALT+0151 every time, I've always just strung along two hyphens, like: -- Absolutely proper and correct use of em dashes, en dashes, and hyphens is, to me, the most obvious tell of the LLM writer. In fact, I think that you can use it to date internet writing in general. For it seems to me that real em dashes were uncommon pre-2022.
I've been Googling "em dash" and copypasting from the Google results for a solid 15 years now. Long before LLMs.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#155$ python -m this | grep '--' -
$ python -m this | grep -- -- -
Which is just beautiful(Your example causes the last hyphen to be grepped for, which happens to only match doubled-up ones because single ones don't occur in that text. The quotes/apostrophes do nothing because they're parsed by (ba)sh and so only the hyphens are passed to grep, not the quotes. The last hyphen can be omitted because reading from stdin is the default if neither filenames nor recursion options are passed.)
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#156Somewhat off topic, however, I'm thoroughly convinced that there is a very high probability something is AI generated when I see Em dashes. Anyone else noticing this? ChatGPT for example almost always uses them. I'm sure they are more common in academic writing, but its now super common on boards like Reddit.
I've been employing em-dashes extensively since I went on a JD Salinger binge circa 2002. Also, "incidentally", for the same reason. I use "Nb" a lot, from reading a bunch of DFW years ago. Oh, and that very-precise construction he does with "which" all the time, I stole that. Before LLMs, I think em-dashes mostly signaled that you read books and paid attention to details, to the extent they signaled anything.
We might even be entering some waves of counter-signaling.
[1] They'll never totally nail all of DFW's mannerisms, though.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#157Earlier quoted context omitted.
I always use an em dash when possible when I should, and double en dash when I can't, just because I'm that kind of nerd. But it is the case that a double en dash on iOS autocorrects to an em dash, so I'm suspicious of the claim that em dashes are a tell for LLM writing.
Why not a double hyphen, which has the same result?
I also personally prefer en dashes, surrounded by whitespace on both sides, over em dashes. Apparently some WYSIWYG software interprets two hyphens as an em dash, while other will interpret that as an en dash, so I'd rather just use the real thing if possible to avoid the ambiguity.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#158Most people don't use the em dash. It's too hard to type and looks too similar to a hyphen. As a result, a hallmark of GPT-generated text is its (over)using of the em dash--I have stopped using it for this reason an just use two hyphens now instead.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#159AFAIK most computer keyboards don't have em dashes. Rather than hit ALT+0151 every time, I've always just strung along two hyphens, like: -- Absolutely proper and correct use of em dashes, en dashes, and hyphens is, to me, the most obvious tell of the LLM writer. In fact, I think that you can use it to date internet writing in general. For it seems to me that real em dashes were uncommon pre-2022.
It is maddening that the whole world uses typewriter keyboards with some facelift in the era of Unicode and even blasphemous full color emoji font rendering. What has changed in decades? Windows logo key, power keys, media keys, IE and Outlook logo keys — all Microsoft's fancies.
So initially IBM made some ad hoc decisions on what keys would be suitable for a single user office computer (as opposed to data input and admin terminals they had). Then everyone copied that, because sending unexpected scan codes could lead to bad things (random BIOS and program code couldn't care less about your ideas of forward compatibility). Then Windows became the “basic system” installed on most computers. Microsoft really pushed forward the internationalisation at the time, making a lot of national layouts and code pages (sometimes contradicting the national standards, for better or for worse). Then everyone copied what they decided. What's more important, even single byte code pages had the basic typographic symbols, anyone could've been using them for three decades, but they were not added to most physical keyboard layouts.
I wonder if that was because they wanted Word to seem more sophisticated than it was, and to make people think it was a requirement for “proper documents”, or because programmers still treated all non-ASCII symbols as free data markup constants that would “never appear in a regular text”.
Re: How to Use Em Dashes (–), En Dashes (–), and Hyphens (-)
#160Here's an easy, if not always precise way to remember: * Hyphens connect things, such as compound words: double-decker , cut-and-dried , 212-555-5555 . * EN dashes make a range between things: Boston–San Francisco flight, 10–20 years: both connect not only the endpoints, but define that all the space between is included. (Compare the last usage with the phone number example under Hyphens.) * EM dashes break things, s…
Are there cases where the dedicated hyphen (U+2010) is preferred over the hyphen-minus?