From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Anyone have flyspell + autocorrect working? Date: Tue, 10 Feb 2015 03:27:14 +0000 Message-ID: <877fvqcup9.fsf@robertthorpeconsulting.com> References: <87zj8nys9t.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423538859 17157 80.91.229.3 (10 Feb 2015 03:27:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2015 03:27:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: torys.anderson@gmail.com (Tory S. Anderson) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 10 04:27:39 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 1YL1U7-0006cF-Ra for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2015 04:27:35 +0100 Original-Received: from localhost ([::1]:36727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL1U7-0005IP-20 for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Feb 2015 22:27:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL1Tu-0005E8-J0 for help-gnu-emacs@gnu.org; Mon, 09 Feb 2015 22:27:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YL1Tq-0001gn-VD for help-gnu-emacs@gnu.org; Mon, 09 Feb 2015 22:27:22 -0500 Original-Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:42022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL1Tq-0001gd-QS for help-gnu-emacs@gnu.org; Mon, 09 Feb 2015 22:27:18 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id 89EFE9959C for ; Tue, 10 Feb 2015 03:27:17 +0000 (UTC) Original-Received: (qmail 31446 invoked from network); 10 Feb 2015 03:27:17 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.247.135]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 10 Feb 2015 03:27:16 -0000 In-Reply-To: <87zj8nys9t.fsf@gmail.com> (torys.anderson@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.16 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:102611 Archived-At: torys.anderson@gmail.com (Tory S. Anderson) writes: > I find that trying to have both flyspell and autocorrect-ispell working in the same buffer results in unusably slow autocorrect behavior; if I start a word, it takes up to 5 second for a suggestion to appear. I am using the hunspell dictionary for both. Upon disabling flyspell, ac-ispell works fine. Anyone have these two working in tandem? How did you do it? > > Related: issue submitted on ac-ispell at https://github.com/syohex/emacs-ac-ispell/issues/8 I find that flyspell by itself leads to unusably slow Emacs behaviour. It may just be that autocorrect-ispell pushes even more commands to the spelling process. You could perhaps try using speck-mode, which is faster. I don't do that, I use M-$ and sometimes M-x ispell-buffer. Xah Lee has described these problems: http://ergoemacs.org/emacs/emacs_spell_checker_problems.html BR, Robert Thorpe