emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32610: closed (Enhancement Request (Flyspell/Ispel


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32610: closed (Enhancement Request (Flyspell/Ispell): Customizing a NIL value for ispell-async-processp.)
Date: Sun, 02 Sep 2018 17:12:02 +0000

Your message dated Sun, 02 Sep 2018 20:10:49 +0300
with message-id <address@hidden>
and subject line Re: bug#32610: Enhancement Request (Flyspell/Ispell): 
Customizing a NIL value for ispell-async-processp.
has caused the debbugs.gnu.org bug report #32610,
regarding Enhancement Request (Flyspell/Ispell): Customizing a NIL value for 
ispell-async-processp.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32610: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32610
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- 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 <address@hidden>
> Cc:  address@hidden
> 
> Thank you, Eli, for the detailed explanation regarding this issue.
> 
> Yes, please go ahead and close out this bug at your convenience.

Done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]