From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: flyspell Date: Tue, 29 Aug 2006 03:27:17 +0200 Message-ID: <87veoc1gcq.fsf@mail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156815667 1083 80.91.229.2 (29 Aug 2006 01:41:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2006 01:41:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 29 03:41:04 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHsb6-0003fG-6I for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Aug 2006 03:41:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHsb5-0008Qz-LP for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 21:40:59 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-X-Trace: individual.net hMq4Mvb0kZGpJSa9hrVYzAYTtF5i94MSudOLbkD5uVQ5f0WPRa X-Orig-Path: news.ibm.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Ot9ddLWDdHmsYXp03BXPUvimGOE= Original-Xref: shelby.stanford.edu gnu.emacs.help:141400 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37020 Archived-At: 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 | 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. `----