From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#7904: 24.0.50; flyspell: wrong highlights for misspelled non-duplicated words Date: Sat, 29 Oct 2011 12:37:40 +0800 Message-ID: <87fwicv2ej.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319863096 17964 80.91.229.12 (29 Oct 2011 04:38:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 04:38:16 +0000 (UTC) Cc: 7904@debbugs.gnu.org To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 06:38:12 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RK0gM-0006KK-JY for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 06:38:10 +0200 Original-Received: from localhost ([::1]:40605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK0gL-0000m8-1F for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 00:38:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK0gI-0000m3-13 for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 00:38:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK0gG-000432-M9 for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 00:38:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK0gG-00042y-Kf for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 00:38:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RK0iA-0004cN-1s for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2011 00:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 Oct 2011 04:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7904 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7904-submit@debbugs.gnu.org id=B7904.131986319117733 (code B ref 7904); Sat, 29 Oct 2011 04:40:01 +0000 Original-Received: (at 7904) by debbugs.gnu.org; 29 Oct 2011 04:39:51 +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 1RK0hy-0004bw-GK for submit@debbugs.gnu.org; Sat, 29 Oct 2011 00:39:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RK0hv-0004bj-IE for 7904@debbugs.gnu.org; Sat, 29 Oct 2011 00:39:48 -0400 Original-Received: from [155.69.18.173] (port=56605 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RK0fz-0000YQ-KJ; Sat, 29 Oct 2011 00:37:48 -0400 In-Reply-To: (YAMAMOTO Mitsuharu's message of "Mon, 24 Jan 2011 16:41:14 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 29 Oct 2011 00:40:02 -0400 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:53273 Archived-At: YAMAMOTO Mitsuharu writes: > Steps to reproduce: > > 1. % emacs -Q > 2. C-h C-c > 3. M-x flyspell-buffer RET > > Result: > > Highlights for misspelled non-duplicated words start one character > early. For example, the highlight for "Sublicencing" starts from > its leading space. Thanks; I've committed a fix.