From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6143: 6143 ispell not fixed Date: Tue, 27 Jul 2010 14:16:32 -0400 Message-ID: References: <87y6ftvphy.fsf@jidanni.org> <871vavtjqg.fsf@jidanni.org> <20100726093848.GA3291@agmartin.aq.upm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280257146 21488 80.91.229.12 (27 Jul 2010 18:59:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2010 18:59:06 +0000 (UTC) Cc: 6143@debbugs.gnu.org, jidanni@jidanni.org To: Agustin Martin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 27 20:59:03 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OdpMh-00061G-69 for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 20:58:59 +0200 Original-Received: from localhost ([127.0.0.1]:41398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdpFJ-0006NL-Uo for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 14:51:22 -0400 Original-Received: from [140.186.70.92] (port=57617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Odp2B-0007rE-Bu for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 14:37:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Odp23-00069g-Ku for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 14:37:41 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52144) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Odp23-00069U-JT for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 14:37:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Odoi6-00087O-A2; Tue, 27 Jul 2010 14:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Jul 2010 18:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6143 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6143-submit@debbugs.gnu.org id=B6143.128025458731194 (code B ref 6143); Tue, 27 Jul 2010 18:17:02 +0000 Original-Received: (at 6143) by debbugs.gnu.org; 27 Jul 2010 18:16:27 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdohW-000875-ME for submit@debbugs.gnu.org; Tue, 27 Jul 2010 14:16:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdohV-000870-I4 for 6143@debbugs.gnu.org; Tue, 27 Jul 2010 14:16:25 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Odohc-0008Ss-Px; Tue, 27 Jul 2010 14:16:32 -0400 In-Reply-To: <20100726093848.GA3291@agmartin.aq.upm.es> (Agustin Martin's message of "Mon\, 26 Jul 2010 11\:38\:49 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 27 Jul 2010 14:17:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38990 Archived-At: Agustin Martin writes: > 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) Can you try to first edit the kkk.txt file, save it, and then invoke C-x v v ? (No idea if that makes a difference, but...)