From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [konrad.podczeck@univie.ac.at: flyspell bug] Date: Sat, 21 Oct 2006 08:05:20 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161432741 4590 80.91.229.2 (21 Oct 2006 12:12:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Oct 2006 12:12:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 21 14:12:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GbFi4-0005KJ-0u for ged-emacs-devel@m.gmane.org; Sat, 21 Oct 2006 14:12:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbFi3-000395-E2 for ged-emacs-devel@m.gmane.org; Sat, 21 Oct 2006 08:12:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GbFbP-0003Qt-1q for emacs-devel@gnu.org; Sat, 21 Oct 2006 08:05:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GbFbO-0003PI-1Q for emacs-devel@gnu.org; Sat, 21 Oct 2006 08:05:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbFbN-0003P0-JB for emacs-devel@gnu.org; Sat, 21 Oct 2006 08:05:21 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GbFbN-0003nK-75 for emacs-devel@gnu.org; Sat, 21 Oct 2006 08:05:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GbFbM-0000Io-JC; Sat, 21 Oct 2006 08:05:20 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60987 Archived-At: Would someone please fix these, and then ack? ------- Start of forwarded message ------- Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed To: emacs-pretest-bug@gnu.org From: Konrad Podczeck Date: Fri, 20 Oct 2006 11:21:20 +0200 Subject: flyspell bug X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.4 The recent incorporation into flyspell-large-region of checking for duplicated words has led to the following bug: If a large region contains text of the form: x$ $y or of the form x# #y (where x and y may be any words and there may be multiple white spaces between the $'s or #'s), then flyspell-large-region makes Emacs hanging (i.e. I have to press Ctrl-g to make Emacs running again). I regard the following as a flyspell bug, too: If duplicated words are separated by more than one white space, then they are not detected. Konrad Podczeck (Emacs-implementation used: Aquamacs Emacs for OSX) _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------