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: Mon, 26 Jul 2010 11:38:49 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat, Jul 24, 2010 at 01:35:06AM -0400, Dan Nicolaescu wrote:
> 
> You can get the "Ispell process killed" message by doing:
> 
> $ echo $LANG
> C
> $ emacs -Q
> M-: (add-hook 'text-mode-hook       'flyspell-mode) RET
> 
> C-x C-f A_FILE_UNDER_VERSION_CONTROL_FOR_EXAMPLE_MANAGED_BY_GIT
> type something
> C-x v v
> type something in the log-edit buffer.
> C-c C-c
> 
> now look at the *Messages* buffer and see the "Ispell process killed"

Strange, I get a different result (although also with an error),

$ LANG=C LC_ALL=C emacs-snapshot -Q &
M-: (add-hook 'text-mode-hook       'flyspell-mode) RET
C-x C-f A_FILE_UNDER_GIT_VERSION_CONTROL (kkk.txt)
type something
C-x v v
type something in the log-edit buffer.

  Error during redisplay: (error No match 4 in highlight (4 
font-lock-warning-face))

C-c C-c

  Buffer kkk.txt modified; save it? (y or n) 
  Error during redisplay: (error No match 4 in highlight (4 
font-lock-warning-face))

But no ispell process restart.

Tested with Debian GNU/Linux emacs-snapshot 20100711 which should contain
all recent *spell changes.

-- 
Agustin





reply via email to

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