unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38027: Perhaps make an ispell-report-bug function
@ 2019-11-02  1:09 積丹尼 Dan Jacobson
  2019-11-02  1:22 ` Stefan Kangas
  2019-11-03  3:22 ` Richard Stallman
  0 siblings, 2 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-11-02  1:09 UTC (permalink / raw)
  To: 38027

Maybe there should be a ispell-report-bug function,
that digs up the proper place to report:
----
If one loses their mind...
If one looses their mind...
If one loooses their mind...

Emacs only underlines the third as a misspelling.
(ispell-buffer)
----





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-02  1:09 bug#38027: Perhaps make an ispell-report-bug function 積丹尼 Dan Jacobson
@ 2019-11-02  1:22 ` Stefan Kangas
  2019-11-02  1:54   ` 積丹尼 Dan Jacobson
  2019-11-03  3:22 ` Richard Stallman
  1 sibling, 1 reply; 7+ messages in thread
From: Stefan Kangas @ 2019-11-02  1:22 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 38027

tags 38027 + notabug
close 38027
thanks

積丹尼 Dan Jacobson <jidanni@jidanni.org>:
> Maybe there should be a ispell-report-bug function,
> that digs up the proper place to report:

We are moving away from that in favour of M-x report-emacs-bug.  See
etc/TODO for more information.

> ----
> If one loses their mind...
> If one looses their mind...
> If one loooses their mind...
>
> Emacs only underlines the third as a misspelling.

That's correct, since only the third spelling is invalid.  The words
"lose" and "loose" both exist but have different meanings.

(And in any case, incorrect spellings are not controlled by Emacs but
should be reported to aspell/ispell/hunspell or whatever spelling
software you're using.)

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-02  1:22 ` Stefan Kangas
@ 2019-11-02  1:54   ` 積丹尼 Dan Jacobson
  2019-11-02  2:09     ` Stefan Kangas
  0 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-11-02  1:54 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 38027

SK> (And in any case, incorrect spellings are not controlled by Emacs but
SK> should be reported to aspell/ispell/hunspell or whatever spelling
SK> software you're using.)

OK but only emacs knows which one it is using, so there should be a
genric function to "report spelling bug"... that at least could make a
template telling the user to "report the following to the nurdspell people."





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-02  1:54   ` 積丹尼 Dan Jacobson
@ 2019-11-02  2:09     ` Stefan Kangas
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Kangas @ 2019-11-02  2:09 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 38027

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> SK> (And in any case, incorrect spellings are not controlled by Emacs but
> SK> should be reported to aspell/ispell/hunspell or whatever spelling
> SK> software you're using.)
>
> OK but only emacs knows which one it is using, so there should be a
> genric function to "report spelling bug"... that at least could make a
> template telling the user to "report the following to the nurdspell people."

Well, we have M-x customize-group RET ispell RET where one can see the
value of ispell-program-name.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-02  1:09 bug#38027: Perhaps make an ispell-report-bug function 積丹尼 Dan Jacobson
  2019-11-02  1:22 ` Stefan Kangas
@ 2019-11-03  3:22 ` Richard Stallman
  2019-11-03  4:32   ` 積丹尼 Dan Jacobson
  2019-11-04  3:48   ` 積丹尼 Dan Jacobson
  1 sibling, 2 replies; 7+ messages in thread
From: Richard Stallman @ 2019-11-03  3:22 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 38027

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > If one loses their mind...
  > If one looses their mind...
  > If one loooses their mind...

  > Emacs only underlines the third as a misspelling.
  > (ispell-buffer)

"Looses" is a valid word, just different.
"To loose" means "to let loose".

-- 
Dr Richard Stallman
Founder, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-03  3:22 ` Richard Stallman
@ 2019-11-03  4:32   ` 積丹尼 Dan Jacobson
  2019-11-04  3:48   ` 積丹尼 Dan Jacobson
  1 sibling, 0 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-11-03  4:32 UTC (permalink / raw)
  To: Richard Stallman; +Cc: 38027

>>>>> "RMS" == Richard Stallman <rms@gnu.org> writes:

RMS> "Looses" is a valid word, just different.
RMS> "To loose" means "to let loose".

(Yeah, well as I noted on
https://en.wiktionary.org/wiki/Talk:looses
it's 99% of the time a misspelling of loses.)





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#38027: Perhaps make an ispell-report-bug function
  2019-11-03  3:22 ` Richard Stallman
  2019-11-03  4:32   ` 積丹尼 Dan Jacobson
@ 2019-11-04  3:48   ` 積丹尼 Dan Jacobson
  1 sibling, 0 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-11-04  3:48 UTC (permalink / raw)
  To: Richard Stallman; +Cc: 38027

By the way
> From: Richard Stallman <rms@gnu.org>
> To: ç©.丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: 38027@debbugs.gnu.org
your mailer is mangling CJK names. Better get it fixed.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-04  3:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02  1:09 bug#38027: Perhaps make an ispell-report-bug function 積丹尼 Dan Jacobson
2019-11-02  1:22 ` Stefan Kangas
2019-11-02  1:54   ` 積丹尼 Dan Jacobson
2019-11-02  2:09     ` Stefan Kangas
2019-11-03  3:22 ` Richard Stallman
2019-11-03  4:32   ` 積丹尼 Dan Jacobson
2019-11-04  3:48   ` 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).