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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Keith David Bershatsky <esq <at> lawlist.com>
Subject: bug#32610: closed (Re: bug#32610: Enhancement Request
 (Flyspell/Ispell): Customizing a NIL value for ispell-async-processp.)
Date: Sun, 02 Sep 2018 17:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32610 <at> debbugs.gnu.org.

-- 
32610: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32610
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 32610-done <at> debbugs.gnu.org
Subject: Re: bug#32610: Enhancement Request (Flyspell/Ispell): Customizing a
 NIL value for ispell-async-processp.
Date: Sun, 02 Sep 2018 20:10:49 +0300
tags 32610 notabug
thanks

> Date:  Sun, 02 Sep 2018 09:39:03 -0700
> From:  Keith David Bershatsky <esq <at> lawlist.com>
> Cc:  32610 <at> debbugs.gnu.org
> 
> Thank you, Eli, for the detailed explanation regarding this issue.
> 
> Yes, please go ahead and close out this bug at your convenience.

Done.

[Message part 3 (message/rfc822, inline)]
From: Keith David Bershatsky <esq <at> lawlist.com>
To: Emacs Bug Reports <bug-gnu-emacs <at> gnu.org>
Subject: 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.