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 15:04:53 -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 1280257676 23617 80.91.229.12 (27 Jul 2010 19:07:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2010 19:07:56 +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 21:07:54 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 1OdpVI-0001Mv-He for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 21:07:52 +0200 Original-Received: from localhost ([127.0.0.1]:48851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdpVH-0003sF-Ex for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 15:07:51 -0400 Original-Received: from [140.186.70.92] (port=57883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdpV7-0003o3-4P for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 15:07:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdpV5-0002Dx-KN for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 15:07:40 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58238) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdpV5-0002Ds-EC for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 15:07:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdpSY-0008SK-CY; Tue, 27 Jul 2010 15:05: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 19:05: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.128025749032498 (code B ref 6143); Tue, 27 Jul 2010 19:05:02 +0000 Original-Received: (at 6143) by debbugs.gnu.org; 27 Jul 2010 19:04: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 1OdpSL-0008S7-8m for submit@debbugs.gnu.org; Tue, 27 Jul 2010 15:04:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdpSH-0008S1-Qo for 6143@debbugs.gnu.org; Tue, 27 Jul 2010 15:04:46 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdpSP-0001hG-C8; Tue, 27 Jul 2010 15:04:53 -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 15:05: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:38991 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) > Error during redisplay: (error No match 4 in highlight (4 font-lock-warning-face)) > > But no ispell process restart. When I ispell-kill-ispell is invoked the backtrace looks like this: ispell-kill-ispell(t) (if (equal ispell-process-buffer-name (buffer-name)) (ispell-kill-ispell t)) (lambda nil (if (equal ispell-process-buffer-name ...) (ispell-kill-ispell t)))() kill-buffer(#) vc-finish-logentry() call-interactively(vc-finish-logentry) log-edit-done() call-interactively(log-edit-done nil nil) So this is caused by: (add-hook 'kill-buffer-hook '(lambda () (if (equal ispell-process-buffer-name (buffer-name)) (ispell-kill-ispell t)))) ispell-process-buffer-name is "*VC-log*"