From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.bugs Subject: bug#6143: 6143 ispell not fixed Date: Mon, 26 Jul 2010 11:38:49 +0200 Message-ID: <20100726093848.GA3291@agmartin.aq.upm.es> References: <87y6ftvphy.fsf@jidanni.org> <871vavtjqg.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280138947 21050 80.91.229.12 (26 Jul 2010 10:09:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 10:09:07 +0000 (UTC) Cc: jidanni@jidanni.org To: 6143@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 26 12:09:05 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 1OdKcK-0006iL-Ke for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 12:09:04 +0200 Original-Received: from localhost ([127.0.0.1]:54407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdKcK-0003IZ-1J for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 06:09:04 -0400 Original-Received: from [140.186.70.92] (port=54743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdKb8-0002m6-KT for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:08:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdKaz-0003is-Bz for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:07:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43816) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdKaz-0003im-8M for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:07:41 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdK9G-0000VV-F1; Mon, 26 Jul 2010 05:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Agustin Martin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 26 Jul 2010 09:39: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.12801371301943 (code B ref 6143); Mon, 26 Jul 2010 09:39:02 +0000 Original-Received: (at 6143) by debbugs.gnu.org; 26 Jul 2010 09:38:50 +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 1OdK93-0000VI-PT for submit@debbugs.gnu.org; Mon, 26 Jul 2010 05:38:50 -0400 Original-Received: from fibonacci.ccupm.upm.es ([138.100.198.70] helo=smtp.upm.es) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdK91-0000VD-Jo for 6143@debbugs.gnu.org; Mon, 26 Jul 2010 05:38:48 -0400 Original-Received: from agmartin.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by smtp.upm.es (8.14.3/8.14.3/fibonacci-001) with ESMTP id o6Q9cnoE004050; Mon, 26 Jul 2010 11:38:49 +0200 Original-Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id 74C6B46224; Mon, 26 Jul 2010 11:38:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 26 Jul 2010 05:39: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:38938 Archived-At: 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