bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2517: 23.0.90; How to enable flyspell mode always isn't documented


From: Reiner Steib
Subject: bug#2517: 23.0.90; How to enable flyspell mode always isn't documented
Date: Sat, 28 Feb 2009 19:52:44 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

Hi,

the manual doesn't mention how to enable flyspell mode in all text
modes (index search for flyspell).

,----[ M-x customize-variable RET text-mode-hook RET ]
| text-mode-hook: Hide Value
| [X] turn-on-flyspell
|     Unconditionally turn on Flyspell mode.
`----

How about the following patch?  Okay to install?

--8<---------------cut here---------------start------------->8---
--- emacs/fixit.texi    27 Jan 2009 21:00:14 -0000      1.8
+++ emacs/fixit.texi    28 Feb 2009 18:50:17 -0000
@@ -396,6 +396,10 @@
 word.  This does not interfere with your editing, but when you see the
 highlighted word, you can move to it and fix it.  Type @kbd{M-x
 flyspell-mode} to enable or disable this mode in the current buffer.
+@findex turn-on-flyspell
+To enable @code{flyspell-mode} in all text mode buffers, add
+@code{turn-on-flyspell} to @code{text-mode-hook}.
+
 
   When Flyspell mode highlights a word as misspelled, you can click on
 it with @kbd{Mouse-2} to display a menu of possible corrections and
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]