From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ispell-buffer skips repetitive suspects after the first is accepted Date: Thu, 07 May 2015 17:58:12 +0300 Message-ID: <837fskqvsr.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1431010746 9443 80.91.229.3 (7 May 2015 14:59:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2015 14:59:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 07 16:58:58 2015 Return-path: Envelope-to: geh-help-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 1YqNGL-0003DN-Rh for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2015 16:58:57 +0200 Original-Received: from localhost ([::1]:51644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqNGL-0001kn-Bf for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2015 10:58:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqNGA-0001ki-VP for help-gnu-emacs@gnu.org; Thu, 07 May 2015 10:58:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqNG8-0000o7-8n for help-gnu-emacs@gnu.org; Thu, 07 May 2015 10:58:46 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:40706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqNG8-0000o3-10 for help-gnu-emacs@gnu.org; Thu, 07 May 2015 10:58:44 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NNZ00L00IUYYD00@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Thu, 07 May 2015 17:57:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNZ00A13IV2UUB0@mtaout28.012.net.il> for help-gnu-emacs@gnu.org; Thu, 07 May 2015 17:57:02 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104274 Archived-At: > From: J=FCrgen Hartmann > Date: Thu, 7 May 2015 10:14:21 +0200 >=20 > If a suspicious word is accepted once by pressing in an inter= active > ispell-buffer session, all further occurrences of the same word on = the same > line are skipped. >=20 > Here is an example: >=20 > Open an Emacs 24.5 session (it is the same with Emacs 24.4) by >=20 > =A0=A0 LC_ALL=3DC emacs -Q >=20 > and enter the following line in the *scratch* buffer: >=20 > =A0=A0 The term charset is short for charset. >=20 > Assume that the last word is a typo that should read "character set= ". Now > change the dictionary to american and run ispell-buffer. The first = occurrence > of "charset" gets highlighted, but since it is correct here, we use= to > accept it once an proceed. But oops... the spell-check finishes imm= ediately > without giving us the chance to correct the second occurrence of "c= harset" in > that line. >=20 > Is this a bug or a difficult to understand feature. Looks like a deliberate "feature": the comment there explicitly says: ;; Do not recheck accepted word on this line. Can't say I understand why, so feel free to file a bug report.