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

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

bug#6143: 6143 ispell not fixed


From: Agustin Martin
Subject: bug#6143: 6143 ispell not fixed
Date: Fri, 23 Jul 2010 13:18:20 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Jul 23, 2010 at 03:11:19AM +0800, jidanni@jidanni.org wrote:
> Sorry, this is totally not fixed as of
> Package: emacs-snapshot
> Version: 1:20100711-1
> 
> Is there any workaround? Thanks.

I am confused, this is working perfectly for me. Tried with the scratch
buffer and a reduced .emacs file containing only

(setq ispell-local-dictionary "american")
(setq ispell-program-name "aspell")

(load "ispell")
(ispell-set-spellchecker-params)
(ispell-init-process)


(add-hook
  'minibuffer-setup-hook
  (lambda ()
    (if(string-match "TEXT: \\| search: " (minibuffer-prompt))
        (flyspell-mode 1))))

Does yout file contain something special?

-- 
Agustin





reply via email to

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