all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* flyspell
@ 2002-10-15 23:39 Tim Cross
  2002-10-16  2:15 ` flyspell Matt Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Tim Cross @ 2002-10-15 23:39 UTC (permalink / raw)



I just decided to start using flyspell again. I previously used it
under emacs 20 on a redhat linux box. However, I can't seem to get it
workin under emacs 21 running on a debian wooddy box. 

If I open a file in text mode and type M-x flyspell-mode it appears to be
loading fine and tells me the next search will use the british
dictionary. However, if I mis-spell a word it is not picked up at
all. THe mode line has Fly in it, so it appears it is loaded, but it
is not checking the spelling. 

I've looked at the docs and the flyspell behavior I am after appears
to be the default, so I gather it should just work as expected by
loading the mode. Also, the text-mode-hook I use to use to load
flyspell in all text modes does not appear to be working. Ispell is
working fine and I can perform a spell check of a buffer using it, but
flyspell mode just does not appear to be functioning. 

So, my question - what has changed with flyspell in emacs 21.2 and
what am I missing? An example of a typical flyspell config would be
helpful. 

Tim

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Flyspell
@ 2002-11-14 15:04 Tormod Omholt-Jensen
  2002-11-14 15:14 ` Flyspell Jesper Harder
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Tormod Omholt-Jensen @ 2002-11-14 15:04 UTC (permalink / raw)



I try to run flyspell and ntemacs.  When a erronenous word occures, the
word is underlined and turned red. Flyspell tells me to hit mouse button2
to correct word at point. Hitting either mouse button yields no action at
all. Anyone has an idea of the reason for this and/or how to fix it?

Regards Tormod Omholt-Jensen

^ permalink raw reply	[flat|nested] 20+ messages in thread
* flyspell
@ 2005-06-07 14:28 Frederik Fouvry
  0 siblings, 0 replies; 20+ messages in thread
From: Frederik Fouvry @ 2005-06-07 14:28 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

I do not manage to compile the bootstrap version of Emacs anymore
because of missing autoload cookies in flyspell.el.  A patch is
included:

Index: lisp/textmodes/flyspell.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/flyspell.el,v
retrieving revision 1.65
diff -c -r1.65 flyspell.el
*** lisp/textmodes/flyspell.el  6 Jun 2005 21:06:19 -0000       1.65
--- lisp/textmodes/flyspell.el  7 Jun 2005 13:14:30 -0000
***************
*** 58,63 ****
--- 58,64 ----
  ;*---------------------------------------------------------------------*/
  ;*    Which emacs are we currently running                             */
  ;*---------------------------------------------------------------------*/
+ ;;;###autoload
  (defvar flyspell-emacs
    (cond
     ((string-match "XEmacs" emacs-version)
***************
*** 66,71 ****
--- 67,73 ----
      'emacs))
    "The type of Emacs we are currently running.")
  
+ ;;;###autoload
  (defvar flyspell-use-local-map
    (or (eq flyspell-emacs 'xemacs)
        (not (string< emacs-version "20"))))
***************
*** 262,272 ****
--- 264,276 ----
    :group 'flyspell
    :type '(choice string (const nil)))
  
+ ;;;###autoload
  (defcustom flyspell-use-meta-tab t
    "*Non-nil means that flyspell uses META-TAB to correct word."
    :group 'flyspell
    :type 'boolean)
  
+ ;;;###autoload
  (defcustom flyspell-auto-correct-binding
    [(control ?\;)]
    "The key binding for flyspell auto correction."
***************
*** 421,426 ****
--- 425,431 ----
      (define-key map [(control \.)] 'flyspell-auto-correct-word)
      map))
  
+ ;;;###autoload
  (defvar flyspell-mode-map
    (let ((map (make-sparse-keymap)))
      ;; mouse, keyboard bindings and misc definition

^ permalink raw reply	[flat|nested] 20+ messages in thread
* flyspell
@ 2006-08-29  1:27 Hadron Quark
  2006-08-29 13:12 ` flyspell Hadron Quark
  0 siblings, 1 reply; 20+ messages in thread
From: Hadron Quark @ 2006-08-29  1:27 UTC (permalink / raw)



If I add the flyspell minor mode to  my gnus message mode, is there a
way to "add word" to flyspell's dictionaries? "C-h a flyspell" shows nothing
similar:

,----
| flyspell-auto-correct-previous-hook M-x ... RET
|   Command: Hook to track successive calls to `flyspell-auto-correct-previous-word'.
| flyspell-auto-correct-previous-word C-;
|   Command: Auto correct the first mispelled word that occurs before point.
| flyspell-auto-correct-word    M-TAB, C-.
|   Command: Correct the current word.
| flyspell-buffer		      M-x ... RET
|   Command: Flyspell whole buffer.
| flyspell-check-previous-highlighted-word M-x ... RET
|   Command: Correct the closer misspelled word.
| flyspell-correct-word	      M-x ... RET
|   Command: Pop up a menu of possible corrections for a misspelled word.
| flyspell-delay-command	      M-x ... RET
|   Command: Set COMMAND to be delayed, for Flyspell.
| flyspell-deplacement-command  M-x ... RET
|   Command: Set COMMAND that implement cursor movements, for Flyspell.
| flyspell-goto-next-error      C-,
|   Command: Go to the next previously detected error.
| flyspell-mode		      <menu-bar> <tools> <spell> <flyspell-mode>
|   Command: Minor mode performing on-the-fly spelling checking.
| flyspell-post-command-hook    M-x ... RET
|   Command: The `post-command-hook' used by flyspell to check a word in-the-fly.
| flyspell-pre-command-hook     M-x ... RET
|   Command: Save the current buffer and point for Flyspell's post-command hook.
| flyspell-prog-mode	      M-x ... RET
|   Command: Turn on `flyspell-mode' for comments and strings.
| flyspell-region		      M-x ... RET
|   Command: Flyspell text between BEG and END.
| flyspell-word		      M-x ... RET
|   Command: Spell check a word.
`----

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

end of thread, other threads:[~2006-08-29 13:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-15 23:39 flyspell Tim Cross
2002-10-16  2:15 ` flyspell Matt Armstrong
2002-10-16  7:06 ` flyspell Charles Muller
2002-10-17 22:56 ` flyspell Tim Cross
  -- strict thread matches above, loose matches on Subject: below --
2002-11-14 15:04 Flyspell Tormod Omholt-Jensen
2002-11-14 15:14 ` Flyspell Jesper Harder
2002-11-14 22:32   ` Flyspell Jason Rumney
2002-11-22 15:56     ` Flyspell Michael Hudson
2002-11-22 16:45       ` Flyspell Andrew Choi
2002-12-04 22:47       ` Flyspell Edward Dodge
2002-12-05 16:19         ` Flyspell Michael Hudson
2002-12-05 16:49           ` Flyspell Schone Mullerin
2002-12-05 17:56             ` Flyspell Michael Hudson
2002-12-06 23:17               ` Flyspell Jason Rumney
2002-12-11 13:22                 ` Flyspell Michael Hudson
2002-11-14 19:35 ` Flyspell ken
     [not found] ` <mailman.1037305366.13093.help-gnu-emacs@gnu.org>
2002-11-14 21:22   ` Flyspell Benjamin Lewis
2005-06-07 14:28 flyspell Frederik Fouvry
2006-08-29  1:27 flyspell Hadron Quark
2006-08-29 13:12 ` flyspell Hadron Quark

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.