Re: Emacs flyspell mode can't get process lock

2014-07-25 Thread Ken Brown
On 7/25/2014 4:30 AM, Jim Reisert AD1C wrote: (setq text-mode-hook '(lambda () (auto-fill-mode 1) (flyspell-mode 1))) (setq csv-mode-hook '(lambda () (auto-fill-mode 0) (flyspell-mode 0))) Sorry,

Re: Emacs flyspell mode can't get process lock

2014-07-25 Thread Jim Reisert AD1C
(setq text-mode-hook '(lambda () (auto-fill-mode 1) (flyspell-mode 1))) (setq csv-mode-hook '(lambda () (auto-fill-mode 0) (flyspell-mode 0))) -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem repor

Re: Emacs flyspell mode can't get process lock

2014-07-24 Thread Ken Brown
On 7/24/2014 4:56 PM, Jim Reisert AD1C wrote: When opening a .txt file in Emacs, I have flyspell-mode enabled by default. This requires Emacs to start an aspell process. This has been failing regularly with the following error: 0 [sig] emacs 1160 get_proc_lock: Couldn't acquire sync_pro

Emacs flyspell mode can't get process lock

2014-07-24 Thread Jim Reisert AD1C
When opening a .txt file in Emacs, I have flyspell-mode enabled by default. This requires Emacs to start an aspell process. This has been failing regularly with the following error: 0 [sig] emacs 1160 get_proc_lock: Couldn't acquire sync_proc_subproc for(5,1), last 6, Win32 error 0 580