Uh oh!
There was an error while loading. Please reload this page.
add conversions for demon* from enGB to enUS - #1653
Conversation
73063a9 to
384d3bcComparesebweb3r
commented
Aug 28, 2020
how to proceed with words, that are "wrong" in regular english but used in coding? |
Uh oh!
There was an error while loading. Please reload this page.
peternewman
commented
Aug 29, 2020
As per my comment, I'm not convinced they are, certainly one isn't, so I suspect the others probably shouldn't be either if you're using the Greek sense. |
sebweb3r
commented
Aug 30, 2020
ok. I reduced it to the enGB->enUS |
peternewman
left a comment
There was a problem hiding this comment.
LGTM. Do you want to add equivalents for daemonize etc? Up to you?
This looks like it exists!
https://linux.die.net/man/1/daemonize
lurch
commented
Sep 1, 2020
Whilst I agree that |
Uh oh!
There was an error while loading. Please reload this page.
peternewman
commented
Sep 1, 2020
They were already in the code dictionary before @sebweb3r deleted them, which would mean if you chose to enable that dictionary (typically not in code contexts), it would see them as typos and convert them as you suggested. It does mean you can't have a typo which suggests them if they are corrected to something else elsewhere. |
sebweb3r
commented
Sep 1, 2020
There were not in the dictionary. I proposed to add them in this MR (see b3e9127), but after your remarks I deleted the addition. 😄 |
lurch
commented
Sep 1, 2020
I'm afraid you've lost me again 🙃 😆 |
sebweb3r
commented
Sep 1, 2020
to simplify it: You are not allowed to have the same word as a right word in one dictionary and as wrong in a different dictionary (except of enGB_to_enUS). |
And the others currently defined here (which does need a comment clarifying direction if any):
Sorry, I meant you'd added them to achieve what @lurch was suggesting. I only meant and said that |
lurch
commented
Sep 2, 2020
I can't find it being used outside of a computing context? https://www.google.com/search?q=daemonize+-computer+-process+-command+-program+-library |
peternewman
commented
Sep 2, 2020
Finds: So it's not exclusively a computing term, but quite rare. But this is rather irrelevant given we don't currently have a computing only dictionary, just the opposite. |
lurch
commented
Sep 2, 2020
Wow, you clearly have more google-persistence than me! |
peternewman
commented
Sep 2, 2020
@sebweb3r do you want to add back the other dea- to dae- words? |
sebweb3r
commented
Sep 2, 2020
Which additions exactly do you mean? But you said, that they are real words, that are rarely used outside of the code context. dea- to dae are alreay in. |
peternewman
commented
Sep 2, 2020
Sorry I lost track the other stuff had been merged elsewhere.
Okay. They just aren't in aspell at all, so we'd need to have a second dictionary for non-aspell entries or something, so lets give up on them for now. I'm happy if @lurch is happy with the latest state too. |
lurch
commented
Sep 3, 2020
The title of the PR needs updating, but otherwise LGTM! |
No description provided.