unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#446: flyspelling in the minibuffer
       [not found] <b4mmyljt4mp.fsf@jpl.org>
@ 2008-06-18 19:17 ` jidanni
  2008-06-18 19:25   ` bug#446: Acknowledgement (flyspelling in the minibuffer) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2008-06-18 19:17 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: agmartin, emacs-w3m

>>>>> "KY" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

>>>>> In [emacs-w3m : No.10242] jidanni@jidanni.org wrote:
>> Help, I'm constantly misspelling things in the
>> TEXT:
>> entry box because flyspell is disabled there, causing badly spelled
>> words not to turn red, etc. What can I do? It's making me look bad to
>> my peers.

KY> (add-hook 'minibuffer-setup-hook
KY> 	  (lambda ()
KY> 	    (if (string-equal (minibuffer-prompt) "TEXT: ")
KY> 		(flyspell-mode 1))))

KY> There may be a better solution though.

OK, works good, (except there is a little awkwardness when one uses
M-TAB (flyspell-auto-correct-word,) which flashes a list right there
in the minibuffer for one second) but that's better than nothing. I'll
post to bug-gnu-emacs to ask them to don't flash that list of
corrections in the minibuffer, but perhaps at the top of the screen
instead, or turn it off optionally or something to stop the battle for
the minibuffer.

I see an apparently unused
  flyspell-minibuffer-p is a compiled Lisp function in `flyspell.el'.

By the way, let's take a look at the Corrections list,
www ESC TAB gives
Corrections: wow wow WWW www wow WWW www wow WWW www wow WWW www wow WWW www wow
as seen with C-h e (view-echo-area-messages).
Well, that's obviously broken.
Doing <escape> <tab> <escape> <tab> ...
shows that it just rotates among "wow WWW www", therefore it need not
fill out the whole line in "art for art's sake" style, making the
unwary eye think there are 17 corrections when there are only three.







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

* bug#446: Acknowledgement (flyspelling in the minibuffer)
  2008-06-18 19:17 ` bug#446: flyspelling in the minibuffer jidanni
@ 2008-06-18 19:25   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-06-18 19:25 UTC (permalink / raw)
  To: bug-gnu-emacs


Thank you for filing a new bug report with Emacs.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Emacs Bugs <bug-gnu-emacs@gnu.org>

If you wish to submit further information on this problem, please
send it to 446@emacsbugs.donarmstrong.com, as before.

Please do not send mail to don@donarmstrong.com unless you wish
to report a problem with the Bug-tracking system.


-- 
446: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=446
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems




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

end of thread, other threads:[~2008-06-18 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <b4mmyljt4mp.fsf@jpl.org>
2008-06-18 19:17 ` bug#446: flyspelling in the minibuffer jidanni
2008-06-18 19:25   ` bug#446: Acknowledgement (flyspelling in the minibuffer) Emacs bug Tracking System

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).