From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: flyspell or ispell keyboard shortcuts instead of middle mouse Date: Fri, 18 Dec 2015 23:27:42 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450499419 18016 80.91.229.3 (19 Dec 2015 04:30:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Dec 2015 04:30:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 19 05:30:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aA99u-0007mW-4J for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2015 05:30:18 +0100 Original-Received: from localhost ([::1]:36043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA99t-0007qt-5I for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Dec 2015 23:30:17 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Injection-Info: mx02.eternal-september.org; posting-host="48ddaff5c9d3fd7512a0d6243d6519a4"; logging-data="21110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Y8+l8Iv3NN6lcArh7a+Lt/EBTVNrRO0c=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:uK0vifC419eVH8KYq188AcO2CHg= Original-Xref: usenet.stanford.edu gnu.emacs.help:216144 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108434 Archived-At: DJ writes: > I cannot seem to figure this out. I don't know whether it is flyspell > or ispell that I should be looking at. > > I want to be able to add a word to the dictionary or to accept it for > the buffer WITHOUT using the middle mouse button and getting a huge > list of meaningless suggestions. > > Are there keyboard shortcuts that would let me add a word without > stopping and grabbing the mouse? I don't mean when spell checking an > entire buffer or region. I mean on the fly whenever a word is > highlighted as misspelled. Looking at ^H M with flyspell enabled, I find: Bindings: M-$: correct words (using Ispell). M-x flyspell-auto-correct-word: automatically correct word. M-x flyspell-auto-correct-previous-word: automatically correct the last misspelled word. M-x flyspell-correct-word (or down-mouse-2): popup correct words. I use M-$. You might like to create your own bindings for some of the other options. -- Dan Espen