Unfortunately, users (and product managers of competitors) misinterpreted the label in the check-box in the UI that enabled this feature, and thought that "Smart Quotes" meant that the name of the quote characters somehow had the word "smart" in it. But, no, it just meant "turn on the intelligent logic for which quote to insert into the document."
Source: Me, 1988 or so, working on FrameMaker. I don't think there's a reference to the word pair "Smart Quotes" anywhere earlier than the FrameMaker ~2 manual, and certainly not in any book on typography. I'd be happy to learn that I am wrong, if anybody has a pointer.
If you’re going to be pedantic, I’m not sure that “left-quote” or “right-quote” is correct either. Shouldn’t it be “left double quotation mark” or “right double quotation mark”?
But see also https://smartquotesforsmartpeople.com/ :-)
(FrameMaker was great, BTW. It was what got me into developing fancy layout style sheets and templates, which I later also did with Interleaf, MS Word, LaTeX, and various Web stuff. Somewhere in there, I worked on DynaText and DynaWeb at EBT, so overlapped a bit with Frame as it got into SGML.)
It's a shame that ASCII (and its visual representation on terminals from most manufacturers) has a wonderfully slanty left-quote character, but the right-quote character is typically shown as vertical. This makes TeX input files that contain quotations look kind of yucky, which is all the more galling as the original SAIL terminals had symmetric quotes, so everything looked beautiful there (never mind also having proper uparrow and downarrow characters to indicate superscript and subscript, rather than the ugly caret and underscore characters that we're all stuck with in ASCII-land TeX).
Source: Me, 1980 or so, working on TeX and Metafont.
In that sense I think "straight quotes" are fine too, although “smart quotes” arguably look a bit nicer, but that's a matter of personal taste IMO.
Related comment from a few months back: https://news.ycombinator.com/item?id=31792626
Left: “
Right: Shift+“
Typewriter: AltGr+““一個句子”
To all those who are confused, smart quotes or soft quotes are those context aware quote marks that some word processors insert which depending on context, will put either closing or opening quote marks.
On PC I have AutoHotKey bindings for German and English quotes, single and double, and I'm usually using them.
Most linux desktops are different and more complicated but here is how I set mine up on openbsd.
pick a key that is handy but you don't use much, for me this was the context menu key, on many european keyboards there is an altgr key set aside for this exact use case.
in ~/.xsession add a line like "xmodmap -e 'keysym Menu = Multi_key'"
create a file ~/.XCompose to setup your own compose sequences. mine looks like
#load system compose files
include "%L"
<Multi_key> <w> <e> <b> : "\xf0\x9f\x95\xb8" # spiderweb
read /usr/X11R6/share/X11/locale/en_US.UTF-8/Compose to get a feel for the existing compose sequences.According to an ancient convention.
Conventions can be changed. It is not intrinsically, objectively superior to have two separate glyphs for a starting and ending quotation mark. I'd argue the opposite. It is needless complexity. Let us jettison it and embrace the simpler single glyph.
Mobile devices appear to do this by default. iOS in my case anyway. I turned them off because it was messing up my hugo blog's frontmatter whenever I start a post on mobile.
“ = option + [
” = option + shift + [
‘ = option + ]
’ = option + shift + ]
There’s a few others I use regularly as well:
… = option + ;
– (en dash) = option + -
— (em dash) = option + shift + -
Then there’s a bunch of accent meta keys, so you can use option + c for façade, option + e, e for fiancé, and option + u, i for naïve.
And specifically, "nouns" here are defined by this regex: https://github.com/chapmanjacobd/library/blob/main/scripts/m...
iOS at the least by default will substitute "dumb" quotes with smart quotes in text boxes.
[a]: On my computers, I’ll use "dumb" quotes. Easy way to see where I typed a comment from, I guess.
Yes, I think it is a thing where people type into Microsoft Word (or similar). Given how moving around the web can cause text in fields to be lost, I don't blame them. But it was a surprising discovery for sure.
This is simply not true. Look at the files in the repo directly
Intel is ^Intel$. The nouns are separated by word boundaries
'sun|moon'
resulted in 30905 moon
36100 Samsung
44937 sun
my guess is no.