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#12768: 24.1; flyspell highlights words which ispell accepts Date: Wed, 31 Oct 2012 13:31:40 +0100 Message-ID: <20121031123140.GA17066@agmartin.aq.upm.es> References: <87zk3414cf.fsf@sc3d.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1351686766 13567 80.91.229.3 (31 Oct 2012 12:32:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2012 12:32:46 +0000 (UTC) To: 12768@debbugs.gnu.org, Reuben Thomas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 31 13:32:54 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TTXTX-0003bd-OV for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Oct 2012 13:32:51 +0100 Original-Received: from localhost ([::1]:51318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTXTP-0001NQ-1n for geb-bug-gnu-emacs@m.gmane.org; Wed, 31 Oct 2012 08:32:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTXTH-0001NB-3A for bug-gnu-emacs@gnu.org; Wed, 31 Oct 2012 08:32:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTXT7-0001lP-Ns for bug-gnu-emacs@gnu.org; Wed, 31 Oct 2012 08:32:35 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTXT7-0001lK-Ks for bug-gnu-emacs@gnu.org; Wed, 31 Oct 2012 08:32:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TTXVe-0000SD-Cr for bug-gnu-emacs@gnu.org; Wed, 31 Oct 2012 08:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Agustin Martin Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 31 Oct 2012 12:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12768 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12768-submit@debbugs.gnu.org id=B12768.13516868631695 (code B ref 12768); Wed, 31 Oct 2012 12:35:02 +0000 Original-Received: (at 12768) by debbugs.gnu.org; 31 Oct 2012 12:34:23 +0000 Original-Received: from localhost ([127.0.0.1]:40994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TTXV1-0000RI-08 for submit@debbugs.gnu.org; Wed, 31 Oct 2012 08:34:23 -0400 Original-Received: from edison.ccupm.upm.es ([138.100.198.71]:37626 helo=smtp.upm.es) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TTXUy-0000R9-DN for 12768@debbugs.gnu.org; Wed, 31 Oct 2012 08:34:21 -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/edison-001) with ESMTP id q9VCVf1t021123; Wed, 31 Oct 2012 13:31:41 +0100 Original-Received: by agmartin.aq.upm.es (Postfix, from userid 1000) id 0D6BA478; Wed, 31 Oct 2012 13:31:40 +0100 (CET) Content-Disposition: inline In-Reply-To: <87zk3414cf.fsf@sc3d.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:66272 Archived-At: [Sorry, replied directly to bug-gnu-emacs@gnu.org instead of 12768@debbugs.gnu.org] On Tue, Oct 30, 2012 at 01:23:12PM +0000, Reuben Thomas wrote: > For example, "executable's" is highlighted by flyspell, but > ispell-buffer ignores it. Cannot reproduce here, both ispell-buffer and flyspell reject the word with en_US aspell dict. Tried with emacs-snapshot and normal Debian emacs24. -- Agustin