GNU bug report logs - #50776
add "ispell show where we looked" command

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 24 Sep 2021 13:25:03 UTC

Severity: wishlist

Tags: wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50776 in the body.
You can then email your comments to 50776 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 13:25:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 24 Sep 2021 13:25:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 21:20:39 +0800
Regarding

     ispell-help is an autoloaded compiled Lisp function in ‘ispell.el’.

     (ispell-help)

     Display a list of the options available when a misspelling is encountered.

     Selections are:

     DIGIT: Replace the word with a digit offered in the *Choices* buffer.
     SPC:   Accept word this time.
     ‘i’:   Accept word and insert into private dictionary.
     ‘a’:   Accept word for this session.
     ‘A’:   Accept word and place in ‘buffer-local dictionary’.
     ‘r’:   Replace word with typed-in value.  Rechecked.
     ‘R’:   Replace word with typed-in value.  Query-replaced in buffer.  Rechecked.
     ‘?’:   Show these commands.
     ‘x’:   Exit spelling buffer.  Move cursor to original point.
     ‘X’:   Exit spelling buffer.  Leaves cursor at the current point, and permits
             the aborted check to be completed later.
     ‘q’:   Quit spelling session (Kills ispell process).
     ‘l’:   Look up typed-in replacement in alternate dictionary.  Wildcards okay.
     ‘u’:   Like ‘i’, but the word is lower-cased first.
     ‘m’:   Place typed-in value in personal dictionary, then recheck current word.
     ‘C-l’:  Redraw screen.
     ‘C-r’:  Recursive edit.
     ‘C-z’:  Suspend Emacs or iconify frame.

Please add one more:
Show all the dictionaries that were checked when looking for (and not
finding) the word.

That way one could figure out why e.g., "jitter" is misspelled in emacs,
but not in the shell's ispell.

Sure, there are various alists, but we want to see where it really looked.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 13:42:02 GMT) Full text and rfc822 format available.

Message #8 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 16:41:28 +0300
> From: 積丹尼 Dan Jacobson
>  <jidanni <at> jidanni.org>
> Date: Fri, 24 Sep 2021 21:20:39 +0800
> 
> Please add one more:
> Show all the dictionaries that were checked when looking for (and not
> finding) the word.
> 
> That way one could figure out why e.g., "jitter" is misspelled in emacs,
> but not in the shell's ispell.
> 
> Sure, there are various alists, but we want to see where it really looked.

I don't understand: there's only one dictionary, the current one.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 13:55:01 GMT) Full text and rfc822 format available.

Message #11 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 21:54:47 +0800
>>>>> "EZ" == Eli Zaretskii <eliz <at> gnu.org> writes:
EZ> I don't understand: there's only one dictionary, the current one.

That's great to know.

So it the new key press should say:
Checked for "jitter" and didn't find it in
1. /usr/..../bla

That way we can be sure.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 14:05:02 GMT) Full text and rfc822 format available.

Message #14 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 17:04:42 +0300
> From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
> Cc: 50776 <at> debbugs.gnu.org
> Date: Fri, 24 Sep 2021 21:54:47 +0800
> 
> >>>>> "EZ" == Eli Zaretskii <eliz <at> gnu.org> writes:
> EZ> I don't understand: there's only one dictionary, the current one.
> 
> That's great to know.
> 
> So it the new key press should say:
> Checked for "jitter" and didn't find it in
> 1. /usr/..../bla
> 
> That way we can be sure.

You are saying that the user who turns on spell-checking has no idea
which dictionary (actually, which language) he/she is using?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 14:33:01 GMT) Full text and rfc822 format available.

Message #17 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 22:32:43 +0800
EZ> You are saying that the user who turns on spell-checking has no idea
EZ> which dictionary (actually, which language) he/she is using?

Yup. An average system has tons of dictionaries and tons of spelling
commands (within and without emacs,) so without an "strace" it is hard
to know which is using which.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 15:47:02 GMT) Full text and rfc822 format available.

Message #20 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 18:36:30 +0300
> So it the new key press should say:
> Checked for "jitter" and didn't find it in
> 1. /usr/..../bla

`ispell-region' displays such message:

  Spell-checking region using hunspell with klingon dictionary...

So `?' for `ispell-word' could do the same.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 24 Sep 2021 16:02:01 GMT) Full text and rfc822 format available.

Message #23 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 24 Sep 2021 19:00:43 +0300
> From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
> Cc: 50776 <at> debbugs.gnu.org
> Date: Fri, 24 Sep 2021 22:32:43 +0800
> 
> EZ> You are saying that the user who turns on spell-checking has no idea
> EZ> which dictionary (actually, which language) he/she is using?
> 
> Yup. An average system has tons of dictionaries and tons of spelling
> commands (within and without emacs,) so without an "strace" it is hard
> to know which is using which.

But then how do you know that spell-checking even makes sense?  If you
are spell-checking English text with a French or Japanese or Chinese
dictionary, why would you expect anything useful to come out of that?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Sat, 25 Sep 2021 02:19:01 GMT) Full text and rfc822 format available.

Message #26 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 50776 <at> debbugs.gnu.org,
 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Sat, 25 Sep 2021 04:18:34 +0200
Juri Linkov <juri <at> linkov.net> writes:

> `ispell-region' displays such message:
>
>   Spell-checking region using hunspell with klingon dictionary...
>
> So `?' for `ispell-word' could do the same.

The three help lines it displays as already are pretty jam-packed...  I
don't see any obvious place to squeeze that information in without
making it a four-line help, and I'm not sure that would be helpful.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Sat, 25 Sep 2021 03:06:03 GMT) Full text and rfc822 format available.

Message #29 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Sat, 25 Sep 2021 10:08:51 +0800
Sort of like how C-u C-x = will show one the font used,
    x:-eten-fixed-medium-r-normal--16-150-75-75-c-160-big5.eten-0 (#xBF6E)
So I would like a way to have it show the dictionary(s) used.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Sat, 25 Sep 2021 06:01:02 GMT) Full text and rfc822 format available.

Message #32 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 50776 <at> debbugs.gnu.org
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Sat, 25 Sep 2021 14:00:05 +0800
Anyway, user notices emacs says "jitter" is a misspelling.
There should be an easy way to report that it is not a misspelling,
so that others won't encounter the problem.
So maybe an ispell-report-non-problem-word function.




Severity set to 'wishlist' from 'normal' Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Wed, 29 Sep 2021 15:21:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50776; Package emacs. (Fri, 26 Aug 2022 12:53:02 GMT) Full text and rfc822 format available.

Message #37 received at 50776 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 50776 <at> debbugs.gnu.org,
 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Subject: Re: bug#50776: add "ispell show where we looked" command
Date: Fri, 26 Aug 2022 14:52:16 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> The three help lines it displays as already are pretty jam-packed...  I
> don't see any obvious place to squeeze that information in without
> making it a four-line help, and I'm not sure that would be helpful.

So I think the conclusion here is that we don't want to add this
information, and I'm therefore closing this bug report.




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 26 Aug 2022 12:53:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 50776 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 26 Aug 2022 12:53:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Sep 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.