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:59:07 +0200 Message-ID: <20100726095907.GA10100@agmartin.aq.upm.es> 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 1280139052 21398 80.91.229.12 (26 Jul 2010 10:10:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 10:10:52 +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:10:51 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 1OdKdy-0007FZ-MI for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 12:10:47 +0200 Original-Received: from localhost ([127.0.0.1]:55190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdKdx-0003pC-Ul for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 06:10:45 -0400 Original-Received: from [140.186.70.92] (port=54808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdKbI-0002oy-Bf for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:08:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdKb6-0003kW-7C for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:08:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43826) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdKb6-0003kS-4Z for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 06:07:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdKTb-0000fs-Q3; Mon, 26 Jul 2010 06:00:03 -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 10:00:03 +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.12801383462549 (code B ref 6143); Mon, 26 Jul 2010 10:00:03 +0000 Original-Received: (at 6143) by debbugs.gnu.org; 26 Jul 2010 09:59:06 +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 1OdKSg-0000f4-2F for submit@debbugs.gnu.org; Mon, 26 Jul 2010 05:59:06 -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 1OdKSd-0000ei-A7 for 6143@debbugs.gnu.org; Mon, 26 Jul 2010 05:59:04 -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 o6Q9x7Hp006970; Mon, 26 Jul 2010 11:59:07 +0200 Original-Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id 2A37D46224; Mon, 26 Jul 2010 11:59:07 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20100726093848.GA3291@agmartin.aq.upm.es> 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 06:00:03 -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:38940 Archived-At: On Mon, Jul 26, 2010 at 11:38:49AM +0200, Agustin Martin wrote: > 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), And more funny, I can reproduce your original problem with last version of dictionaries-common I uploaded to Debian, which contains bleedeng edge *spell.el from FSF Emacs bzr heavily patched to work with XEmacs and some older Emacs flavours (At some time I will try to push the XEmacs stuff into the bzr repo) with no special precautions (In my .emacs file I instruct to enable flyspell mode for text files), $ emacs kkk.txt & C-x v v And process is restarted. This seems to happen only once and I could only reproduce this in this special case. Will try to investigate. -- Agustin