From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: flyspell or ispell keyboard shortcuts instead of middle mouse Date: Sat, 19 Dec 2015 09:42:29 +0200 Message-ID: <831taix4t6.fsf@gnu.org> References: <5674A994.5090802@arqux.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1450510949 6001 80.91.229.3 (19 Dec 2015 07:42:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Dec 2015 07:42:29 +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 08:42:21 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 1aAC9j-0000FK-Gm for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2015 08:42:19 +0100 Original-Received: from localhost ([::1]:36375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAC9i-00047U-E1 for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Dec 2015 02:42:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAC9X-00047G-RA for help-gnu-emacs@gnu.org; Sat, 19 Dec 2015 02:42:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAC9T-00067q-Rg for help-gnu-emacs@gnu.org; Sat, 19 Dec 2015 02:42:07 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAC9T-00067m-OO for help-gnu-emacs@gnu.org; Sat, 19 Dec 2015 02:42:03 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2332 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aAC9T-0004cV-48 for help-gnu-emacs@gnu.org; Sat, 19 Dec 2015 02:42:03 -0500 In-reply-to: <5674A994.5090802@arqux.com> (message from DJ on Fri, 18 Dec 2015 19:49:24 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:108435 Archived-At: > From: DJ > Date: Fri, 18 Dec 2015 19:49:24 -0500 > > 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. When you are in the middle of Ispell's spell-checking commands, typing 'a' accepts the words and typing 'i' inserts it into your private dictionary. So if you are at or after a word you want to accept or insert, type "M-$", which run the command ispell-word, and then press 'a' or 'i', as you see fit. Since flyspell uses the same dictionary, the change will affect it as well. Is this what you wanted?