GNU bug report logs - #32610
Enhancement Request (Flyspell/Ispell): Customizing a NIL value for ispell-async-processp.

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Sun, 2 Sep 2018 00:59:02 UTC

Severity: wishlist

Tags: notabug

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Keith David Bershatsky <esq <at> lawlist.com>
To: 32610 <at> debbugs.gnu.org
Subject: bug#32610: Enhancement Request (Flyspell/Ispell): Customizing a NIL value for ispell-async-processp.
Date: Sat, 01 Sep 2018 17:57:13 -0700
Some users (such as myself) may desire to control whether a spelling subprocess runs all the time.  Flyspell does not work if a user purposefully sets ispell-async-processp to a nil value.

Step 1:

(require 'flyspell)

(setq ispell-program-name "/path/to/aspell")

(setq ispell-async-processp nil)

(turn-on-flyspell)

Step 2:  Switch to the *Messages* buffer and observe the error message:

Error enabling Flyspell mode:
(

@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1))

EXPECTATION:  It would be nice if a user could choose whether to run a separate process each time `aspell` is called, rather than running a subprocess all the time.

OBSERVATION:  It appears to me from a review of the code that some initial work has already been done to permit Flyspell and/or Ispell to work with ispell-async-processp having a nil value; however, additional modification of the code is needed.




This bug report was last modified 6 years and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.